diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-15 12:52:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-15 12:52:55 +0000 |
commit | 7471db2e0db5c009b0c0e4af0097d9b5bed91409 (patch) | |
tree | 88108ba915d601fc3ee95c6f26b30eaf52eaa0ad | |
parent | e1e70abfabc69205aa2572a07316256fab4ce072 (diff) | |
download | coreutils-7471db2e0db5c009b0c0e4af0097d9b5bed91409.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index abc7b7689..f210c74d2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,22 @@ 2001-09-15 Jim Meyering <meyering@lucent.com> + * src/copy.c (copy_internal) [move_mode]: Support the new + --reply=... option. + (UNWRITABLE): Define (factored out of copy_internal). + (copy_internal): Use UNWRITABLE. + + Accept new option: --reply={yes,no,query} + * src/mv.c: Include argmatch.h. + (enum) [REPLY_OPTION]: Define. + (usage): Describe new option. + Split long usage string into smaller pieces. + (main): Handle new option. + + * src/cp.c (main): Reflect renaming: s/I_ON/I_ASK_USER/. + + * src/copy.h (enum Interactive): Remove members, I_OFF and I_ON. + Instead, add I_ALWAYS_YES, I_ALWAYS_NO, and I_ASK_USER. + * Version 4.1.1. * tests/mv/i-2: Clean up: use priv-check rather than open-coding it. |