summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-22 22:10:34 +0000
committerJim Meyering <jim@meyering.net>1999-05-22 22:10:34 +0000
commit80ef68e0069e6e28d1abb1bb30c11400718f1009 (patch)
tree0cc1aed658853b5a0421ef16ba0a7b585b626f38
parentb5b54d2fedb0ecad01be09a413e541e8c7da1051 (diff)
downloadcoreutils-80ef68e0069e6e28d1abb1bb30c11400718f1009.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/NEWS5
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,