2003-12-18  Tristan Miller  <psychonaut@nothingisreal.com>

	* www/index.html, configure.ac: Updated version number

	* www/manual.html: *** empty log message ***

	* NEWS: Updates for Version 0.91

	* doc/delores.tex: Changed copyright licence.

	* doc/delores.1: Changed copyright licence

	* doc/delores.1:
	Added documentation on conclusions returned by print().

	* src/dl.c: print() now prints theory conclusions.

2003-12-14  Tristan Miller  <psychonaut@nothingisreal.com>

	* www/delores-0.90.tar.bz2, www/index.html, www/manual.html:
	Added project web page

	* doc/delores.tex: Added author's mailing address

	* src/lexer.l, src/main.c, src/ohash.c, src/ohash.h, src/parser.y, src/timer.c, src/timer.h, AUTHORS, Makefile.am, NEWS, THANKS, configure.ac, doc/delores.1, doc/delores.tex, src/Makefile.am, src/bget.c, src/bget.h, src/cmd_line_args.h, src/cmd_line_args.l, src/dl.c, src/dl.h, src/dl_malloc.c, src/dl_malloc.h, src/dl_stdbool.h, src/dl_stdint.h, src/dl_strdup.h:
	Changed e-mail and web addresses from nothingisreal.com to dfki.de

2003-12-13  Tristan Miller  <psychonaut@nothingisreal.com>

	* README, Makefile.am: Added examples to distribution

	* src/cmd_line_args.l: Removed spurious newline in version information

	* NEWS: Added comment about bug fixes

	* Makefile.am, doc/delores.tex, doc/program.html:
	Replaced program.html with delores.tex

	* BUGS:
	Removed implementation issues section (better to put in TODO); added
	warning re: BGET

	* doc/manual.html: manual.html superseded by delores.1 man page

	* src/cmd_line_args.l, src/Makefile.am, Makefile.am:
	Added primes.txt to distribution

	* src/Makefile.am: Fixed quotation marks in PRIME_FILE macro

	* src/dl_stdint.h: Now #includes <config.h>

	* src/Makefile.am, src/cmd_line_args.l:
	Makefile.am now provides PRIME_FILE

	* configure.ac: Added option for compiling in BGET

	* TODO: Added some to-dos

	* doc/delores.1: Added e-mail addresses to AUTHOR section

	* src/dl.c, src/lexer.l: Removed some magic numbers

	* src/lexer.l: Added error message if strrchr() is not available.

	* src/bget.h: Added error message if memset() is not available.

	* doc/delores.1:
	Now mentions how to determine whether BGET is compiled in

	* src/cmd_line_args.l: Added credit for BGET in --version

	* src/dl_malloc.h: Turned off BGET by default

	* src/cmd_line_args.l, src/dl.h, src/main.c:
	Replaced DL_PROGNAME with PACKAGE; deleted DL_VER and DL_TITLE

	* configure.ac: Demoted expected version number to 0.90

	* src/cmd_line_args.l: Reformatted help screen

	* doc/delores.1:
	Removed references to unimplemented features faild, failD, term, and
	inferwf

	* src/parser.y: Fixed memory bug

	* src/dl.c:
	Added error messages for undocumented, unimplemented features

2003-12-12  Tristan Miller  <psychonaut@nothingisreal.com>

	* src/dl_malloc.h: Improved comments

	* doc/delores.1: Fixed typos

	* src/Makefile.am: Added LDADD line so that flex library is linked in

	* src/cmd_line_args.l: Replaced useless #defines with %options

	* configure.ac: Added checks for unsigned long long, uintmax_t

	* src/parser.y, src/timer.h, src/Makefile.am, src/dl_malloc.h, src/dl_stdbool.h, src/dl_strdup.h, src/lexer.l, src/cmd_line_args.l:
	Conditionally include config.h

	* src/cmd_line_args.l: Redefined all yy identifiers as xx

	* src/Makefile.am: Renamed dl.y to parser.y

	* src/Makefile.am: Renamed dl.l to lexer.l

	* src/lexer.l, src/dl.c: Renamed dl_y_tab.h to parser.h

	* src/dl.y, src/parser.y: Renamed dl.y to parser.y

	* src/dl.l, src/lexer.l: Renamed dl.l to lexer.l

	* configure.ac: Added macros for lex and yacc

	* src/timer.h, src/dl.y, src/main.c, src/ohash.h, src/dl_stdint.h, src/cmd_line_args.l:
	Custom portability macros replaced with Autoconf macros

	* src/dl_stdint.h: Added checks for strtoul(l)()

	* configure.ac: Added strtoumax to AC_CHECK_FUNCS

	* configure.ac: Added some more string functions to AC_CHECK_FUNCS

	* src/dl_strdup.c, src/dl_strdup.h, src/cmd_line_args.l, src/dl.l, src/dl.y:
	Custom portability macros replaced with Autoconf macros

	* src/cmd_line_args.l: Changed -v command-line argument to --version

	* src/cmd_line_args.l: Changed version notice

	* src/dl_stdint.h:
	Custom portability macros replaced with Autoconf macros

