2004-05-19 Wednesday 15:04  andrew_ladutsko

	* src/: parse.c (1.10), token.c (1.7): fixed warnings when
	compiling with gcc compiler

2004-05-18 Tuesday 16:33  andrew_ladutsko

	* test.c (1.4), htpl/parse.h (1.2), htpl/strutil.h (1.2),
	src/parse.c (1.9), src/strutil.c (1.4): use getc() to read template
	file and do not use static buffer; fixed compiling test.c

2004-04-29 Thursday 19:14  andrew_ladutsko

	* htpl/format.h (1.2), htpl/parse.h (1.1), htpl/sections.h (1.4),
	htpl/token.h (1.3), make/makefile.inc (1.2), src/checktpl.c (1.4),
	src/format.c (1.4), src/parse.c (1.8), src/token.c (1.6): fixed
	warnings

2004-02-14 Saturday 18:13  andrew_ladutsko

	* doc/FORMAT.draft (1.3): updated doc

2004-02-14 Saturday 15:28  andrew_ladutsko

	* src/: parse.c (1.7), token.c (1.5): removed parsing "if not"
	directive: there are != and !~ commands; added errors handling in
	boolExpression()

2004-02-13 Friday 20:16  andrew_ladutsko

	* htpl/htpl.h (1.4), htpl/sections.h (1.3), htpl/token.h (1.2),
	make/makefile.mvc (1.2), src/checktpl.c (1.3), src/format.c (1.3),
	src/parse.c (1.6), src/sections.c (1.4), src/strutil.c (1.3),
	src/token.c (1.4), src/varlist.c (1.4): added ability to parse
	if/else directives (taken from fidoconfig). Some fixes and
	optimization. A lot of work is still to be done...

2004-02-12 Thursday 19:51  andrew_ladutsko

	* src/checktpl.c (1.2): fixed newlines. sorry...

2004-02-12 Thursday 19:45  andrew_ladutsko

	* src/checktpl.c (1.1): small util to check templates for syntax
	errors

2004-01-31 Saturday 10:39  andrew_ladutsko

	* test.c (1.3), htpl/htpl.h (1.3), src/parse.c (1.5): now all
	checks are done in parseTemplate(); quietly ignore all errors in
	parseSection()

2004-01-30 Friday 16:11  andrew_ladutsko

	* test.c (1.2), doc/FORMAT.draft (1.2), htpl/htpl.h (1.2),
	htpl/sections.h (1.2), htpl/varlist.h (1.2), src/parse.c (1.4),
	src/sections.c (1.3), src/token.c (1.3), src/varlist.c (1.3): added
	ability to work with multiple templates at one time

2004-01-27 Tuesday 12:13  andrew_ladutsko

	* src/parse.c (1.3): removed include of <sys/param.h>: should be
	included by huskylib if needed

2004-01-27 Tuesday 09:26  andrew_ladutsko

	* src/: mem.c (1.2), xstr.c (1.3): use huskylib instead of this
	files

2004-01-27 Tuesday 09:24  andrew_ladutsko

	* src/: format.c (1.2), parse.c (1.2), sections.c (1.2), strutil.c
	(1.2), token.c (1.2), varlist.c (1.2): support building with
	huskylib

2004-01-27 Tuesday 09:23  andrew_ladutsko

	* Makefile (1.2): fixed building

2004-01-27 Tuesday 09:17  andrew_ladutsko

	* make/: makefile.inc (1.1), makefile.mvc (1.1): added makefiles
	for building with MSVC6

2004-01-27 Tuesday 09:12  andrew_ladutsko

	* htpl/: format.h (1.1), htpl.h (1.1), sections.h (1.1), strutil.h
	(1.1), token.h (1.1), varlist.h (1.1): renaming *.h

2003-01-15 Wednesday 06:00  stas_degteff

	* src/xstr.c (1.2): Update defines (changed in smapi/compiler.h)

2002-07-27 Saturday 13:21  d.sergienko

	* .cvs2cl (1.1), .cvsignore (1.1): special files...

2002-07-27 Saturday 13:19  d.sergienko

	* Makefile (1.1), TODO (1.1), test.c (1.1), test.out (1.1),
	test.tpl (1.1), doc/FORMAT.draft (1.1), src/format.c (1.1),
	src/mem.c (1.1), src/parse.c (1.1), src/sections.c (1.1),
	src/strutil.c (1.1), src/token.c (1.1), src/varlist.c (1.1),
	src/xstr.c (1.1): Initial revision

