From 8c0dc19cc688bd10f83a92fab2c9cdaf4b6154ec Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 10 Apr 1995 09:00:08 +0000 Subject: Sun Apr 9 01:24:33 1995 Roland McGrath * 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. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * extra-lib.mk (install-lib, extra-objs, alltypes-$(lib)): Make @@ -21,6 +34,8 @@ Sat Apr 8 00:40:59 1995 Roland McGrath #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. -- cgit v1.1