summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-02 19:38:05 +0000
committerJim Meyering <jim@meyering.net>1999-01-02 19:38:05 +0000
commitfb888f11ab1e2da731da6024e720ba7060ce8461 (patch)
treeafc8f63d604a6ae9586735a2afc580a3de9f80db /old/textutils
parent731688ecd549cf1d50932b429b2d473e90292c21 (diff)
downloadcoreutils-fb888f11ab1e2da731da6024e720ba7060ce8461.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index d91d93571..b5180e55c 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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,