diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-08 04:47:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-08 04:47:54 +0000 |
commit | 73fbb9a52337f95181c4613fbc0b77aab74af4ac (patch) | |
tree | 73e8fd03ccf92d82a649ec629afc0ce9fcf87f28 | |
parent | f799c39b2e468f89d09e1f10c48d4971418007c4 (diff) | |
download | glibc-73fbb9a52337f95181c4613fbc0b77aab74af4ac.tar.gz glibc-73fbb9a52337f95181c4613fbc0b77aab74af4ac.tar.xz glibc-73fbb9a52337f95181c4613fbc0b77aab74af4ac.zip |
Sat Apr 8 00:40:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* malloc/free.c: Remove use of `assert'. * malloc/realloc.c [! emacs] (safe_bcopy): Renamed to __malloc_safe_bcopy; #define safe_bcopy. * malloc/free.c: Cope with systems lacking `memmove'. (_free_internal): Cast result of _malloc_internal.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8fe4a0f4fe..80b1951256 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Apr 8 00:40:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * malloc/free.c: Remove use of `assert'. + + * malloc/realloc.c [! emacs] (safe_bcopy): Renamed to + __malloc_safe_bcopy; #define safe_bcopy. + * malloc/free.c: Cope with systems lacking `memmove'. + (_free_internal): Cast result of _malloc_internal. + Wed Apr 5 00:13:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * hurd/hurdinline.c: Include signal.h first, so we don't define |