diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-01 05:20:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-01 05:20:22 +0000 |
commit | 419daeb511156b038461fecf11b39d656bab436e (patch) | |
tree | 3144c6ffe470e75d05fed5c871857f3637376cfc | |
parent | 5555b3c9db0e5f3d1a8f8235040742ca757c9dcc (diff) | |
download | coreutils-419daeb511156b038461fecf11b39d656bab436e.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index aff0e4f89..7677aca9d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,11 +1,13 @@ +Wed May 1 00:20:00 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * ls.c (parse_ls_color, usage): Remove support for alternate spellings: + --colours and LS_COLOURS. + Mon Apr 29 22:07:41 1996 Jim Meyering (meyering@na-net.ornl.gov) * POTFILES.in: Add chgrp.c. From François Pinard. Add dircolors.c. - * ls.c (parse_ls_color, usage): Remove support for alternate spellings: - --colours and LS_COLOURS. - Sun Apr 28 16:32:38 1996 Jim Meyering (meyering@na-net.ornl.gov) * ls.c (parse_ls_color): Use strcpy to initialize 3-character array. |