From: Jim Meyering Date: Wed, 10 Jul 1996 05:00:21 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a10e992cbca04e1b05983e164d57e00b03505959;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index afb916c1d3..7d4e1d00ad 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -4,7 +4,8 @@ Tue Jul 9 20:19:44 1996 Jim Meyering (long_options): Add print-data-base and print-database. * src/dircolors.c (dc_parse_stream): Don't give `unrecognized keyword' - message unless we've processed a matching TERM directive. + message unless we've processed a matching TERM directive. Reported + by Karl Berry and François Pinard. * 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.