]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 22 Sep 2001 08:27:36 +0000 (08:27 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 22 Sep 2001 08:27:36 +0000 (08:27 +0000)
old/fileutils/ChangeLog

index 90509908e90e3e3ba00eb5e0b5222e157e39e915..ac0c361f614e84d1a48d20fec77320b2e7fca105 100644 (file)
@@ -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.