summaryrefslogtreecommitdiff
path: root/old/textutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-26 01:19:12 +0000
committerJim Meyering <jim@meyering.net>1993-10-26 01:19:12 +0000
commitf5da03589e6e94588b100b02b73ae47ddf5a57ea (patch)
treefee8236d9e25c8729fe276bb4351e4b46edcf1bb /old/textutils/ChangeLog
parentd7c526e66d7c4d3d11ca80c141b9fae18f0a9668 (diff)
downloadcoreutils-f5da03589e6e94588b100b02b73ae47ddf5a57ea.tar.xz
merge with 1.8i
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r--old/textutils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index c8f2794ee..9c752f542 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,18 @@
+Mon Oct 25 20:16:33 1993 Jim Meyering (meyering@comco.com)
+
+ * sort.c: Accept but ignore -y0 for compatibility with Solaris 2.
+ From Chuck Hedrick (hedrick@klinzhai.rutgers.edu).
+
+ * sort.c (main): Handle --help and --version options.
+ * Makefile.in (sort.o): Depend on long-options.h.
+
Sun Oct 24 00:31:02 1993 Jim Meyering (meyering@comco.com)
+ * csplit.c, cut.c, expand.c, fold.c, head.c, nl.c, od.c, paste.c,
+ split.c, tac.c, tail.c, unexpand.c, uniq.c: Use the preferred
+ `--longopt=arg' syntax in --help message rather than `--longopt arg'.
+ From Francois Pinard.
+
* tail.c: Don't include <signal.h>. It hasn't been necessary
since the Dec 12, 1992 change.