.
authorJim Meyering <jim@meyering.net>
Thu, 9 Dec 1999 16:38:32 +0000 (16:38 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 9 Dec 1999 16:38:32 +0000 (16:38 +0000)
old/fileutils/ChangeLog
old/textutils/ChangeLog

index e4f0961..ec62975 100644 (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.
index d2a3265..5a326df 100644 (file)
@@ -1,7 +1,14 @@
-1999-12-05  Jim Meyering  <meyering@ascend.com>
+1999-12-09  Jim Meyering  <meyering@ascend.com>
 
        * Version 2.0a.
 
+       * configure.in (ALL_LINGUAS): Add Galician (gl).
+
+1999-12-06  Jim Meyering  <meyering@ascend.com>
+
+       * tests/tail-2/fflush: New test for latest change.
+       * tests/tail-2/Makefile.am (TESTS): Add fflush.
+
 1999-10-26  Marc Boucher  <marc@mbsi.ca>
 
        * src/tail.c (main): Flush stdout before switching to unbuffered mode