12011-08-11  Bert van der Weerd  <bjweerd@gmail.com>
2
3	* Updated to latest version of autotools.
4
52002-11-22  Bert van der Weerd  <bjweerd@yahoo.com>
6
7	* Added the '%%' token that can be placed at the end of
8	the grammar rules and everything that is after it will
9	be copied verbatim into the generated parser. This
10	functionality is simular to what bison and flex do.
11
12	* Added the --tabsize commandline parameter that specifies
13	the tabsize in the generated parser file. Thanks to Keven
14	Miller <kevenm@reeltapetransfer.com> for this suggestion
15	and sample implementation.
16
17Mon Dec 17 08:43:54 2001  Bert van der Weerd  <bjweerd@yahoo.com>
18
19	* fixed the bug in built-in function 'commentchars' that only
20	allowed printable characters in comments so comments can
21	contain tab characters, for example:P
22
23	* Moved the getopt* files from ./etc to ./src and removed the
24	error* files from ./etc and removed error() call in main().
25
262001-12-06    <bjweerd@yahoo.com>
27
28	* The old backup code has been replaced with a more recent
29	version and now in .zip format instead of .tar.gz balls.
30
31	* The program now generates also the 'red tape' that previously
32	had to be linked in manually. its now very easy to make a
33	parser, the generated .c file suffices to make a parser.
34
35
362001-11-24    <bjweerd@yahoo.com>
37
38	* Made the first attempt to let bnf conform to the GNU Coding
39	Standards.
40
41