summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-09-07 14:11:00 +0000
committerJim Meyering <jim@meyering.net>1998-09-07 14:11:00 +0000
commitf0e77e8722fb80f0b36dcdb7a3682ab0b6fb0caf (patch)
treefb570a6f4ef33241b64848c7bd353431ce4a7f4f /old
parent5c094d2ab2583cbc8c2501126ee2626f3dbe1ff7 (diff)
downloadcoreutils-f0e77e8722fb80f0b36dcdb7a3682ab0b6fb0caf.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 7ea5d5851..32e8fbcc6 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,33 @@
+1998-09-07 Jim Meyering <meyering@ascend.com>
+
+ * tests/ls-2/quoting: Add tests.
+ * tests/Fetish.pm (run_tests): Add simple PRE/POST hooks.
+ (_create_file): Don't include $$ in temp file name.
+ (run_tests): Use shorter suffixes for temp file names.
+
+1998-09-06 Jim Meyering <meyering@ascend.com>
+
+ * src/touch.c: Include posixtm.h.
+ (usage): Correct the description of the format of the
+ date string argument to -t option.
+ (main): Update to use rewritten posixtime function.
+ Reported by Andries Brouwer.
+
+ * Version 3.16w.
+
+ * lib/Makefile.am (libfu_a_SOURCES): Change posixtm.y to posixtm.c.
+ (noinst_HEADERS): Add posixtm.h.
+
+ * lib/posixtm.h: New file.
+ * lib/posixtm.c: New file. Rewritten based on posixtm.y.
+ * lib/posixtm.y: Remove file.
+
+1998-09-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * src/ls.c (print_dir_name): Put back.
+ (print_dir): Also print directory name header if print_dir_name is
+ true.
+
1998-08-29 Jim Meyering <meyering@ascend.com>
* Version 3.16v.