aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-04-10 09:00:08 +0000
committerRoland McGrath <roland@gnu.org>1995-04-10 09:00:08 +0000
commit8c0dc19cc688bd10f83a92fab2c9cdaf4b6154ec (patch)
tree0a5362b2c4bf49a9b76dacb3d845c6e29b7a1024 /ChangeLog
parent6aa8372e1684381fdc8fdacb4fdd71415c2ecde3 (diff)
downloadglibc-8c0dc19cc688bd10f83a92fab2c9cdaf4b6154ec.zip
glibc-8c0dc19cc688bd10f83a92fab2c9cdaf4b6154ec.tar.gz
glibc-8c0dc19cc688bd10f83a92fab2c9cdaf4b6154ec.tar.bz2
Sun Apr 9 01:24:33 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* Makerules (+depfiles): Translate %.so to %.o in $(extra-objs). * malloc/free.c [emacs] (__malloc_safe_bcopy): Define to safe_bcopy. * malloc/realloc.c (__malloc_safe_bcopy): Undefine before defining. * malloc/free.c (memmove, __malloc_safe_bcopy): Do include these #ifdef emacs, but only #ifndef memmove. * malloc/realloc.c [emacs] (__malloc_safe_bcopy): Just #define to safe_bcopy. (memmove): Define only if undefined. * stdio/_itoa.h (_EXTERN_INLINE): Define if undefined. (_itoa): Use it in defn.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 270a235..04b53e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Sun Apr 9 01:24:33 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * Makerules (+depfiles): Translate %.so to %.o in $(extra-objs).
+
+ * malloc/free.c [emacs] (__malloc_safe_bcopy): Define to safe_bcopy.
+ * malloc/realloc.c (__malloc_safe_bcopy): Undefine before defining.
+
+ * malloc/free.c (memmove, __malloc_safe_bcopy): Do include these
+ #ifdef emacs, but only #ifndef memmove.
+ * malloc/realloc.c [emacs] (__malloc_safe_bcopy): Just #define to
+ safe_bcopy.
+ (memmove): Define only if undefined.
+
Sat Apr 8 00:40:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* extra-lib.mk (install-lib, extra-objs, alltypes-$(lib)): Make
@@ -21,6 +34,8 @@ Sat Apr 8 00:40:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
#ifdef emacs.
* malloc/realloc.c: Likewise.
+ * stdio/_itoa.h (_EXTERN_INLINE): Define if undefined.
+ (_itoa): Use it in defn.
* stdio/_itoa.c (_EXTERN_INLINE): Define to empty before #include
"_itoa.h".
(_itoa): Function removed.