From 752325fc8efe1f918439adcc82f297908e348d5b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 3 Nov 1997 05:46:09 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9fd2f80..582dd05 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,11 +1,6 @@ 1997-11-02 Jim Meyering - * lib/xmalloc.c (xalloc_fail): Renamed from fixup_null_alloc. - (xcalloc): #ifdef-out unused function. - (xrealloc): Remove code to work around deficient versions of realloc. - Now we have an autoconf-enabled replacement version. - (xmalloc): Remove code to work around deficient versions of malloc. - Now we have an autoconf-enabled replacement version. + * acconfig.h: Add malloc and realloc. * src/rm.c: Put cycle-detecting code inside an #ifdef ENABLE_CYCLE_CHECK, for systems lacking d_ino. @@ -24,6 +19,13 @@ 1997-10-25 Jim Meyering + * lib/xmalloc.c (xalloc_fail): Renamed from fixup_null_alloc. + (xcalloc): #ifdef-out unused function. + (xrealloc): Remove code to work around deficient versions of realloc. + Now we have an autoconf-enabled replacement version. + (xmalloc): Remove code to work around deficient versions of malloc. + Now we have an autoconf-enabled replacement version. + * configure.in (jm_FUNC_MALLOC): Use it. * lib/Makefile.am (EXTRA_DIST): Add malloc.c. -- 2.7.4