diff options
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 1 | ||||
-rw-r--r-- | old/textutils/NEWS | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 82f0bd434..d0b2a1f83 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -7,6 +7,7 @@ Fri Nov 1 21:33:16 1996 Jim Meyering <meyering@na-net.ornl.gov> the command, perl -e "print 'x' x 30, \"\n\";"|sort -c would provoke the memory overrun (though not necessarily the failure). Add an assertion. + Reported by Risto Kankkunen. Thu Oct 31 17:48:24 1996 Jim Meyering <meyering@na-net.ornl.gov> diff --git a/old/textutils/NEWS b/old/textutils/NEWS index ef512c9f2..fe0891882 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,6 @@ Changes in release 1.20 Changes in test release 1.19p +* fix bug in sort -c that sometimes resulted in a segfault * md5sum's --string option is being deprecated and is no longer documented. It is still accepted, but will be removed altogether in 1.21. * tr '[:lower:]' '[:upper:]' no longer fails when LC_CTYPE is set to |