summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-10 05:00:21 +0000
committerJim Meyering <jim@meyering.net>1996-07-10 05:00:21 +0000
commita10e992cbca04e1b05983e164d57e00b03505959 (patch)
tree1137f1a4e3c7afb6612bc8fa5f9ec680add6225b /old/fileutils
parent44b11d6e67a9a7133e46a8fa3795c25a0ae55326 (diff)
downloadcoreutils-a10e992cbca04e1b05983e164d57e00b03505959.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index afb916c1d..7d4e1d00a 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -4,7 +4,8 @@ Tue Jul 9 20:19:44 1996 Jim Meyering <meyering@na-net.ornl.gov>
(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.