glob: Fix C++ compilation.
[gnulib.git] / ChangeLog
index 18d4221..bd5565b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+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.
+       * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
+
+2010-01-07  Bruno Haible  <bruno@clisp.org>
+
+       stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
+       * lib/stdio.in.h: Include <sys/types.h> unconditionally.
+       * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
+       va_list are defined.
+       * doc/posix-headers/stdio.texi: Document the bug of missing types.
+       Reported by Eric Blake.
+
+2010-01-07  Bruno Haible  <bruno@clisp.org>
+
+       xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
+       * modules/xlist (Depends-on): Add 'list',
+       * modules/xoset (Depends-on): Add 'oset'.
+       Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
+
 2010-01-07  Bruno Haible  <bruno@clisp.org>
 
        * doc/posix-functions/strcasecmp.texi: Clarify the platforms.