From 73fbb9a52337f95181c4613fbc0b77aab74af4ac Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 8 Apr 1995 04:47:54 +0000 Subject: Sat Apr 8 00:40:59 1995 Roland McGrath * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8fe4a0f..80b1951 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Apr 8 00:40:59 1995 Roland McGrath + + * 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 * hurd/hurdinline.c: Include signal.h first, so we don't define -- cgit v1.1