]> sourceware.org Git - glibc.git/commitdiff
Sat Apr 8 00:40:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Sat, 8 Apr 1995 04:47:54 +0000 (04:47 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 8 Apr 1995 04:47:54 +0000 (04:47 +0000)
* 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

index 8fe4a0f4fec20ca83ce188cd3956623bd082435d..80b19512568fab90054a6c36125a508036719678 100644 (file)
--- 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
This page took 0.048287 seconds and 5 git commands to generate.