*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 22 May 1999 22:10:34 +0000 (22:10 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 22 May 1999 22:10:34 +0000 (22:10 +0000)
old/textutils/NEWS

index 782b7f28a7051011cbb41449f4eca3241a814f8d..30a8fa6e2fef1288f00a3bbad2728247f6ace019 100644 (file)
@@ -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,