summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-04 05:36:19 +0000
committerJim Meyering <jim@meyering.net>1999-03-04 05:36:19 +0000
commit0f67dfcaa3d0db4a795057a80e4c00cef81875d3 (patch)
treeadab879d321c42fd8f7a4f0bc008d2991b35e447
parent88cbad981787d34f3dc8118bde16416c12a50421 (diff)
downloadcoreutils-0f67dfcaa3d0db4a795057a80e4c00cef81875d3.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index c71fc5336..20736e3b0 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,45 @@
+1999-03-03 Jim Meyering <meyering@ascend.com>
+
+ * src/cat.c: Include long-options.h
+ [long_options]: Remove the "help" and "version" entries.
+ Remove declarations of show_help and show_version.
+ (main): Use parse_long_options, including author name(s).
+ Remove the show_version and show_help blocks.
+ * cksum.c: Likewise.
+ * comm.c: Likewise.
+ * csplit.c: Likewise.
+ * cut.c: Likewise.
+ * expand.c: Likewise.
+ * fmt.c: Likewise.
+ * fold.c: Likewise.
+ * head.c: Likewise.
+ * nl.c: Likewise.
+ * od.c: Likewise.
+ * paste.c: Likewise.
+ * pr.c: Likewise.
+ * split.c: Likewise.
+ * sum.c: Likewise.
+ * tac.c: Likewise.
+ * tail.c: Likewise.
+ * tr.c: Likewise.
+ * unexpand.c: Likewise.
+ * uniq.c: Likewise.
+ * wc.c: Likewise.
+
+ * src/ptx.c: Include long-options.h
+ [long_options]: Remove the "help" and "version" entries.
+ Remove declarations of show_help and show_version.
+ (main): Remove `const' attribute from dcl of argv parameter.
+ Call bindtextdomain and textdomain.
+ Use parse_long_options, including author name(s).
+ Remove the show_version and show_help blocks.
+
+ * src/join.c (main): Include author name argument in call to
+ parse_long_options.
+ * src/md5sum.c (main): Likewise.
+ * src/sort.c (main): Likewise.
+ * src/tsort.c (main): Likewise.
+
1999-02-07 Jim Meyering <meyering@ascend.com>
* Version 1.22h.