summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-19 07:41:31 +0000
committerJim Meyering <jim@meyering.net>2000-11-19 07:41:31 +0000
commitff9d584dcc0ec9110acbb1151cd176fd4c5161eb (patch)
treebd8063372a7cef647385eb7349efb1ed46ecf225 /old
parentaba2a0fd6d1db0f06fcd8840a538e64391430e38 (diff)
downloadcoreutils-ff9d584dcc0ec9110acbb1151cd176fd4c5161eb.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 2003f0866..920ec48ec 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,15 @@
-2000-11-18 Jim Meyering <meyering@lucent.com>
+2000-11-19 Jim Meyering <meyering@lucent.com>
* Version 4.0.33.
+2000-11-18 Paul Eggert <eggert@twinsun.com>
+
+ * src/sys2.h (GETOPT_HELP_CHAR, GETOPT_VERSION_CHAR): Now enum
+ constants rather than macros. Use values that cannot conflict
+ with C characters or with -1, CHAR_MAX + 1, etc.
+
+2000-11-18 Jim Meyering <meyering@lucent.com>
+
* src/du.c (count_entry): Don't omit the size of a directory entry
merely because we couldn't `chdir' into it. That would give subtly
different results in some cases. Reported by Mattias Wadenstein