2011-08-11  Bert van der Weerd  <bjweerd@gmail.com>

	* Updated to latest version of autotools.

2002-11-22  Bert van der Weerd  <bjweerd@yahoo.com>

	* Added the '%%' token that can be placed at the end of
	the grammar rules and everything that is after it will
	be copied verbatim into the generated parser. This
	functionality is simular to what bison and flex do.

	* Added the --tabsize commandline parameter that specifies
	the tabsize in the generated parser file. Thanks to Keven
	Miller <kevenm@reeltapetransfer.com> for this suggestion
	and sample implementation.

Mon Dec 17 08:43:54 2001  Bert van der Weerd  <bjweerd@yahoo.com>

	* fixed the bug in built-in function 'commentchars' that only
	allowed printable characters in comments so comments can 
	contain tab characters, for example:P

	* Moved the getopt* files from ./etc to ./src and removed the 
	error* files from ./etc and removed error() call in main().

2001-12-06    <bjweerd@yahoo.com>

	* The old backup code has been replaced with a more recent
	version and now in .zip format instead of .tar.gz balls.

	* The program now generates also the 'red tape' that previously 
	had to be linked in manually. its now very easy to make a
	parser, the generated .c file suffices to make a parser.
	

2001-11-24    <bjweerd@yahoo.com>

	* Made the first attempt to let bnf conform to the GNU Coding
	Standards.

