From af75d641d4776f5032127c3dcdcab9834893957e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 8 Jul 2002 09:13:33 +0000 Subject: *** empty log message *** --- old/fileutils/ChangeLog | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'old/fileutils') 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 +2002-07-08 Jim Meyering * Version 4.1.10. +2002-07-07 Paul Eggert + + 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 + + * 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 + * tests/Makefile.am (envvar-check): Mark as `.PHONY'. * src/stat.c: Remove everything associated with --secure option. -- cgit v1.2.3-54-g00ecf