diff options
author | Jim Meyering <jim@meyering.net> | 1997-11-03 05:38:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-11-03 05:38:28 +0000 |
commit | c9848717d6ce2de27768ffd001b78afa4e0c01ac (patch) | |
tree | af9ad61558aa68b0414ae05a232c97bfd39e977c /old/fileutils | |
parent | aafe49ef49f56842fb8c573c009128c03aa19a28 (diff) | |
download | coreutils-c9848717d6ce2de27768ffd001b78afa4e0c01ac.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 720f0356c..9fd2f80ac 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. |