Missing header.
[wxWidgets.git] / tests / strings / vsnprintf.cpp
2007-07-23  Vadim Zeitlinharmless warning fix
2007-07-04  Vadim Zeitlincompilation fix for ANSI build (added #if wxUSE_UNICODE)
2007-06-29  Václav Slavíktest wxVsnprintf() printing to both wchar_t* and char...
2007-02-20  Václav Slavíkcompilation fix
2007-02-12  Vadim Zeitlinsuppress gcc warnings about invalid format strings
2007-02-12  Vadim Zeitlindon't run WrongFormatStrings test with system printf...
2007-02-11  Vadim Zeitlinadded test for %c and other minor changes (patch 1643843)
2007-01-07  Vadim Zeitlinadded support and enable long long support when wxLong...
2007-01-07  Vadim Zeitlinfixes and workarounds to return value of our own wxVsnp...
2006-12-09  Vadim ZeitlinUnicode compilation fixes
2006-11-10  Michael WetherellA couple more tests.
2006-11-09  Michael WetherellAdditional tests for wxVsnprintf, originally to test...
2006-10-23  Michael WetherellCompile fix.
2006-10-22  Vadim Zeitlinmore printf() tests (slightly modified patch 1581936)
2006-09-05  Vadim Zeitlinwx printf() implementation bug fixes ('%' handling...
2006-08-30  Michael WetherellUse CPPUNIT_ASSERT_EQUAL where possible to improve...
2006-08-28  Michael WetherellCompile fixes.
2006-08-13  Vadim Zeitlindon't rely on system snprintf() for the tests (patch...
2006-06-27  Vadim Zeitlinfix handling of % in our printf implementation (part...
2006-05-30  Vadim Zeitlinfix the tests to pass with both gcc and msvc (2nd part...
2006-05-28  Vadim ZeitlinwxVsnprintf() implementation with positional parameters...