glob: Fix C++ compilation.
[gnulib.git] / ChangeLog
index 9153817..bd5565b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
+
+       glob: Fix C++ compilation.
+       * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
+       C++.
+
+2010-01-07  Bruno Haible  <bruno@clisp.org>
+
+       Fix indentation of wctype.in.h, broken since 2007-01-06.
+       * lib/wctype.in.h: Fix indentation of preprocessor directives.
+
+2010-01-07  Bruno Haible  <bruno@clisp.org>
+
+       mbslen: Avoid collision with system function.
+       * lib/string.in.h [MirBSD]: Include <wchar.h>.
+       (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
+       * m4/mbslen.m4: New file.
+       * modules/mbslen (Files): Add it.
+       (configure.ac): Invoke gl_MBSLEN.
+       * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
+       * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
+       Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
+       via Ian Beckwith <ianb@erislabs.net>.
+
 2010-01-07  Bruno Haible  <bruno@clisp.org>
 
        dirent: Document the last fix.