]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 24 Oct 2001 07:38:33 +0000 (07:38 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Oct 2001 07:38:33 +0000 (07:38 +0000)
old/fileutils/ChangeLog

index 734b686baefbaaa2dcbff69ee50cd6356b22e680..a0eee1dee5a33b9c5ee7d4a10487e317d1aa1d09 100644 (file)
@@ -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.