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

index efd4661abd65205a889a59491be67c6bf0921ac6..d91d935716a90b7d90316c03eab4f806cd067854 100644 (file)
@@ -1,11 +1,21 @@
-1999-01-01  Jim Meyering  <meyering@ascend.com>
+1999-01-02  Jim Meyering  <meyering@ascend.com>
 
        * Version 1.22g.
 
+       * 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.
+
+1999-01-01  Jim Meyering  <meyering@ascend.com>
+
        * src/tsort.c: Move inclusion of assert.h to follow that of stdio.h.
        Some losing systems require this.
        Use STREQ macro instead of strcmp in a few places.
 
+       * po/POTFILES.in: Add tsort.c.
+
        * man/Makefile.maint ($(man_MANS)): `exit 1' if any of help2man,
        chmod, or mv fails.  Otherwise, the failure could go unnoticed.