From 913e134b2d627b1d943e96031fddb22c6d399899 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 9 Jan 2000 08:26:42 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5338a2d..54f3a6b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,15 @@ +2000-01-09 Jim Meyering + + * src/ln.c (do_link): Produce the same sort of one-line output for + `--backup --verbose' as cp, mv, install. Before this, the backup + file name wasn't printed at all. + + This affects cp, install, and mv. + * src/copy.c (copy_internal): When making backup files in verbose + mode, print the backup file name on the same line as the rest of the + information, e.g., `a -> b (backup: b.~13~)' rather than on a separate + line by itself. Suggestion from Karl Berry. + 2000-01-08 Jim Meyering * lib/error.c (error): Use __strerror_r's return value only if -- 2.7.4