1 **** All newer entries are in the C library ChangeLog file. **** 2 3Thu Jul 11 18:15:04 1991 Roland McGrath (roland@churchy.gnu.ai.mit.edu) 4 5 * Merged with C library version, which now has its own subdir. 6 * malloc.h, *.c: Use ansideclisms and #ifdefs for portability both 7 in and out of the C library. 8 * Makefile: New makefile for malloc subdir in libc. 9 Has targets to create malloc.tar{,.Z} by ansidecl processing on srcs. 10 * malloc/Makefile: New file; Makefile for standalone distribution. 11 * malloc/README: New file; info for same. 12 13Fri Apr 6 00:18:36 1990 Jim Kingdon (kingdon at pogo.ai.mit.edu) 14 15 * Makefile: Add comments. 16 17Thu Apr 5 23:08:14 1990 Mike Haertel (mike at albert.ai.mit.edu) 18 19 * mcheck.c (mcheck, checkhdr): Support user-supplied abort() 20 function. 21 * malloc.h: Declare __free(). 22 * Makefile: New target libmalloc.a. 23 24Thu Apr 5 21:56:03 1990 Jim Kingdon (kingdon at pogo.ai.mit.edu) 25 26 * free.c (free): Split into free and __free. 27 * malloc.c (morecore): Call __free on oldinfo. 28 29Local Variables: 30mode: indented-text 31left-margin: 8 32fill-column: 76 33version-control: never 34End: 35