From 19270e99bcd1df24ddf9fa13d04e34116aad8010 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 31 Dec 1998 21:59:58 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 53f356c..340db6d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,39 @@ +1998-12-31 Jim Meyering + + * 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 * Version 4.1-b1. -- 2.7.4