diff options
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index fab301fba..57f100979 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -3,6 +3,10 @@ Sat May 4 20:54:32 1996 Jim Meyering (meyering@na-net.ornl.gov) * system.h [IN_CTYPE_DOMAIN]: Rename from ISASCII. * backupfile.c [IN_CTYPE_DOMAIN]: Rename from ISASCII. + * dircolors.c: Make enumerated constants upper case. + (main): Don't rely on ANSI-style string concatenation. + Add `static' and/or `const' to some file scope variables. + Wed May 1 00:20:00 1996 Jim Meyering (meyering@na-net.ornl.gov) * lib/Makefile.am (EXTRA_DIST): Add strcasecmp.c. |