diff options
author | Jim Meyering <jim@meyering.net> | 2005-07-03 16:49:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-07-03 16:49:26 +0000 |
commit | fb4be2889d85d18cc549fc6caa9a63966584e6c0 (patch) | |
tree | f14bf46fdc748f0eb22a6c3d25089613d44953f9 /ChangeLog | |
parent | 5610a8734d4ad3c583480e14525a317575d6d703 (diff) | |
download | coreutils-fb4be2889d85d18cc549fc6caa9a63966584e6c0.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,7 +1,18 @@ -2005-07-03 Paul Eggert <eggert@cs.ucla.edu> +2005-07-03 Jim Meyering <jim@meyering.net> * Version 5.3.1. + Deprecate mv's and cp's --reply option. + * src/mv.c (main): Using --reply now evokes a warning. + (usage): Remove description of --reply. + * src/cp.c (main): Using --reply now evokes a warning. + (usage): Remove description of --reply. + + * src/printf.c (verify_numeric): Rename from verify. + Update caller. + +2005-07-03 Paul Eggert <eggert@cs.ucla.edu> + * src/copy.h: Include "lstat.h" rather than rolling our own. * src/ls.c: Likewise. * src/remove.c: Likewise. |