From 7471db2e0db5c009b0c0e4af0097d9b5bed91409 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Sep 2001 12:52:55 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index abc7b76..f210c74 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,22 @@ 2001-09-15 Jim Meyering + * 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. -- 2.7.4