summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-08 09:13:33 +0000
committerJim Meyering <jim@meyering.net>2002-07-08 09:13:33 +0000
commitaf75d641d4776f5032127c3dcdcab9834893957e (patch)
tree45af11e4ab53f8d6402a7ed5edde3a2ba02360b1 /old/fileutils
parent647eaf53a8cab90bf18190ebbf6153943f1df591 (diff)
downloadcoreutils-af75d641d4776f5032127c3dcdcab9834893957e.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog28
1 files changed, 27 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 1c7f481d9..52475c1f1 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,33 @@
-2002-07-06 Jim Meyering <meyering@lucent.com>
+2002-07-08 Jim Meyering <meyering@lucent.com>
* Version 4.1.10.
+2002-07-07 Paul Eggert <eggert@twinsun.com>
+
+ NEWS, doc/coreutils.texi:
+ New ls time style: long-iso, which generates YYYY-MM-DD HH:MM.
+ Any time style can be preceded by "posix-".
+ The default time style is now posix-long-iso instead of posix-iso.
+
+ * src/ls.c (enum time_style): Remove posix_iso_time_style.
+ Add long_iso_time_style.
+ (time_style_args, time_style_types, decode_switches): Likewise.
+ (decode_switches): If a time style is prefixed by "posix-", ignore
+ it if in the POSIX locale. Default style is now posix-long-iso.
+ (usage): Explain the above.
+
+2002-07-07 Jim Meyering <meyering@lucent.com>
+
+ * src/stat.c (print_it): Use xstrdup, not strdup.
+ Use fputc rather than printf "\n".
+
+ * src/stat.c: Include quote.h.
+ (print_stat): Use xreadlink, rather than using readlink directly.
+ Use the quote function rather than hard-coded double quotes.
+ Use error, not perror.
+
+2002-07-06 Jim Meyering <meyering@lucent.com>
+
* tests/Makefile.am (envvar-check): Mark as `.PHONY'.
* src/stat.c: Remove everything associated with --secure option.