New module 'mbschr'.
[pspp] / ChangeLog
index 5860a09548d2c97f164e4e1ac85e60e3c4d48267..1a4c56a8ef3683e7b0db4433bfa874dfa66c8842 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-02-04  Bruno Haible  <bruno@clisp.org>
+
+       New module mbschr.
+       * modules/mbschr: New file.
+       * lib/mbschr.c: New file.
+       * lib/string_.h (strchr): Add a conditional link warning.
+       (mbschr): New declaration.
+       * m4/mbschr.m4: New file.
+       * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
+       GNULIB_MBSCHR.
+       * modules/string (string.h): Also substitute GNULIB_MBSCHR.
+       * MODULES.html.sh (Internationalization functions): Add mbschr.
+
 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
@@ -11,6 +24,9 @@
        (func_get_autoconf_early_snippet): New function.
        (func_import, func_create_testdir): Use it. Remove special cases for
        modules 'extensions' and 'lock'.
+       * modules/extensions (configure.ac-early): Require
+       gl_USE_SYSTEM_EXTENSIONS.
+       * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
 
 2007-02-04  Bruno Haible  <bruno@clisp.org>