From: Jim Meyering Date: Fri, 5 Oct 2001 11:47:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_1~168 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=6d64ac84426b7597fad0d8cd467863ab5d338be0;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0c749e0a73..d28a6f3e1b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,17 @@ -2001-09-29 Jim Meyering +2001-10-05 Jim Meyering * Version 4.1.1. + * src/copy.c: Include hash-pjw.h and remove definition of hash_pjw. + * src/remove.c: Likewise. + +2001-10-01 Jim Meyering + + * src/remove.c (hash_pjw): Remove function. + * src/copy.c: Likewise. + +2001-09-29 Jim Meyering + * src/copy.c (copy_internal): Call record_dest for all types of files (for which this makes sense), not just regular ones.