summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-20 20:41:32 +0000
committerJim Meyering <jim@meyering.net>2001-05-20 20:41:32 +0000
commitc9277ec2a9f7a3c4cfcd42740158a340d7cb973d (patch)
treed75a694d7b16ee2f15f9e240a96cfa73323d9eae
parent8b7078eadac7cd88125bf42f521cf3abf5012965 (diff)
downloadcoreutils-c9277ec2a9f7a3c4cfcd42740158a340d7cb973d.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index f7a192b24..d1d5dff5a 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,26 @@
+2001-05-11 Paul Eggert <eggert@twinsun.com>
+
+ Add new --time-style option.
+ Change --full-time to be equivalent to --time-style=full-iso.
+
+ * NEWS, doc/fileutils.texi: Describe this change.
+
+ * src/ls.c: Include "hard-locale.h".
+ (nstrftime): New decl.
+ (enum time_style): New enum.
+ (time_style_args, time_style_types): New constants.
+ (full_time): Remove.
+ (long_time_format): Initialize to POSIX defaults.
+ (TIME_STYLE_OPTION): New constant.
+ (long_options, decode_switches, usage): Add --time-style support.
+ (long_time_expected_width): Use nstrftime, not strftime.
+ (print_long_format): Likewise.
+ Increase initial size to match new full-iso time style.
+
+ * tests/ls/time-1: Unset QUOTING_STYLE and TIME_STYLE. Set TZ.
+ Adjust to change in full-time format.
+ Fix typo in failure messages (-a and -m were interchanged).
+
2001-05-20 Jim Meyering <meyering@lucent.com>
* doc/Makefile.am (EXTRA_DIST): Add constants.texi and doclicense.texi.