1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-29 11:59:36 +02:00

ls now defaults to --time-style='locale', which in turn acts

like --time-style='posix-long-iso' if the locale settings are messed up.
This commit is contained in:
Paul Eggert
2005-11-08 21:00:10 +00:00
parent 6837183d42
commit 2aa901dadd
2 changed files with 13 additions and 1 deletions
+7 -1
View File
@@ -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.
+6
View 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).