1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00
This commit is contained in:
Jim Meyering
1999-12-09 16:38:32 +00:00
parent e8ff25dd70
commit 5214179c29
2 changed files with 29 additions and 1 deletions

View File

@@ -1,3 +1,24 @@
1999-12-09 Jim Meyering <meyering@ascend.com>
* src/df.c (BLOCK_SIZE_OPTION, SYNC_OPTION, NO_SYNC_OPTION): Define
these and use them instead of `CHAR_MAX + n'.
* src/du.c (BLOCK_SIZE_OPTION, EXCLUDE_OPTION, MAX_DEPTH_OPTION):
Likewise.
* src/touch.c (TIME_OPTION): Likewise.
* src/rmdir.c (IGNORE_FAIL_ON_NON_EMPTY_OPTION): Likewise.
* tests/ls/time-1: Test more of the framework (touch's -a and -m
options) before running the actual ls test.
1999-12-07 Jim Meyering <meyering@ascend.com>
* tests/cp/cp-mv-backup: Use 1>&2 rather than `1<&-'.
Suggestion from Volker Borchert.
1999-12-05 Jim Meyering <meyering@ascend.com>
* Makefile.maint: Remove ftp.enst.fr.
1999-12-04 Jim Meyering <meyering@ascend.com>
* Version 4.0k.