]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 19 Nov 2000 07:41:31 +0000 (07:41 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 19 Nov 2000 07:41:31 +0000 (07:41 +0000)
old/fileutils/ChangeLog

index 2003f08666fddd39386fca6e51eabe93cbc6dd75..920ec48ec1e3317e5e4739855c2ac93fb801733a 100644 (file)
@@ -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