From: Jim Meyering Date: Sat, 2 Jan 1999 19:30:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1-b2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51282eaf75840918c37fd5476508a539c0c83cc3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 48db85b88a..3c26113cb9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,11 @@ +1999-01-02 Jim Meyering + + * lib/backupfile.c (get_version): Adapt to use new interface to + XARGMATCH. + * src/cp.c: Likewise. + * src/ls.c: Likewise. + * src/touch.c: Likewise. + 1999-01-01 Jim Meyering * lib/makepath.c (make_dir): New function, factored out of make_path. @@ -25,32 +33,27 @@ * lib/human.c (humblock): Use ARGMATCH in place of argmatch. - * lib/backupfile.c (get_version): Use XARGCASEMATCH in place of + * lib/backupfile.c (get_version): Use XARGMATCH in place of argmatch & co. 1998-12-31 Jim Meyering - * lib/Makefile.am (libfu_a_SOURCES): Remove strcasecmp.c. - (BUILT_SOURCES): Add strcasecmp.c and strncasecmp.c. - (EXTRA_DIST): Add strcasecmp.cin. - (strcasecmp.c): New rule. - (strncasecmp.c): New rule. - * 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 + (decode_switches): Use ARGMATCH instead of argmatch code in each of several cases. From Akim Demaille. - * src/cp.c (main): Use XARGCASEMATCH in place of argmatch & co. + * src/cp.c (main): Use XARGMATCH in place of argmatch & co. * src/touch.c (main): Likewise. * lib/backupfile.c (get_version): Likewise. From Akim Demaille. - * lib/strcasecmp.cin: New file. + * lib/strncasecmp.c: New file. + * lib/strcasecmp.c: Add #ifdefs so it can be used for strncasecmp, too. * lib/argmatch.c (strncasecmp): Move to a separate file. Add curly braces around some one-stmt-but-multiline blocks.