From 767a68f51254537a9891ce511cc0d2c438f2f944 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 17 Oct 1999 21:33:49 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 941c379..355c025 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,23 @@ +1999-10-17 Jim Meyering + + * 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 * tests/cp/backup-is-src: Remove use of cp's now-deprecated -V option. -- 2.7.4