diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-06 09:06:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-06 09:06:00 +0000 |
commit | 496964cdc383fc13a1dd0645cfb68659074e5709 (patch) | |
tree | 0d4a719f1406eee512b65e4ef0166eb6d2d078bd /old/textutils/NEWS | |
parent | 904885688713fa0a3b80bf1a9c42952a21caaf62 (diff) | |
download | coreutils-496964cdc383fc13a1dd0645cfb68659074e5709.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/NEWS')
-rw-r--r-- | old/textutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 501daea5e..5fe08c9c2 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,8 @@ Changes in release 2.1 [2.0g] +* sort's --help output now warns that it is locale-aware +* tail: fix a buffer underrun error that occurred on an empty pipe, + also thanks to bounded pointers * pr: fix a bounds violation found by Greg McGary's bounded-pointers-enabled gcc It could have caused (with low probability) the columns on the last page of output *not* to be `balanced' when they should have been. |