summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-09 08:26:42 +0000
committerJim Meyering <jim@meyering.net>2000-01-09 08:26:42 +0000
commit913e134b2d627b1d943e96031fddb22c6d399899 (patch)
tree229c966df77f7963eaa0fefd9aade41105d4ac33 /old
parent5f2d0e3d6c63e501529b4f3609d323f1e45f96dc (diff)
downloadcoreutils-913e134b2d627b1d943e96031fddb22c6d399899.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 5338a2dee..54f3a6b25 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,15 @@
+2000-01-09 Jim Meyering <meyering@lucent.com>
+
+ * 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 <meyering@ascend.com>
* lib/error.c (error): Use __strerror_r's return value only if