summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-28 04:34:57 +0000
committerJim Meyering <jim@meyering.net>1993-10-28 04:34:57 +0000
commit01e9d7611ab5840e415f3c6c2e29b0951238ae58 (patch)
treea34e788e7a804089c6aa3d37ae0f030aa8a97b86
parent5f5fe4ae6d4328ec76a8535fc10225f9598b4e24 (diff)
downloadcoreutils-01e9d7611ab5840e415f3c6c2e29b0951238ae58.tar.xz
merge with 1.8.1
-rw-r--r--old/textutils/ChangeLog8
-rw-r--r--old/textutils/NEWS1
2 files changed, 7 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 9c752f542..5017ddda3 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,7 @@
+Wed Oct 27 01:13:52 1993 Jim Meyering (meyering@comco.com)
+
+ * Version 1.8.1.
+
Mon Oct 25 20:16:33 1993 Jim Meyering (meyering@comco.com)
* sort.c: Accept but ignore -y0 for compatibility with Solaris 2.
@@ -16,8 +20,8 @@ Sun Oct 24 00:31:02 1993 Jim Meyering (meyering@comco.com)
* tail.c: Don't include <signal.h>. It hasn't been necessary
since the Dec 12, 1992 change.
- * join.c (main): Accept `-v 1' again. First adding --version
- long option had broken it, though -v1 still worked. Call
+ * join.c (main): Accept `-v 1' again. Adding the --version
+ long option had broken it, although -v1 still worked. Call
parse_long_options instead of adding "help" and "version"
to join's longopt strct.
* Makefile.in [SOURCES, OBJECTS, DISTFILES]: Add long-options.c
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 6530b19d9..544c64d2b 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,4 +1,5 @@
Major changes in release 1.9:
+* sort accepts and ignores -y[string] options for compatibilty with Solaris.
* cat -v /dev/null works on more systems
* od's --compatible (-C) flag renamed to --backward-compatible (-B)
* --help and --version exit successfully