diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-10 08:28:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-10 08:28:43 +0000 |
commit | a6921b13ef97216b41885932e77fb9581b809559 (patch) | |
tree | 9c10a18e89966dbb8eecde37a232135495163cb6 /old | |
parent | ae5a552bf1237608804e07d83c6936737eeb728f (diff) | |
download | coreutils-a6921b13ef97216b41885932e77fb9581b809559.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 66f60121f..cba567629 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,20 @@ -2002-03-09 Jim Meyering <meyering@lucent.com> +2002-03-10 Jim Meyering <meyering@lucent.com> * 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 <eggert@twinsun.com> + + * 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 <meyering@lucent.com> + * Makefile.am (EXTRA_DIST): Remove config/config.rpath, now that automake knows about it. |