diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-02 20:38:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-02 20:38:45 +0000 |
commit | e38501be526c819fe1520d6196052e8c6af304b9 (patch) | |
tree | a1d440adf295bf903deaba4d6bb1dde9d7b7d959 /old/textutils/ChangeLog | |
parent | 7b36cfca743bbc31f5e3234ba9d62f1ce3bdbc88 (diff) | |
download | coreutils-e38501be526c819fe1520d6196052e8c6af304b9.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index b5180e55c..e4afdb9ec 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,7 @@ 1999-01-02 Jim Meyering <meyering@ascend.com> + * Version 1.22g. + * src/tsort.c (tsort): Use a single call to error instead of two to fprintf. (main): Remove `%s: ' prefix on format string. @@ -9,8 +11,6 @@ * src/ptx.c (format_vals): New array. (main): Use XARGMATCH in place of argmatch. - * Version 1.22g. - * lib/argmatch.h (XARGMATCH): Don't return a value; instead, modify a parameter. Add a `Die_stmt' parameter. Add parentheses. |