summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-08 21:00:10 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-08 21:00:10 +0000
commit2aa901dadd32f63f484e1812361c39e68fb3589f (patch)
tree7ad92ab87d754a1717882a0b042f88a7f570ee6c /ChangeLog
parent6837183d42a0ccdf7b7106794ea693c5b609aea5 (diff)
downloadcoreutils-2aa901dadd32f63f484e1812361c39e68fb3589f.tar.xz
ls now defaults to --time-style='locale', which in turn acts
like --time-style='posix-long-iso' if the locale settings are messed up.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bbee185e1..f05d0e9bd 100644
--- 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.