From: Jim Meyering Date: Sat, 2 Jan 1999 20:38:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1-b2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e38501be526c819fe1520d6196052e8c6af304b9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 88c4ff049e..5d7ab36525 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,15 @@ 1999-01-02 Jim Meyering + * lib/argmatch.c (argmatch_invalid): Remove double quotes from the + offending quoted argument before using it in explanatory diagnostic. + Use a single fprintf stmt. + + * lib/argmatch.h (XARGMATCH): Don't return a value; instead, + modify a parameter. Add a `Die_stmt' parameter. + Add parentheses. + * lib/argmatch.c (__xargmatch_internal): Remove now-unused function. + (argmatch_to_argument): Add `const' attribute to first parameter. + * configure.in (AC_REPLACE_FUNCS): Remove strcasecmp (now it's done in m4/jm-macros.m4). diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index b5180e55c0..e4afdb9ec2 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,7 @@ 1999-01-02 Jim Meyering + * Version 1.22g. + * src/tsort.c (tsort): Use a single call to error instead of two to fprintf. (main): Remove `%s: ' prefix on format string. @@ -9,8 +11,6 @@ * src/ptx.c (format_vals): New array. (main): Use XARGMATCH in place of argmatch. - * Version 1.22g. - * lib/argmatch.h (XARGMATCH): Don't return a value; instead, modify a parameter. Add a `Die_stmt' parameter. Add parentheses.