diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-15 12:25:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-15 12:25:04 +0000 |
commit | 6e7efd30f0ca69c0c62e6f1b0fba04ac1dceeb4a (patch) | |
tree | 68762abcdb4dfc66ba1caf3d3e7447acf72e300d | |
parent | 5124a296ab6933de387eb132b13ee8b301f01358 (diff) | |
download | coreutils-6e7efd30f0ca69c0c62e6f1b0fba04ac1dceeb4a.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,7 +1,23 @@ -2005-12-14 Paul Eggert <eggert@cs.ucla.edu> +2005-12-15 Jim Meyering <jim@meyering.net> * Version 6.0-cvs. + stat: revert behavior of --format=FMT (-c) + stat: add new option: --printf=FMT + * NEWS: Mention this. + * src/stat.c (isodigit, octtobin, hextobin): Define. + (PRINTF_OPTION): Define. + (interpret_backslash_escapes, trailing_delim): New globals. + (usage): Document them. Alphabetize on long option names. + (print_esc_char): New function. + (print_it): Rewrite, in order to handle backslash escapes. + (main): Handle new option. Set globals for --format, too. + + * tests/misc/stat-printf: Test --printf and --format. + * tests/misc/Makefile.am (TESTS): Add stat-printf. + +2005-12-14 Paul Eggert <eggert@cs.ucla.edu> + * NEWS: sort now reports incompatible options. * src/sort.c (incompatible_options, check_ordering_compatibility): New functions. |