summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-22 08:27:36 +0000
committerJim Meyering <jim@meyering.net>2001-09-22 08:27:36 +0000
commit0ed17117558bef6b102d406e989cc9977cf2e9c3 (patch)
treee9119b3ed03f5bbd9349c0b7cfc3c3d26e9a767d /old
parent3939790637f24bb791b9760c9862303f57e2088f (diff)
downloadcoreutils-0ed17117558bef6b102d406e989cc9977cf2e9c3.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 90509908e..ac0c361f6 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,6 +1,15 @@
+2001-09-22 Jim Meyering <meyering@lucent.com>
* Version 4.1.1.
+ Mostly clean-up (modulo the better diagnostic).
+ * src/copy.c (copy_internal): Rename parameter, move_mode, to
+ command_line_arg, and adjust caller. Now, move_mode is a local
+ that is derived from command_line_arg.
+ Factor some involved code to produce something slightly more readable.
+ Use x->move_mode, not move_mode in determining which diagnostic
+ to give (`backing up %s would destroy source; %s not moved').
+
2001-09-16 Paul Eggert <eggert@twinsun.com>
* src/ls.c (usage): Fix typo in -g usage.