summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-04-21 06:24:54 +0000
committerJim Meyering <jim@meyering.net>1995-04-21 06:24:54 +0000
commit775493dedd3dc1fd1f3df45aa5a1548bbe93d2d1 (patch)
tree71b6bda53e68c299e710404cee210494a49f014f
parent27f19ab42b7b7966ae3b292f92a846c5fdc875ca (diff)
downloadcoreutils-775493dedd3dc1fd1f3df45aa5a1548bbe93d2d1.tar.xz
.
-rw-r--r--old/textutils/ChangeLog1
-rw-r--r--old/textutils/NEWS9
2 files changed, 9 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index b87c01f90..57430351f 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -68,7 +68,6 @@ Sat Feb 11 07:31:08 1995 Jim Meyering (meyering@comco.com)
`(dd ibs=99k skip=1; wc -c) < /etc/group' made wc wrongly output
the size of the file. Now it outputs `0'.
-
Sat Jan 28 07:07:23 1995 Jim Meyering (meyering@comco.com)
* cat.c (cat): Use memmove rather than bcopy.
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 7ad8a11c7..9c0acb40b 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,4 +1,13 @@
User-visible changes in release 1.12
+* fmt properly formats paragraph that isn't terminated by a newline
+* tail -f flushes stdout before sleeping so that it will output partial
+ lines sooner
+* sort no longer ignores characters at the end of fields when otherwise
+ they would compare equal
+* 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)
+* wc is a 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
User-visible changes in release 1.11
* fmt is built