2003-12-11  Tristan Miller  <psychonaut@nothingisreal.com>

	* src/dl.c, src/dl.h, src/dl.l, src/dl.y, src/dl_malloc.c, src/dl_malloc.h, src/dl_stdbool.h, src/dl_stdint.h, src/dl_strdup.h, src/main.c, src/timer.c, src/timer.h, AUTHORS, THANKS, configure.ac, src/Makefile.am, src/bget.c, src/bget.h, src/cmd_line_args.h, src/cmd_line_args.l:
	Added e-mail for Michael Maher in credits

	* src/timer.h, src/cmd_line_args.h, src/dl.h, src/dl.c, src/dl_compile.h, src/dl_inline.h, src/main.c, src/Makefile.am:
	Custom portability macros replaced with Autoconf macros

	* WHATS_NEW.txt: *** empty log message ***

	* AUTHORS, BUGS, COPYING, INSTALL, NEWS, README, THANKS, TODO:
	Initial import into project

	* src/cmd_line_args.l, src/cmd_line_args.h:
	Replaced non-standard PATH_MAX with standard FILENAME_MAX

	* src/Makefile.am, src/dl_malloc.c, src/dl_malloc.h, src/dl_strdup.c, src/dl_strdup.h, src/timer.c, src/timer.h:
	Custom portability macros replaced with Autoconf macros

	* src/dl_stdbool.h: Added <config.h>

	* src/dl_stdbool.h:
	Custom portability macros replaced with Autoconf macros

	* src/bget.c: Updated header documentation

	* src/bget.c: Replaced <stdlib.h> with <string.h>

	* src/bget.c: Replaced non-standard <memory.h> with <stdlib.h>

2003-12-10  Tristan Miller  <psychonaut@nothingisreal.com>

	* Makefile.am, src/Makefile, src/Makefile.am:
	Replaced Makefile with Automake Makefile.ams

	* src/dl.c, src/timer.c, src/ohash.c: Fixed malloc() style

	* src/ohash.c: Revised credits

	* src/bget.c, src/bget.h, src/cmd_line_args.l, src/dl.c, src/dl.h, src/dl.l, src/dl.y, src/dl_malloc.c, src/main.c, src/ohash.c, src/ohash.h:
	Expanded tabs to spaces

	* src/dl.h: Removed C99-style comments

	* doc/delores.1: New Unix man page

2003-12-09  Tristan Miller  <psychonaut@nothingisreal.com>

	* src/Makefile, src/bget.c, src/bget.h, src/cmd_line_args.h, src/cmd_line_args.l, src/dl.c, src/dl.h, src/dl.l, src/dl.y, src/dl_compile.h, src/dl_inline.h, src/dl_malloc.c, src/dl_malloc.h, src/dl_stdbool.h, src/dl_stdint.h, src/dl_strdup.h, src/main.c, src/ohash.c, src/ohash.h, src/timer.c, src/timer.h:
	Added GPL notices to source files.

	* src/Makefile, src/bget.c, src/bget.h, src/cmd_line_args.h, src/cmd_line_args.l, src/dl.c, src/dl.h, src/dl.l, src/dl.y, src/dl_compile.h, src/dl_inline.h, src/dl_malloc.c, src/dl_malloc.h, src/dl_stdbool.h, src/dl_stdint.h, src/dl_strdup.c, src/dl_strdup.h, src/main.c, src/ohash.c, src/ohash.h, src/timer.c, src/timer.h:
	Added CVS Id tags

2003-12-08  Tristan Miller  <psychonaut@nothingisreal.com>

	* examples/circle10000.dl, examples/circle15000.dl, examples/circle2000.dl, examples/circle25000.dl, examples/circle500.dl:
	Initial import into CVS

	* examples/circle10000.dl, examples/circle15000.dl, examples/circle2000.dl, examples/circle25000.dl, examples/circle500.dl:
	New file.

	* WHATS_NEW.txt, doc/manual.html, doc/program.html, examples/circle20000.dl, examples/circle50.dl, examples/circle5000.dl, src/Makefile, src/bget.c, src/bget.h, src/cmd_line_args.h, src/cmd_line_args.l, src/dl.c, src/dl.h, src/dl.l, src/dl.y, src/dl_compile.h, src/dl_inline.h, src/dl_malloc.c, src/dl_malloc.h, src/dl_stdbool.h, src/dl_stdint.h, src/dl_strdup.c, src/dl_strdup.h, src/main.c, src/ohash.c, src/ohash.h, src/primes.txt, src/timer.c, src/timer.h:
	Initial import into CVS

	* WHATS_NEW.txt, doc/manual.html, doc/program.html, examples/circle20000.dl, examples/circle50.dl, examples/circle5000.dl, src/Makefile, src/bget.c, src/bget.h, src/cmd_line_args.h, src/cmd_line_args.l, src/dl.c, src/dl.h, src/dl.l, src/dl.y, src/dl_compile.h, src/dl_inline.h, src/dl_malloc.c, src/dl_malloc.h, src/dl_stdbool.h, src/dl_stdint.h, src/dl_strdup.c, src/dl_strdup.h, src/main.c, src/ohash.c, src/ohash.h, src/primes.txt, src/timer.c, src/timer.h:
	New file.

