New module 'mbschr'.
[pspp] / ChangeLog
index 454adff03b275ba4fabf039e0656a7e9bf7c8bfb..1a4c56a8ef3683e7b0db4433bfa874dfa66c8842 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+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>
 
        New module description section 'configure.ac-early'.
@@ -5,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>