diff options
author | Jim Meyering <jim@meyering.net> | 1995-04-25 05:40:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-04-25 05:40:06 +0000 |
commit | 062c5a1fd00aedadd8344373a3c0498149bba4a7 (patch) | |
tree | c65fadd3aac0c3f0b0a20b766846170fb9e224fd | |
parent | 1b51c7e73b5372cb9358797c8f5fa0116d36fdc6 (diff) | |
download | coreutils-062c5a1fd00aedadd8344373a3c0498149bba4a7.tar.xz |
.
-rw-r--r-- | old/textutils/NEWS | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 9c0acb40b..f81c59d76 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,12 +1,11 @@ User-visible changes in release 1.12 -* fmt properly formats paragraph that isn't terminated by a newline +* fmt properly formats paragraphs not 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 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) -* wc is a faster when not counting words +* 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 User-visible changes in release 1.11 |