maint: correct a ChangeLog attribution
[pspp] / ChangeLog
index 3382c603366280fe0be9d32c803aa7e5df9f1b1a..46938638d1a03471cfca2c513facf369645e9c7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2011-02-13  Bruno Haible  <bruno@clisp.org>
+
+       mbrtowc: Add more tests for native Windows platforms.
+       * tests/test-mbrtowc-w32-1.sh: New file.
+       * tests/test-mbrtowc-w32-2.sh: New file.
+       * tests/test-mbrtowc-w32-3.sh: New file.
+       * tests/test-mbrtowc-w32-4.sh: New file.
+       * tests/test-mbrtowc-w32-5.sh: New file.
+       * tests/test-mbrtowc-w32.c: New file.
+       * modules/mbrtowc-tests (Files): Add them.
+       (Makefile.am): Arrange to run these tests.
+       * tests/test-mbrtowc-w32-6.sh: New file, currently unused.
+       * tests/test-mbrtowc-w32-7.sh: New file, currently unused.
+
+2011-02-13  Bruno Haible  <bruno@clisp.org>
+
+       mbrtowc: Work around native Windows bug.
+       * m4/mbrtowc.m4 (gl_MBRTOWC_RETVAL): Detect native Windows bug. Use the
+       guess when no suitable locale for testing was found.
+       * doc/posix-functions/mbrtowc.texi: Mention the native Windows bug.
+
+2011-02-13  Bruno Haible  <bruno@clisp.org>
+
+       mbsinit: Work around mingw bug.
+       * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Replace mbsinit also on mingw.
+       * lib/mbsinit.c (mbsinit): Provide an alternate definition for native
+       Windows.
+       * doc/posix-functions/mbsinit.texi: Mention the mingw bug.
+
 2011-02-13  Bruno Haible  <bruno@clisp.org>
 
        mbsinit: Don't crash for a NULL argument.
        strptime: avoid compiler warnings
        * lib/strptime.c (__strptime_internal) [!_NL_CURRENT]: Avoid
        compiler warnings about dead code.
-       Reported by Matthias Bolte.
+       Reported by Daniel P. Berrange.
 
 2011-02-11  Thien-Thi Nguyen  <ttn@gnuvola.org>