diff options
author | Jim Meyering <jim@meyering.net> | 1997-11-03 05:46:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-11-03 05:46:09 +0000 |
commit | 752325fc8efe1f918439adcc82f297908e348d5b (patch) | |
tree | 5f94331e2afe9d4d6b0e5f70dfe3573aacaaa901 /old/fileutils | |
parent | d17ebff65328983e2824a1263725aa1649a22e0c (diff) | |
download | coreutils-752325fc8efe1f918439adcc82f297908e348d5b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9fd2f80ac..582dd0591 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. @@ -24,6 +19,13 @@ 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. |