#
# ChangeLog
#
# $Id: ChangeLog,v 1.22 2000/11/30 06:44:43 jonathan Exp $
#
# Jonathan B. Leffert <jonathan@leffert.net>
# 24 April 2000

29 November 2000 Jonathan B. Leffert <jonathan@leffert.net>
	* Version 1.15.
	* Project cleanup.

17 May 2000 Jonathan B. Leffert <jonathan@leffert.net>
	* Added gdbm-exists primitive.
	* Version 1.14.
	* Changed gdbm-create to return an error code of 2 if the specified
	  database already exists.

16 May 2000 Jonathan B. Leffert <jonathan@leffert.net>
	* Added gdbm-keys primitive to dump a list of keys.
	* Modified Makefile to install man page and link it appropriately.
	* Made remove return a 1 if a key was not found in the database.
	* Wrote a basic man page.

15 May 2000 Jonathan B. Leffert <jonathan@leffert.net>
	* Version 1.13.
	* Ported to IRIX.
	* Checked that it still builds on Solaris.
	* Prefixed all binaries by gdbm- and updated source code
	  and Makefile to reflect this.

13 May 2000 Jonathan B. Leffert <jonathan@leffert.net>
	* Version 1.12.
	* Finished up the EXAMPLES file.
	* Dealt with issue of return value for revget when an invalid
	  value is passed.
	* Dealt with issue of return value for get when an invalid key is
	  passed.

12 May 2000 Jonathan B. Leffert <jonathan@leffert.net>
	* Began an EXAMPLES file.

11 May 2000 Jonathan B. Leffert <jonathan@leffert.net>
	* Version 1.11.
	* Made char *readline(FILE *) in fileio.c look for either a '\n'
	  or a '\r' to signal end of line.
	* Finished parse function to deal with escape sequences.
	* A few small bug fixes.
	
10 May 2000 Jonathan B. Leffert <jonathan@leffert.net>
	* Began writing some parse functions to deal with escape
	  sequences (parse.{c,h}).
	* A few small bug fixes.
	
29 April 2000 Jonathan B. Leffert <jonathan@leffert.net>

	* Version 1.10.
	* Updated README and TODO.
	* Restructured fileio.c to use fgetc instead of fgets.
	  This allows using stdin as input.

28 April 2000 Jonathan B. Leffert <jonathan@leffert.net>

	* Began working on a load primitive to load data from a flat file.
	* Added fileio.{c,h} to allow for doing a "readline" from a
	  datafile.
	* Restructured ChangeLog so that it reads chronologically in
	  decending order.
	* Fixed pathological-case bug in put.
	* Version 1.02.
	* Fixed a stupid error in Makefile (not taking $(VERSION) into
	  account).
	* Added -v flag to get version information from the programs
	  at run time.

26 April 2000 Jonathan B. Leffert <jonathan@leffert.net>

	* Cleaned up some code.
	* Cleaned up some comments.

25 April 2000 Jonathan B. Leffert <jonathan@leffert.net>

	* Version 1.01.
	* Removed GPL info from Makefile (inadvertantly left in from
	  earlier work).
	* Added dist rule to Makefile.


24 April 2000 Jonathan B. Leffert <jonathan@leffert.net>

 	* Version 1.0.
	* Created ChangeLog.

10 April 2000 Jonathan B. Leffert <jonathan@leffert.net>

	* Started project.
