2003-01-30  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* configure.ac: bump to 0.5.

	* r_util.c (r__ulong): mask off possible higher bits in ulong
	case.

	* ckmame.mdoc: add man page.
	* ckmame.man: generated from ckmame.man.

	* db-db.h: prefer db_185.h to db.h, if found.
	* configure.ac: test for db_185.h.

	* db-db.c,  db-gdbm.c, dbl.c, r_util.c, w_util.c: include <string.h>.
	* libzip/tests/buffadd.c: include <string.h>.
	* libzip/zip_replace_data.c: include <string.h>.

2002-11-15  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* fix.c	(fix_game): Use defined value instead of magic number.

	* COPYING, INSTALL, config.guess, config.sub, configure.in, 
	install-sh, ltcf-c.sh, ltconfig, ltmain.sh, missing,
	mkinstalldirs: Update to autoconf-2.56/automake-1.7.1.

	* depcomp: new file for above.

2001-10-28  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* superflouos.c (main), dumpgame.c (main), ckmame.c (main),
	mkmamedb.c (main): don't initialize optind

2001-10-28  Dieter Baron  <dillo@danbala.tuwien.ac.at>

	* dbread.c (dbread): handle names containing white space.
	(gettok): new function.
	
	* dbread.c (dbread): stricter check for crc token.

2001-10-27  Dieter Baron  <dillo@danbala.tuwien.ac.at>

	* libzip/zip_replace_zip.c (read_part): fix typo: pass correct
	length to zip_read()

2001-10-27  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* dbread.c (dbread): add support for MESS (recognize "machine")

	* mkmamedb.c (main): sync dbname resolution with ckmame and
	dumpgame

2001-10-20  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* dbl.c (ddb_name): only free() stuff that was allocated
	* mkmamedb.c (main): only free() stuff that was allocated

	* dumpgame.c (main): don't shadow global variable

	* util.h: add prototype for init_rompath()

	* db-gdbm.c (ddb_open): #if -> #ifdef; free() s if allocated

	* libzip/zip_open.c (_zip_readcdir): Work around some broken zip
	files.

2001-08-20  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* dbl.c (ddb_lookup): only free data we allocated

2001-05-16  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* configure.in, ltconfig, ltmain.sh: update libtool, and repair
	libz test for NetBSD-current (no OF macro)
	* ltcf-c.sh: new file for above

2000-11-05  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* libzip/Makefile.am: install public header file

2000-11-04  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* Makefile.am, configure.in, libzip/Makefile.am,
	libzip/tests/Makefile.am: make libzip shared by using libtool
	* config.guess, config.sub, libtool.m4, ltconfig, ltmain.sh: new
	files for above

	* libzip/Makefile.am, zip.h: add zip_get_name
	* libzip/zip_get_name.c: new file

	* libzip/tests/ziptest.c (main): add some '\n'

1999-11-23  Dieter Baron  <dillo@danbala.tuwien.ac.at>

	* util.c: (rompath, init_rompath) declared non-static for access
	in superflouos.c
	* superflouos.c: new program

1999-10-06  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* TODO, README.DOS, NEWS: updated

1999-10-05  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* treetrav.c (zfile_new): zfile_new fixed, now returns useful zip
	names, instead of just the name of the game

1999-10-05  Dieter Baron  <dillo@danbala.tuwien.ac.at>

	* treetrav.c (tree_child_traverse): close zip files created in
	fix_do (all_z[0]).

1999-10-05  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* libzip/zip_close.c (zip_close): make zip_close work under DOS,
	free zip structure for temp file

1999-09-27  Thomas Klausner  <wiz@danbala.tuwien.ac.at>

	* romutil.c (romcmp): removed comment for already fixed behaviour

	* w_game.c, w_util.c (w__rom): moved function from w_util.c to
	w_game.c

	* r_game.c, r_util.c (r__rom): moved function from r_util.c to
	r_game.c 

ckmame-0.4: first released version
