diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-20 13:01:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-20 13:01:20 +0000 |
commit | 5db7689366c1c318c53ca49664d2c948add4df2a (patch) | |
tree | 3bf29859f525b9025381cfc6992ff5be4a59972f /ChangeLog | |
parent | 3f7e0c2173677990cfb60ce8995651b9b80bf4a4 (diff) | |
download | coreutils-5db7689366c1c318c53ca49664d2c948add4df2a.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,7 +1,23 @@ -2006-02-18 Jim Meyering <jim@meyering.net> +2006-02-18 Eric Blake <ebb9@byu.net> * Version 6.0-cvs. + New option for rm: --interactive=once (-I). + * NEWS: Document it, along with change to rm --interactive. + * TODO: Remove entry for implementing rm -I + * src/rm.c (INTERACTIVE_OPTION): New enum value. + (interactive_type): New enum. + (long_opts): Let interactive take an optional argument. + (interactive_args, interactive_types): New option arguments. + (usage): Document -I, --interactive=WHEN. Use program_name + instead of a basename. + (main): New -I option, new behavior to --interactive. + * tests/rm/interactive-once: New tests. + * tests/rm/interactive-always: Ditto. + * tests/rm/Makefile.am (TESTS): Run them. + +2006-02-18 Jim Meyering <jim@meyering.net> + * Makefile.maint (sc_two_space_separator_in_usage): Make the regular expression match more of the target lines, e.g., those that start with `-S,' (short option followed by a comma) or that include `=[...]'. |