ls now defaults to --time-style='locale', which in turn acts
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Nov 2005 21:00:10 +0000 (21:00 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Nov 2005 21:00:10 +0000 (21:00 +0000)
like --time-style='posix-long-iso' if the locale settings are messed up.

ChangeLog
doc/ChangeLog

index bbee185..f05d0e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-11-08  Jim Meyering  <jim@meyering.net>
+2005-11-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 6.0-cvs.
 
+       * NEWS: ls now defaults to --time-style='locale', which in turn acts
+       like --time-style='posix-long-iso' if the locale settings are messed up.
+       * src/ls.c (decode_switches): Implement this.
+
+2005-11-08  Jim Meyering  <jim@meyering.net>
+
        * tests/du/2g: s/expensive/very expensive/ in a comment.
        From Paul Townsend.
 
index d0f84e6..5673f91 100644 (file)
@@ -1,3 +1,9 @@
+2005-11-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * coreutils.texi (Formatting file timestamps): ls now defaults to
+       --time-style='locale', which in turn acts like
+       --time-style='posix-long-iso' if the locale settings are messed up.
+
 2005-11-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        * coreutils.texi (rm invocation): Don't mention --directory (-d).