summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-02 16:36:25 +0000
committerJim Meyering <jim@meyering.net>1999-01-02 16:36:25 +0000
commitc39158b8ec9ab4024bcc18195e5b7231825d030c (patch)
treeaccc4827736059556bc3a4f290a9d0f669d6775d /old/textutils
parent041b69340dd1c7442874f0e744dbb265e0f7c747 (diff)
downloadcoreutils-c39158b8ec9ab4024bcc18195e5b7231825d030c.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 7fbd54ff6..efd4661ab 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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.