From: Paul Eggert Date: Tue, 8 Nov 2005 21:00:10 +0000 (+0000) Subject: ls now defaults to --time-style='locale', which in turn acts X-Git-Tag: v6.0~1384 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2aa901dadd32f63f484e1812361c39e68fb3589f;p=thirdparty%2Fcoreutils.git ls now defaults to --time-style='locale', which in turn acts like --time-style='posix-long-iso' if the locale settings are messed up. --- diff --git a/ChangeLog b/ChangeLog index bbee185e1f..f05d0e9bd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2005-11-08 Jim Meyering +2005-11-08 Paul Eggert * 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 + * tests/du/2g: s/expensive/very expensive/ in a comment. From Paul Townsend. diff --git a/doc/ChangeLog b/doc/ChangeLog index d0f84e63a3..5673f91d63 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2005-11-08 Paul Eggert + + * 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 * coreutils.texi (rm invocation): Don't mention --directory (-d).