From: Jim Meyering Date: Wed, 24 Oct 2001 07:38:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd77bc4a788a6d17ce17911d2af5ef6f8be3f1fd;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 734b686bae..a0eee1dee5 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,12 @@ -2001-10-22 Paul Eggert +2001-10-24 Jim Meyering * 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 + * src/sys2.h (alloca): Define to __builtin_alloca if __GNUC__, to avoid a warning if -Wall.