fix typo in ChangeLog
[pspp] / ChangeLog
index fdb4b984139cb2a6642c6cfe913bb225ecf66ed8..581337f45e825a0347dd8ba2340f570aa71b5b1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2008-05-15  Eric Blake  <ebb9@byu.net>
+
+       Extend previous patch to cygwin 1.7.0.
+       * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
+       fast implementation in cygwin >= 1.7.0.
+       * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
+       * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
+
+2008-05-15  Bruno Haible  <bruno@clisp.org>
+
+       * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
+       implementation in glibc >= 2.9.
+       * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
+       * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
+
+2008-05-15  Bruno Haible  <bruno@clisp.org>
+
+       * MODULES.html.sh (Internationalization functions): Remove linebreak.
+       (Unicode string functions): Add unilbrk/*.
+       Reported by Karl Berry.
+
 2008-05-15  Eric Blake  <ebb9@byu.net>
 
        Fix violation of <stdbool.h> replacement in regex.
@@ -7,7 +28,7 @@
 
 2008-05-15  Jim Meyering  <meyering@redhat.com>
 
-       avoid distracting test output when git or cvs is not fount
+       avoid distracting test output when git or cvs is not found
        * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
        * tests/test-vc-list-files-git.sh: Likewise.