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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user