From: Jim Meyering Date: Sat, 2 Jan 1999 19:33:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1-b2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e159d72704a14e06c500c28d2eb21d35504c919c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index efd4661abd..d91d935716 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,11 +1,21 @@ -1999-01-01 Jim Meyering +1999-01-02 Jim Meyering * 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 + * 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.