summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-11 14:06:53 +0000
committerJim Meyering <jim@meyering.net>1995-05-11 14:06:53 +0000
commit01eb16e3390c87169fe6f6a1a521cf08f2d977b6 (patch)
tree5072669441e220d8639074c591f4c5e0c9e6c9c3 /old
parent821c7fe59eb9d12aa3195a42253086fea23afaa9 (diff)
downloadcoreutils-01eb16e3390c87169fe6f6a1a521cf08f2d977b6.tar.xz
merge with 1.11.1
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog6
-rw-r--r--old/textutils/NEWS2
2 files changed, 6 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index c409cddf3..6ae1e2fb5 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 10 22:26:35 1995 Jim Meyering (meyering@comco.com)
+
+ * Version 1.11.1
+
Sun May 7 13:35:49 1995 Jim Meyering (meyering@comco.com)
* all Makefile.in (maintainer-clean): Renamed from realclean
@@ -15,7 +19,7 @@ Thu May 4 23:15:58 1995 Jim Meyering (meyering@comco.com)
[DEFAULT_TMPDIR]: Use this instead.
* tac.c (save_stdin): Likewise.
- * (set_ordering): Properly parse arguments like `+x.yn'.
+ * sort.c (set_ordering): Properly parse arguments like `+x.yn'.
Reported by John Salmon (johns@mullet.anu.edu.au).
Patch from Mike Haertel.
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 729f53208..92bd5c61b 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -5,7 +5,7 @@ User-visible changes in release 1.12
lines sooner
* sort properly orders fields where one field is a proper prefix of the other
* sort properly interprets field offsets specified via the -k option
-* dd, od, and tail work on systems for which off_t is long long (e.g. BD4.4)
+* dd, od, and tail work on systems for which off_t is long long (e.g. BSD4.4)
* wc is faster when not counting words
* wc now works even when file pointer isn't at beginning of file
* expand no longer seg faults with very long tab lists