New module 'mbschr'.
[pspp] / ChangeLog
index 0d78b986a40bdd6bc74a85c10993e7efec3a8b3d..1a4c56a8ef3683e7b0db4433bfa874dfa66c8842 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
+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.
+
        * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
 
 2007-02-04  Bruno Haible  <bruno@clisp.org>
@@ -9,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>