summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-30 18:44:58 +0000
committerJim Meyering <jim@meyering.net>2000-07-30 18:44:58 +0000
commit456a1ea3eaad5a0a895bf58bc3310c2a38375482 (patch)
treee2fe923472a40a97ce7b2a1e0c2ed48386dd70f6 /old
parentc8a15b9edb6849b5a76ff201cb3b9da0b1369d65 (diff)
downloadcoreutils-456a1ea3eaad5a0a895bf58bc3310c2a38375482.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 e70f7e6eb..a6f4ace1d 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,15 @@
* Version 4.0y.
+ * src/copy.c (copy_internal): Quote the file names that are displayed
+ with --verbose and --backup.
+ * src/remove.c (remove_file): Quote the file names that are displayed
+ with --verbose.
+ (remove_dir): Likewise.
+ * tests/mv/mv-special-1: Add quote marks to match new behavior.
+ * tests/rm/r-1: Likewise.
+ * tests/rm/r-2: Likewise.
+
* src/df.c: Convert "`%s'" in format strings to "%s", and wrap each
corresponding argument in a `quote (...)' call.
* src/dircolors.c: Likewise.