unistr/u8-strchr: Optimize non-ASCII argument case.
[pspp] / ChangeLog
index c1adeac174f31044f34f6af7753bc4bf6a0c06e6..8fb3e771f12724a1a8cdff4362eacde1d23aa37d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-07-18  Bruno Haible  <bruno@clisp.org>
+
+       unistr/u8-strchr: Optimize non-ASCII argument case.
+       * lib/unistr/u8-strchr.c (u8_strchr): Compare the last byte first,
+       because the first byte often matches anyway.
+       Reported by Pádraig Brady <P@draigbrady.com>.
+
+2010-07-15  Karl Berry  <karl@gnu.org>
+
+       * config/srclist.txt (fdl.texi): only one copy, from gnustandards.
+
 2010-07-14  Paul R. Eggert  <eggert@cs.ucla.edu>
 
        getcwd: on Solaris, work better if ancestors are inaccessible