]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 17 Oct 1999 21:33:49 +0000 (21:33 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 17 Oct 1999 21:33:49 +0000 (21:33 +0000)
old/fileutils/ChangeLog

index 941c379f89c5c8b98ef18e0ccc3e547f51460f7d..355c0255f6ba2c8a86f0eac6d48b61c579550c5f 100644 (file)
@@ -1,3 +1,23 @@
+1999-10-17  Jim Meyering  <meyering@ascend.com>
+
+       * tests/mv/backup-is-src: Remove use of mv's now-deprecated
+       -V option.  Use --b=simple instead of -b -V simple.
+
+       * src/mv.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.
+
+       Accept new option: --target-directory=DIR
+       * src/cp.c (TARGET_DIRECTORY_OPTION): Define.
+       (SPARSE_OPTION): Define.
+       (usage): Describe it.
+       (do_copy): Change meanings/names of first two parameters: use `n_files'
+       in place of `argc - optind', and `file' instead of `argv + optind'.
+       Add parameter, target_directory.
+       (main): Pass new arg, target_directory.
+
 1999-10-16  Jim Meyering  <meyering@ascend.com>
 
        * tests/cp/backup-is-src: Remove use of cp's now-deprecated -V option.