From: Jim Meyering Date: Sun, 10 Mar 2002 08:28:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_7~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6921b13ef97216b41885932e77fb9581b809559;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 66f60121fe..cba5676291 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,20 @@ -2002-03-09 Jim Meyering +2002-03-10 Jim Meyering * Version 4.1.7. + * src/copy.c (copy_reg): Don't exit upon finding a replaced file. + Instead, just skip it like the diagnostic says. + Reported by Paul Eggert. + +2002-03-09 Paul Eggert + + * src/copy.c (copy_reg): Use a more concise diagnostic for + reporting replaced files. This avoids a bug in the code, + which mishandled ino_t wider than long. + * src/remove.c (remove_dir): Likewise, twice. + +2002-03-09 Jim Meyering + * Makefile.am (EXTRA_DIST): Remove config/config.rpath, now that automake knows about it.