summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-15 03:57:04 +0000
committerJim Meyering <jim@meyering.net>1997-09-15 03:57:04 +0000
commit425f0215f86a0da3ce54a060373c5dc6359476f4 (patch)
tree26deacbd1388a6376625cd933db9b26370bdeb8f /old
parenteaa1924e3625bd367b71241804220d093cf17fe8 (diff)
downloadcoreutils-425f0215f86a0da3ce54a060373c5dc6359476f4.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a487fc0ec..807a0050a 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,7 @@
1997-09-14 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/rm.c (full_filename): Use realloc, not xrealloc.
+
* configure.in (jm_FUNC_REALLOC): Use it.
* m4/Makefile.am (EXTRA_DIST): Add realloc.m4.
@@ -50,6 +52,7 @@
* lib/strdup.c [HAVE_CONFIG_H]: Include config.h.
* src/rm.c: Finish rewrite to use chdir and hash tables.
+ See `Implementation overview' comment in the source.
1997-09-11 Jim Meyering <meyering@na-net.ornl.gov>