summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-24 07:38:33 +0000
committerJim Meyering <jim@meyering.net>2001-10-24 07:38:33 +0000
commitfd77bc4a788a6d17ce17911d2af5ef6f8be3f1fd (patch)
tree90d4cce62ed089513cd89daa56645d2fb73c5cb5 /old
parent1e2d216c9ef680b236871669a114a36184bf1474 (diff)
downloadcoreutils-fd77bc4a788a6d17ce17911d2af5ef6f8be3f1fd.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 734b686ba..a0eee1dee 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,12 @@
-2001-10-22 Paul Eggert <eggert@twinsun.com>
+2001-10-24 Jim Meyering <meyering@lucent.com>
* Version 4.1.1.
+ * src/cp.c (main): Free hash table storage.
+ * src/cp-hash.c (forget_all): Use hash_free, not hash_clear.
+
+2001-10-22 Paul Eggert <eggert@twinsun.com>
+
* src/sys2.h (alloca): Define to __builtin_alloca if __GNUC__,
to avoid a warning if -Wall.