diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-29 05:28:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-29 05:28:48 +0000 |
commit | c4d50b0133b9096595e112991a17f4cc200ef7c8 (patch) | |
tree | 79eca2b9278f4bf2bf411559395b4ee121c87b39 /old | |
parent | bb389bead8ca726e09e3e50e39715c9dba74cd9e (diff) | |
download | coreutils-c4d50b0133b9096595e112991a17f4cc200ef7c8.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c1d1580f7..94c44789f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -259,9 +259,15 @@ 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. + * dircolors.c: New file. Written by H. Peter Anvin. Sun Apr 28 16:32:38 1996 Jim Meyering (meyering@na-net.ornl.gov) + * ls.c: Apply color ls changes by Peter Anvin <Peter.Anvin@linux.org> + and Dennis Flaherty <dennisf@denix.elk.miles.com> based on original + patches by Greg Lee <lee@uhunix.uhcc.hawaii.edu>. And on top of all + that, a few changes from Ulrich Drepper. + * ls.c (parse_ls_color): Use strcpy to initialize 3-character array. Automatic aggregate initialization isn't portable. Remove all ^L's. |