diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-02 19:33:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-02 19:33:33 +0000 |
commit | e159d72704a14e06c500c28d2eb21d35504c919c (patch) | |
tree | f292b7304e0861130b55f00cd2a419d7d935b971 /old | |
parent | a31aa355b3e0db46480de15820e906ec60fa68f4 (diff) | |
download | coreutils-e159d72704a14e06c500c28d2eb21d35504c919c.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index efd4661ab..d91d93571 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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. |