]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 8 Jul 2002 09:13:33 +0000 (09:13 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 8 Jul 2002 09:13:33 +0000 (09:13 +0000)
old/fileutils/ChangeLog

index 1c7f481d9add8c8b443226313199e7246aa96dfe..52475c1f1c40b5fccc7d6325dad7719d4bd477fe 100644 (file)
@@ -1,7 +1,33 @@
-2002-07-06  Jim Meyering  <meyering@lucent.com>
+2002-07-08  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.1.10.
 
+2002-07-07  Paul Eggert  <eggert@twinsun.com>
+
+       NEWS, doc/coreutils.texi:
+       New ls time style: long-iso, which generates YYYY-MM-DD HH:MM.
+       Any time style can be preceded by "posix-".
+       The default time style is now posix-long-iso instead of posix-iso.
+
+       * src/ls.c (enum time_style): Remove posix_iso_time_style.
+       Add long_iso_time_style.
+       (time_style_args, time_style_types, decode_switches): Likewise.
+       (decode_switches): If a time style is prefixed by "posix-", ignore
+       it if in the POSIX locale.  Default style is now posix-long-iso.
+       (usage): Explain the above.
+
+2002-07-07  Jim Meyering  <meyering@lucent.com>
+
+       * src/stat.c (print_it): Use xstrdup, not strdup.
+       Use fputc rather than printf "\n".
+
+       * src/stat.c: Include quote.h.
+       (print_stat): Use xreadlink, rather than using readlink directly.
+       Use the quote function rather than hard-coded double quotes.
+       Use error, not perror.
+
+2002-07-06  Jim Meyering  <meyering@lucent.com>
+
        * tests/Makefile.am (envvar-check): Mark as `.PHONY'.
 
        * src/stat.c: Remove everything associated with --secure option.