summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-03-16 21:41:50 +0100
committerJim Meyering <jim@meyering.net>2007-03-16 21:41:50 +0100
commit369aaf7e5dcabf995683eea9a3a1e497ade9cd12 (patch)
tree0e0bd52515194d06487acb8b6e25331011a53c3f /ChangeLog
parent39e85b7258340611a77a70e2ad46184f1081bbdf (diff)
downloadcoreutils-369aaf7e5dcabf995683eea9a3a1e497ade9cd12.tar.xz
* src/copy.c: Include filemode.h.
(overwrite_prompt): Say "try to overwrite", not "overwrite", to make it clearer that the attempt may fail. Problem reported by Dan Jacobson in: http://lists.gnu.org/archive/html/bug-coreutils/2007-03/msg00130.html Output symbolic mode as well as numeric. * tests/mv/i-2 (fail): Adjust to new prompt format.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2803f3f5b..6ba6973af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-03-16 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/copy.c: Include filemode.h.
+ (overwrite_prompt): Say "try to overwrite", not "overwrite", to
+ make it clearer that the attempt may fail. Problem reported by
+ Dan Jacobson in:
+ http://lists.gnu.org/archive/html/bug-coreutils/2007-03/msg00130.html
+ Output symbolic mode as well as numeric.
+ * tests/mv/i-2 (fail): Adjust to new prompt format.
+
2007-03-15 Jim Meyering <jim@meyering.net>
Enforce policy: don't use *scanf functions.