diff options
author | Jim Meyering <jim@meyering.net> | 1998-09-07 14:11:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-09-07 14:11:00 +0000 |
commit | f0e77e8722fb80f0b36dcdb7a3682ab0b6fb0caf (patch) | |
tree | fb570a6f4ef33241b64848c7bd353431ce4a7f4f /old | |
parent | 5c094d2ab2583cbc8c2501126ee2626f3dbe1ff7 (diff) | |
download | coreutils-f0e77e8722fb80f0b36dcdb7a3682ab0b6fb0caf.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 30 |
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. |