diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-01 05:19:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-01 05:19:38 +0000 |
commit | 5555b3c9db0e5f3d1a8f8235040742ca757c9dcc (patch) | |
tree | c8227a22c52f83d627c69b2aca9b877cf12c5777 /old | |
parent | 482d5be531dc28b4aee7f18324d02b5dc1a41a27 (diff) | |
download | coreutils-5555b3c9db0e5f3d1a8f8235040742ca757c9dcc.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index bcf43656f..aff0e4f89 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,26 @@ +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. + Automatic aggregate initialization isn't portable. + Remove all ^L's. + (get_funky_string): Declare static and move to precede single + caller: parse_ls_color. + Make some globals `static' and/or `const'. + (LEN_STR_PAIR): New macro. + (color_indicator): Use it in this declaration. + (parse_ls_color): Use error, not fprintf. + (decode_switches): Add a comment. + (print_name_with_quoting): Add braces around inner if-else + statement to clarify. + * configure.in: Add a comment that fp_C_PROTOTYPES must precede AC_C_INLINE. Otherwise, some systems lose because the value AC_C_INLINE choses with plain `cc' is different from that chosen |