summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-30 15:57:46 +0000
committerJim Meyering <jim@meyering.net>1993-10-30 15:57:46 +0000
commitc7ebcc8326dfe8b9455ec8995a38b73826538928 (patch)
tree2cb0b23f3bfd37e82c4f884c064f558c801c30c3 /old/textutils
parent01e9d7611ab5840e415f3c6c2e29b0951238ae58 (diff)
downloadcoreutils-c7ebcc8326dfe8b9455ec8995a38b73826538928.tar.xz
merge with 1.8.1a
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog6
-rw-r--r--old/textutils/NEWS2
2 files changed, 7 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 5017ddda3..90827b891 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,9 @@
+Fri Oct 29 13:58:50 1993 Jim Meyering (meyering@comco.com)
+
+ * csplit.c [INT_MAX]: Make sure it's defined.
+ [not HAVE_LIMITS_H]: Don't include limits.h.
+ From Kaveh R. Ghazi (ghazi@noc.rutgers.edu).
+
Wed Oct 27 01:13:52 1993 Jim Meyering (meyering@comco.com)
* Version 1.8.1.
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 544c64d2b..6a48434c8 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,7 +1,7 @@
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)
+* od's --compatible (-C) flag renamed to --traditional (no short option)
* --help and --version exit successfully
* --help gives a one-line description of each option and shows the
correspondence between short and long-named options.