]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 2 Jan 1999 20:38:45 +0000 (20:38 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Jan 1999 20:38:45 +0000 (20:38 +0000)
old/fileutils/ChangeLog
old/textutils/ChangeLog

index 88c4ff049e8d4b7fce7e7b731cee4fbf9356733b..5d7ab3652597c1869198e184bb0eb8868d200203 100644 (file)
@@ -1,5 +1,15 @@
 1999-01-02  Jim Meyering  <meyering@ascend.com>
 
+       * 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).
 
index b5180e55c0a3861f9eb781ed45a674729ce36687..e4afdb9ec2dcdadac9aead86a461ab0f1f8dfa5a 100644 (file)
@@ -1,5 +1,7 @@
 1999-01-02  Jim Meyering  <meyering@ascend.com>
 
+       * 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.