2003-12-24  Thomas Dickey

	* MANIFEST: generated from rcs logs

	* cctest.c:
	defined MAIN() macro to force consistent usage of the prototype for main(),
	eliminate associated compiler warnings.  Move include for <stdio.h> to top,
	and add <sys/types.h> to ensure that size_t is declared.

	* Configure:
	add c99 as a possible compiler.  Modify check for predefined symbols to first
	remove the test-program and its output to avoid picking up results from a
	previous compiler if the test-program cannot be compiled.

	* malloc.h.org:
	correct a syntax error (missing backslash) in the string used to force a
	compilation error when DATATYPE is not found (report by Joel Breazeale).

	* Makefile: correct some spelling.  Add a rule to generate ChangeLog.

2003-12-23  Thomas Dickey

	* xmalloc.c: add a cast to remove a compile-warning.

2001-01-14  Thomas Dickey

	* string.c: tweak to build with glibc

1995-11-19  Thomas Dickey

	* malloc.h, sysdefs.h: regen'd

	* malloc.h.org:
	removed redundant ifdef/endif bracketing undef's, and added missing undef's

	* Makefile: renamed library to 'dbmalloc'
	updated Configure script (tested on Linux with gcc 2.7.0)
	updated cproto rules for cproto 4.x (tested with cproto 4.4a)

	* prototypes.h: regen'd with gcc 2.7.0 on Linux 1.2.8 (ELF)

	* Configure: mods to add b* functions to auto-config
	corrected test / default for WRTDATA
	added special hack for __const to accommodate broken gcc 2.7.0 -traditional

	* malloc.h.org: corrected declarations of b* functions

	* cctest.c: added test for b* functions, and for WRTDATA
	fix s* function test (missing stdio.h caused g++ to warn about printf)

1995-11-19  dickey

	* RCS: PERMIT FILE

1995-03-11  Thomas Dickey

	* prototypes.h: regen'd from 14L version after fixing cproto rules

1993-03-01  dunkel

	* Makefile: Harald Dunkel's quick-fix

	* ANNOUNCE, README.Linux: RCS_BASE

1993-02-26  dunkel

	* stack.c: use EXITFUN instead of exit

	* mallocin.h: added definition for EXITFUN

	* malloc.c, dump.c: use EXITFUN instead of exit

	* malloc.h, sysdefs.h: RCS_BASE

1993-02-25  dunkel

	* memory.c, dgmalloc.c, prototypes.h:
	corrected declarations of b* functions

1992-09-04  Thomas Dickey

	* CHECKSUMS, dgmalloc.c, fill.c, malloc.man, minipatch, prototypes.h, testerr.c, testmalloc.c, testmem.c, teststack.c:
	New file.

	* DISTRIBU.TED, MANIFEST, PROBLEMS, README, patchlevel, testerr.base:
	RCS_BASE

1992-09-03  cpcahil

	* CHANGES, malloc.c, mallocin.h, realloc.c: FROM_KEYS

1992-08-22  cpcahil

	* Config.flags, Configure, Makefile, Runtests, abort.c, calloc.c, cctest.c, datamc.c, datams.c, debug.h, dump.c, free.c, leak.c, m_init.c, m_perror.c, malign.c, malloc.3, malloc.h.org, mallopt.c, mchain.c, mcheck.c, memory.c, size.c, stack.c, string.c, tostring.c, tostring.h, xheap.c, xmalloc.c:
	FROM_KEYS

1992-04-29  cpcahil

	* Buildpatch: FROM_KEYS

