Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / tests / strings / crt.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2010-11-10  Vadim ZeitlinDisable unit tests which can't work in ANSI build.
2009-11-28  Vadim ZeitlinAllow calling wxStrchr() with a narrow string and wide...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-24  Vadim Zeitlinupdate CRT environment block in wxSetEnv() too
2009-04-04  Vadim Zeitlinrevert r60023 and really fixed compilation problems...
2009-01-16  Vadim Zeitlincalling wcsnlen(NULL) does crash (under Debian and...
2009-01-13  Francesco Montorsiprovide our own implementation of wxStrnlen if it's...
2008-11-03  Vadim Zeitlinreally fix VC6 compilation of all testsi (without break...
2007-06-13  Vadim Zeitlinoverload wxStrpbrk() for more types and add tests for it
2007-06-13  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
2007-06-13  Vadim ZeitlinstrWC used in the tests was supposed to be a wide strin...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-06-03  Václav Slavíkadded tests for wx's CRT wrappers (so far only wxGetEnv...