2015-02-16  Sergey Poznyakoff  <gray@gnu.org.ua>

	Update docs

	Update docs

	Update manpage

	Version 1.0

2015-02-15  Sergey Poznyakoff  <gray@gnu.org>

	Fix nroff markup

2015-02-14  Sergey Poznyakoff  <gray@gnu.org.ua>

	Add README and NEWS files.

2015-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>

	Rename undef to uset; add more global accesssors; write man pages

	Bugfixes

	* src/variable.c (vmod_defined): Fix return type.
	(vmod_regset): Fix ovsize calculation.
	* src/variable.vcc (defined): Fix return type.

	Implement queryset function

	* src/variable.c (vardef_new,vardef_find,setval): New functions.
	(vmod_regset): Use these to handle vardefs.
	(hex2ul,xdecode,define_param): New functions.
	(vmod_queryset): New API call.
	* src/variable.vcc: New proto.
	* tests/Makefile.am (TESTSUITE_AT): Add new testcases.
	* tests/testsuite.at: Likewise.
	* tests/queryset00.at: New file.
	* tests/queryset01.at: New file.

2015-02-12  Sergey Poznyakoff  <gray@gnu.org.ua>

	Rename batchset to regset

	Improve batchset

	The new syntax allows for supplying replacement patterns as in
	  variable.batchset("x:duration=\2s", ...

	* configure.ac: Remove unneeded check
	* src/variable.c (vardef): New member repl.
	(bref_expand): New function.
	(vmod_batchset): Change handling of vars string.
	* tests/batchset.at: Update.

	Implement global string variables

	* src/variable.c (vmod_global_set)
	(vmod_global_get): New functions.
	* src/variable.vcc (global_set)
	(global_get): New protos.
	* tests/gstring.at: New file.
	* tests/Makefile.am (TESTSUITE_AT): Add gstring.at
	* tests/testsuite.at (AT_VCL): Remove
	(AT_VARNISHTEST): Rewrite. All uses changed.
	Include gstring.at
	* tests/atlocal.in (at_vcl_backend): Remove.

	* tests/batchset.at: Use new AT_VARNISHTEST.
	* tests/clear.at: Likewise.
	* tests/complex.at: Likewise.
	* tests/defined.at: Likewise.
	* tests/duration.at: Likewise.
	* tests/int.at: Likewise.
	* tests/real.at: Likewise.
	* tests/string.at: Likewise.
	* tests/type_of.at: Likewise.
	* tests/undef.at: Likewise.

2015-02-10  Sergey Poznyakoff  <gray@gnu.org.ua>

	Initial commit

Local Variables:
mode: change-log
version-control: never
buffer-read-only: t
End:
