diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-04 10:18:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-04 10:18:09 +0000 |
commit | 26a7265907152b2bd2ecc52014680c2a638f78c1 (patch) | |
tree | 56ab8c2d8306d7d7ef8e8a1ad3501ca1a3f98c8c /old/textutils/NEWS | |
parent | 4e39b59aba635e7ea6ff0a9d98f2dce34a720214 (diff) | |
download | coreutils-26a7265907152b2bd2ecc52014680c2a638f78c1.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 3e6e8f5ef..501daea5e 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,8 @@ Changes in release 2.1 [2.0g] +* 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. * sort: if the -T tmpdir option is given multiple times, all the given directories are used; this can improve performance for huge sort/merges. [2.0f] |