From: Jim Meyering Date: Sun, 19 Nov 2000 07:41:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_33~66 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ff9d584dcc0ec9110acbb1151cd176fd4c5161eb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2003f08666..920ec48ec1 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,15 @@ -2000-11-18 Jim Meyering +2000-11-19 Jim Meyering * Version 4.0.33. +2000-11-18 Paul Eggert + + * 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 + * 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