Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / tests / strings / vsnprintf.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2010-10-03  Vadim ZeitlinUse wxUSING_VC_CRT_IO for MSVC CRT-specific test results.
2010-10-03  Vadim ZeitlinFix VsnprintfTestCase for recent MinGW versions.
2010-10-03  Vadim ZeitlinRemove redundant wxUSE_WXVSNPRINTF checks from the...
2010-09-30  Vadim ZeitlinExpect an assert in wxVsnprintf() test with too many...
2010-06-02  Francesco MontorsiMove some wxPrintf() tests (taken from glibc) to Vsnpri...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-12  Vadim Zeitlinfix support for using asterisks in the format string...
2009-04-04  Vadim Zeitlinfix the test for !wxUSE_UNICODE_UTF8 builds: don't...
2009-04-04  Vadim Zeitlinfix VsnprintfTestCase::P() for mingw32 which may use...
2009-03-23  Francesco Montorsiput wxSetLocale() call in setUp() as VC6 still fails...
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-23  Francesco Montorsifix typo; use C locale for VsnprintfTestCase
2009-03-11  Václav Slavíkrenamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to...
2009-02-18  Francesco Montorsimake the testcase more readable; add a few checks to...
2009-02-17  Francesco Montorsifixed test failures under wxMSW when using our wxVsnpri...
2008-06-01  Vadim Zeitlininclude wx/crt.h to get wxUSE_WXVSNPRINTF
2008-05-30  Vadim Zeitlindon't run vsnprintf() test if we're using the system...
2008-02-20  Michael WetherellCompile fixes.
2008-01-13  Vadim Zeitlincompilation fixes for VC6
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...