From 456a1ea3eaad5a0a895bf58bc3310c2a38375482 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 30 Jul 2000 18:44:58 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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.