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

index 720f0356c03d32cf93916c678809c40652539b61..9fd2f80ac0920e6422452f8b1432839ab1a71bc7 100644 (file)
@@ -1,5 +1,12 @@
 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.
+
        * src/rm.c: Put cycle-detecting code inside an
        #ifdef ENABLE_CYCLE_CHECK, for systems lacking d_ino.
        [D_INO_IN_DIRENT]: Define ENABLE_CYCLE_CHECK.
index c53f92f224d7e5bdfcd1e4209a20d2efebd06d4b..4750de650275f77f0698bd0aa747810aa5e0cd22 100644 (file)
@@ -1,11 +1,22 @@
 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.
        (jm_FUNC_REALLOC): Use it.
        * lib/Makefile.am (noinst_HEADERS): Add xalloc.h.
        (EXTRA_DIST): Add realloc.c.
        (EXTRA_DIST): Add malloc.c.
 
+       * lib/malloc.c: New file.
+       * m4/malloc.m4: New file.
+       * m4/Makefile.am (EXTRA_DIST): Add malloc.m4.
+
        * lib/xalloc.h: New file.
        * lib/xmalloc.c: Updated from textutils.