summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
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>