diff options
| author | cgd <cgd@NetBSD.org> | 1993-09-23 21:10:27 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-09-23 21:10:27 +0000 |
| commit | 3560b76d3f84cb0ea9f5fe3311f110609d77240a (patch) | |
| tree | d16f4bd7e5ba4513a6b38820d70e1c0199132c8f /gnu/lib/libmalloc/OChangeLog | |
| parent | 10c0a04cce1fe09818446413a5f6f1684ddb77c2 (diff) | |
add gnu malloc library. to use, -lgnumalloc (same style as -lgnuregex)
Diffstat (limited to 'gnu/lib/libmalloc/OChangeLog')
| -rw-r--r-- | gnu/lib/libmalloc/OChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/gnu/lib/libmalloc/OChangeLog b/gnu/lib/libmalloc/OChangeLog new file mode 100644 index 00000000000..452aa53b323 --- /dev/null +++ b/gnu/lib/libmalloc/OChangeLog @@ -0,0 +1,34 @@ + **** All newer entries are in the C library ChangeLog file. **** + +Thu Jul 11 18:15:04 1991 Roland McGrath (roland@churchy.gnu.ai.mit.edu) + + * Merged with C library version, which now has its own subdir. + * malloc.h, *.c: Use ansideclisms and #ifdefs for portability both + in and out of the C library. + * Makefile: New makefile for malloc subdir in libc. + Has targets to create malloc.tar{,.Z} by ansidecl processing on srcs. + * malloc/Makefile: New file; Makefile for standalone distribution. + * malloc/README: New file; info for same. + +Fri Apr 6 00:18:36 1990 Jim Kingdon (kingdon at pogo.ai.mit.edu) + + * Makefile: Add comments. + +Thu Apr 5 23:08:14 1990 Mike Haertel (mike at albert.ai.mit.edu) + + * mcheck.c (mcheck, checkhdr): Support user-supplied abort() + function. + * malloc.h: Declare __free(). + * Makefile: New target libmalloc.a. + +Thu Apr 5 21:56:03 1990 Jim Kingdon (kingdon at pogo.ai.mit.edu) + + * free.c (free): Split into free and __free. + * malloc.c (morecore): Call __free on oldinfo. + +Local Variables: +mode: indented-text +left-margin: 8 +fill-column: 76 +version-control: never +End: |
