]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 16 Oct 1999 14:48:25 +0000 (14:48 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 16 Oct 1999 14:48:25 +0000 (14:48 +0000)
old/fileutils/ChangeLog

index e79a0ef448880e3607b0e243462315de67f97251..e1cbe0f98706f8343833b67a7bb30de69ee14e92 100644 (file)
@@ -1,3 +1,17 @@
+1999-10-16  Jim Meyering  <meyering@ascend.com>
+
+       * tests/cp/backup-is-src: Remove use of cp's now-deprecated -V option.
+       Use --b=simple instead of -b -V simple.
+
+       * src/cp.c: Convert --backup to take an optional argument.
+       Deprecate --version-control (-V) in comments.
+       (usage): Remove mention of --version-control.
+       (main): Make -V warn then fall through into --backup case.
+       [--backup case]: Handle optional arg.
+
+       * tests/cp/Makefile.am (TESTS): Add cp-mv-backup.
+       * tests/cp/cp-mv-backup: New file.
+
 1999-10-11  Jim Meyering  <meyering@ascend.com>
 
        * lib/getopt.c: Merge changes from latest glibc.