A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / tests / arrays /
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-11-05  Václav SlavíkTest correctness of wxArray::Index() with bFromEnd...
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2011-04-10  Vadim ZeitlinRe-define push_back() in wxSortedArrayString to behave...
2009-09-16  Vadim ZeitlinProvide implementation for wxArrayString::resize().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-12  Vadim Zeitlinmade wxArrayString::assign(iterator, iterator) a templa...
2008-11-22  Vadim Zeitlinno need to disable DoTestSwap() for VC6 any more with...
2008-11-19  Vadim Zeitlinminor icc warning fixes
2008-11-02  Vadim Zeitlinundo the previous change, it's not needed any more...
2008-11-01  Vadim Zeitlinyet another compilation fix, this time for VC9
2008-10-30  Vadim Zeitlindisable a correct test which VC6 just doesn't want...
2008-10-30  Vadim Zeitlinattempting to fix VC6 compilation error from buildbot...
2008-10-29  Vadim Zeitlinadd WX_CLEAR_ARRAY test
2008-10-29  Vadim Zeitlinno changes, just use CPPUNIT_ASSERT_EQUAL instead of...
2008-09-11  Vadim Zeitlinadded swap() for the other arrays too
2008-09-11  Vadim Zeitlinadded wxArrayString::swap()
2008-07-22  Vadim Zeitlinget rid of base arrays in wxUSE_STL build, we don't...
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-03-18  Vadim Zeitlinadded wxJoin and wxSplit functions (modified patch...
2006-11-04  Vadim Zeitlindefine arrays of chartoo as the existing ones can't...
2006-10-29  Michael WetherellCompile fix for 64-bit.
2006-10-28  Vadim ZeitlinAlloc() doesn't clear the array any more, for consisten...
2006-10-28  Vadim Zeitlinverify that we checked all the array elements in TestST...
2005-04-26  Mattia Barbon Correct wxArrayString::Add return value as per the...
2005-01-24  Włodzimierz SkibaUnicode markup.
2005-01-22  Mattia Barbon Fix wxSortedArray::Index() when wxUSE_STL == 1, with...
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-04-06  Václav Slavíkthis code was taken from console sample, preserve its...
2004-04-01  Václav Slavíkmoved arrays tests to testsuite (patch 927475)