]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 3 Nov 1997 05:46:09 +0000 (05:46 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Nov 1997 05:46:09 +0000 (05:46 +0000)
old/fileutils/ChangeLog

index 9fd2f80ac0920e6422452f8b1432839ab1a71bc7..582dd05918f7a9a5a2c7e5030df567b90b1c5be9 100644 (file)
@@ -1,11 +1,6 @@
 1997-11-02  Jim Meyering  <meyering@na-net.ornl.gov>
 
-       * 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.
 
 1997-10-25  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * 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.