]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 15 Dec 2005 12:25:04 +0000 (12:25 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 15 Dec 2005 12:25:04 +0000 (12:25 +0000)
ChangeLog

index dda3b137ee67a093f89eb192a620f5bc08f68423..c48a6deb2900ea75144d8394a0d3b9c016d2aeb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.