From: Jim Meyering Date: Sat, 2 Jan 1999 16:36:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1-b2~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c39158b8ec9ab4024bcc18195e5b7231825d030c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 7fbd54ff66..efd4661abd 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.