*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 2 Jan 1999 16:36:25 +0000 (16:36 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Jan 1999 16:36:25 +0000 (16:36 +0000)
old/textutils/ChangeLog

index 7fbd54ff66ea17e1c479ff4a23ebb6fa5868067d..efd4661abd65205a889a59491be67c6bf0921ac6 100644 (file)
@@ -2,6 +2,15 @@
 
        * Version 1.22g.
 
+       * 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.
+
+       * man/Makefile.maint ($(man_MANS)): `exit 1' if any of help2man,
+       chmod, or mv fails.  Otherwise, the failure could go unnoticed.
+
+       * man/Makefile.summ: Add entries for ptx and tsort.
+
        * src/tsort.c: Include readtokens.h.
        (zeros): Rename global from `rr'.
        (getstr): Remove function.
@@ -15,7 +24,7 @@
        * man/Makefile.am (man_MANS): Add ptx.1.
        * man/ptx.x: New file.
 
-       * src/tail.c (parse_options): Use XARGCASEMATCH in place of argmatch.
+       * src/tail.c (parse_options): Use XARGMATCH in place of argmatch.
 
        * man/Makefile.am (man_MANS): Add tsort.1.
        * man/tsort.x: New (essentially empty) file.