diff options
author | Jim Meyering <jim@meyering.net> | 1998-12-31 21:59:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-12-31 21:59:58 +0000 |
commit | 19270e99bcd1df24ddf9fa13d04e34116aad8010 (patch) | |
tree | 8480601f3d631a0aa9ea60e4098573ca0f4d3740 | |
parent | 91dc8874b0550474ebb80747f9d4aecebe002824 (diff) | |
download | coreutils-19270e99bcd1df24ddf9fa13d04e34116aad8010.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 53f356c2d..340db6df2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,39 @@ +1998-12-31 Jim Meyering <meyering@ascend.com> + + * src/ls.c (indicator_style_types): New variable. + (format_types): Rename from `formats'. + (color_args): Remove unnecessary `no' string. + (color_types): Remove corresponding `color_never' entry. + (main): Use ARGMATCH_TO_ARGUMENT. + (decode_switches): Use ARGCASEMATCH instead of argmatch code + in each of several cases. + From Akim Demaille. + + * src/cp.c (main): Use XARGCASEMATCH in place of argmatch & co. + * src/touch.c (main): Likewise. + From Akim Demaille. + + * lib/strncasecmp.c: New file. + * lib/argmatch.c (strncasecmp): Move to a separate file. + Add curly braces around some one-stmt-but-multiline blocks. + + * lib/argmatch.c: Improvements from Akim Demaille. + * lib/argmatch.h: Likewise. + + * lib/addext.c (addext): Protoize. + Indent cpp directives to match nesting. + + Fix warnings from gcc -W -Wall + * lib/posixtm.c (posix_time_parse): Change type of index `i' from + int to unsigned int. + * lib/getdate.y (__attribute__): Define. + (ATTRIBUTE_UNUSED): Define. + (yyerror): Mark parameter as unused with ATTRIBUTE_UNUSED. + (MonthDayTable): Add initializers for last entry. + (UnitsTable): Likewise. + (OtherTable): Likewise. + (MilitaryTable): Likewise. + 1998-12-22 Jim Meyering <meyering@ascend.com> * Version 4.1-b1. |