]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 2 Jan 1999 19:38:05 +0000 (19:38 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Jan 1999 19:38:05 +0000 (19:38 +0000)
old/textutils/ChangeLog

index d91d935716a90b7d90316c03eab4f806cd067854..b5180e55c0a3861f9eb781ed45a674729ce36687 100644 (file)
@@ -1,5 +1,14 @@
 1999-01-02  Jim Meyering  <meyering@ascend.com>
 
+       * src/tsort.c (tsort): Use a single call to error instead of two
+       to fprintf.
+       (main): Remove `%s: ' prefix on format string.
+
+       * src/tail.c (parse_options): Use XARGMATCH in place of argmatch.
+
+       * 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,