From: Jim Meyering Date: Sun, 27 Jul 2003 06:45:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f231aac34a112346264d2d6c7b16d89aa11d57;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a8ab2f2ec9..061ca77971 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ -2003-07-26 Jim Meyering +2003-07-27 Jim Meyering * Version 5.0.90. + * src/pathchk.c (validate_path): Use %lu, not %ld. + From Paul Eggert. + * src/cut.c (is_printable_field): Simplify bit arithmetic. + From Paul Eggert. + * src/ls.c (sort_files): Put `volatile' in the right place. + From Paul Eggert. + +2003-07-26 Jim Meyering + Use only one bit per field/offset in array, not one `int'. * src/cut.c (printable_field): Change type to `unsigned char'. (mark_printable_field, is_printable_field): New functions.