diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-22 22:10:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-22 22:10:34 +0000 |
commit | 80ef68e0069e6e28d1abb1bb30c11400718f1009 (patch) | |
tree | 0cc1aed658853b5a0421ef16ba0a7b585b626f38 /old/textutils | |
parent | b5b54d2fedb0ecad01be09a413e541e8c7da1051 (diff) | |
download | coreutils-80ef68e0069e6e28d1abb1bb30c11400718f1009.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 782b7f28a..30a8fa6e2 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,4 +1,9 @@ Changes in release 1.23 +[1.22n] +* use lib/memchr.c only if it's not provided by the system -- this means + that on systems with a fast library memchr function you may notice an + improvement. If you use a system with a buggy or signifcantly slower + memchr, please report it. [1.22m] * sort now considers newlines to be part of the line, as required by POSIX.2. E.g. a line starting with a tab now sorts before an empty line, |