vasnprintf: Fix multiple test failures on mingw.
[pspp] / ChangeLog
index d347b26bc7e83c194e5a80df2bc31d2c6f47067d..de6afa42814e0ac688b1f87f2104c1eec0c4b09e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-04-10  Bruno Haible  <bruno@clisp.org>
+
+       vasnprintf: Fix multiple test failures on mingw.
+       * lib/vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not
+       _snprintf, or snwprintf, not _snwprintf.
+
+2010-04-10  Bruno Haible  <bruno@clisp.org>
+
+       write: Fix a C++ test error on mingw.
+       * lib/unistd.in.h (write): Use _GL_CXXALIAS_SYS_CAST.
+
 2010-04-10  Bruno Haible  <bruno@clisp.org>
 
        vasnprintf test: Reduce code duplication.