From: Jim Meyering Date: Wed, 10 Jul 1996 03:15:51 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12s~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8feafc2a5444df6c89a2103f29a7b9633da0e92;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 02dbd1e10f..b816cea80f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +Tue Jul 9 20:19:44 1996 Jim Meyering + + * src/dircolors.c (dc_parse_stream): Don't give `unrecognized keyword' + message unless we've processed a matching TERM directive. + + * src/install.c (UID_T_MAX): Use `(unsigned long)1' rather than + `(uid_t)1' to avoid problems on systems where uid_t is signed. + (GID_T_MAX): Likewise for gid_t. + From Kjetil Torgrim Homme . + Sun Jul 7 22:40:08 1996 Jim Meyering * src/ls.c: Change initial colors for `color_indicator' to match