diff options
author | Roland McGrath <roland@gnu.org> | 1995-11-14 10:00:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-11-14 10:00:21 +0000 |
commit | 9199ec6eb2511cf2babee622ae64db7a579b837e (patch) | |
tree | 1d876bc2bf50eacdc62f9a7c8d24ae240eaeb892 /ChangeLog | |
parent | accc07a981d919a8f592285011fb2b6a417db001 (diff) |
Mon Nov 13 15:23:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-951114
* malloc/malloc.c (morecore): Fix inverted test in allocating new
info table.
* malloc/malloc.c (align): Fix assertion.
* malloc/malloc.c: Include assert.h.
* libc-symbols.h: Use __attribute__ for GCC 2.8, not 2.7.
* malloc/malloc.h [emacs] (emacs_loser_valloc): Macro removed.
(valloc): Protect decl with [! (_MALLOC_INTERNAL && emacs)].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Mon Nov 13 15:23:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * malloc/malloc.c (morecore): Fix inverted test in allocating new + info table. + + * malloc/malloc.c (align): Fix assertion. + + * malloc/malloc.c: Include assert.h. + + * libc-symbols.h: Use __attribute__ for GCC 2.8, not 2.7. + + * malloc/malloc.h [emacs] (emacs_loser_valloc): Macro removed. + (valloc): Protect decl with [! (_MALLOC_INTERNAL && emacs)]. + Fri Nov 10 14:15:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * malloc/malloc.c (align): Assert that space for alignment |