X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7b6570d42b0a982242042f72a01d333c82efc039;hb=32d1664e8e930d8fa6a29db4caac4d21623e42c8;hp=c1810bab6a2939248bd411ffafa03da5c06dce69;hpb=ccf404b1021c4d59c32878e9c4d81e3a551c5ffb;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index c1810bab6..7b6570d42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,30 @@ 2010-04-10 Bruno Haible + vasnprintf: Fix crash in %ls directive. + * lib/vasnprintf.c (VASNPRINTF): Don't abort when a unconvertible wide + string is passed as argument to %ls, with no precision and no width. + Reported by Jarno Rajahalme . + +2010-04-10 Bruno Haible + + 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 + + write: Fix a C++ test error on mingw. + * lib/unistd.in.h (write): Use _GL_CXXALIAS_SYS_CAST. + +2010-04-10 Bruno Haible + + vasnprintf test: Reduce code duplication. + * tests/test-vasnprintf.c (test_function): New function, extracted from + test_vasnprintf. + (test_vasnprintf, test_asnprintf): Invoke it. + +2010-04-10 Bruno Haible + strnlen: Fix warning in C++ mode on MacOS X. * lib/string.in.h (strnlen): Use the modern idiom. * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set REPLACE_STRNLEN to 1, instead of