diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-12 05:50:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-12 05:50:21 +0000 |
commit | 9099ba78e2a4806758fc65c465c414dcb7998a33 (patch) | |
tree | 68cefe983833ad3443c6e8744eae0b866120baaa | |
parent | 017ee79337eeceef7793c7475da225e4e4c80f11 (diff) | |
download | coreutils-9099ba78e2a4806758fc65c465c414dcb7998a33.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 98749329f..926952501 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,20 @@ +2000-08-12 Jim Meyering <meyering@lucent.com> + + * install-sh: Remove trailing blanks. + Output diagnostics to stderr, not stdout. + Remove many useless curly braces and double quotes. + +2000-08-11 J. David Anglin <dave@hiauly1.hia.nrc.ca> + + * install-sh: Improve error handling. + Do the job even when the target file is `busy' on systems + that don't allow such files to be unlinked. + +2000-08-12 Jim Meyering <meyering@lucent.com> + + * README: Remove note about how installation can fail and the + work-around, now that it's all automated. + 2000-08-07 Paul Eggert <eggert@twinsun.com> * src/cp.c (usage, main): For cp -P messages, mention the new |