From: Jim Meyering Date: Fri, 1 Jan 1999 07:06:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1-b2~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8be5ac8dfc684e07c005337d8a522f0478c84d6;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 340db6df27..0ee38089c6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,24 @@ +1999-01-01 Jim Meyering + + * lib/quotearg.c (quotearg_buffer): Cast -1 to size_t before comparing. + (quotearg_n): Change type of 1st parameter from int to unsigned int. + (quotearg_n_options): Likewise. + From Akim Demaille. + (quotearg_n_options): Declare `options' parameter to be `const'. + + * lib/human.c (humblock): Use ARGMATCH in place of argmatch. + + * lib/backupfile.c (get_version): Use XARGCASEMATCH 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. @@ -9,11 +28,12 @@ in each of several cases. From Akim Demaille. - * src/cp.c (main): Use XARGCASEMATCH in place of argmatch & co. + * src/cp.c (main): Use XARGCASEMATCH in place of argmatch & co. * src/touch.c (main): Likewise. + * lib/backupfile.c (get_version): Likewise. From Akim Demaille. - * lib/strncasecmp.c: New file. + * lib/strncasecmp.cin: New file. * lib/argmatch.c (strncasecmp): Move to a separate file. Add curly braces around some one-stmt-but-multiline blocks.