fix for bug raised in patch [ 1145715 ] endless loop in wxString::PrintV
[wxWidgets.git] / src / common / string.cpp
2005-02-28  Ryan Nortonfix for bug raised in patch [ 1145715 ] endless loop...
2005-02-19  Vadim Zeitlinoops, fixed crash introduced in last check in
2005-02-19  Vadim Zeitlinset string length to 0 in AllocBeforeWrite() just to...
2005-02-18  Ryan Norton[ 1123124 ] wxStringBase::Alloc can change string length
2005-02-15  Ryan Norton[ 1123256 ] wxString operator+ pre-allocates buffer...
2005-02-09  Ryan NortonFix eval order of arguments...
2005-01-10  Włodzimierz SkibaOld API deprecated. Use new and remove old usage where...
2004-12-01  Ryan NortonCorrect mistakes in wxStripExtension - correct wxString...
2004-11-21  Ryan NortonwxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossibl...
2004-11-06  Ryan Nortonfinal cleanup of string conversion with null characters...
2004-11-05  Ryan Nortoncast fix, workaround for pickeir compilers
2004-11-05  Ryan Nortonrest of 1061091, clean up define a bit
2004-11-04  Włodzimierz SkibaMake internal type for ToAscii conversion written once...
2004-11-04  Ryan Nortonwxdocmpnocase fixup
2004-10-31  Ryan Nortonfix const error on sane (not msvc) compilers
2004-10-30  Ryan Nortonsolution to wxMBConv stuff - make a seperate XX2XX...
2004-10-30  David ElliottMake wxString::WorstEncodingCase take a const wxMBConv&
2004-10-29  Ryan NortonAdd wxString::WorstEncodingCase, other various cleanups
2004-10-29  Ryan NortonHandle bad conversions correctly. Add Bad UTF8 test.
2004-10-29  Ryan NortonHandle invalid conversion slightly better, ecapsulate...
2004-10-28  Ryan Nortonincrease worst case to *4 for UTF8, switch a memcpy...
2004-10-27  Ryan NortonUse wxStringBufferLength instead of wxXCharBuffer in...
2004-10-14  Włodzimierz SkibaFix to wrong order of parameters. Used wxStringBase...
2004-10-13  Ryan Nortoncrush compiler warnings and handle out of memory errors...
2004-10-10  Ryan Nortoncorrect assignment in constructors, a little optimizati...
2004-10-08  Ryan Nortonfix description
2004-10-08  Ryan Nortonfinal null-char wxString stuff, a couple of bugfixes...
2004-10-07  Ryan Norton1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd...
2004-10-07  Robin DunnCorrect compile errors in non-unicode build
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-10-02  Vadim Zeitlinadded wxVaCopy() and use it to fix wxVsnprintf() crash...
2004-09-26  Stefan Csomorunicode fix for CW
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-08-11  Václav Slavíkfixed typo
2004-08-11  Václav Slavíkassert if conversion ctors are used incorrectly
2004-07-01  Vadim Zeitlinimplementation of the range insert for wxStringArray...
2004-06-08  Václav Slavíkfixed wxString char<->wchar_t conversion constructors...
2004-05-31  Václav Slavíkdon't call CopyBeforeWrite when returning non-const...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-07  Dimitri Schoolwerthfixed bug #947908: wxString("abcdefghij", wxConvLibc...
2003-12-11  Julian SmartApplied patch [ 817734 ] fix for cvs head with wxUSE_ST...
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-11-01  Vadim Zeitlincompilation fix for VC++ statis MT build with wxUSE_STL==1
2003-09-11  Vadim Zeitlinfix for C99-compatible vsnprintf()
2003-09-04  Mattia Barbon Fix and testcase for wxString::rfind bug I introduced.
2003-09-01  Mattia Barbon Corrected statements about wxString correctly handling
2003-08-28  Mattia Barbon wxString::rfind fixed for wxUSE_STL=0 from Robert...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-08  Vadim Zeitlindon't ignore start parameter in find_last_of()
2003-07-27  Václav Slavíkcompilation fix for BC++
2003-07-24  Mattia Barbon Create a new wxStringBase class, providing a STL...
2003-07-15  Julian SmartAdded RTL functions missing from WinCE to wxchar.h/cpp
2003-07-12  Mattia Barbon Multilib linking fixes.
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartOops, no such function as wxIsascii
2003-07-11  Julian SmartMore WinCE mods.
2003-07-10  Vadim Zeitlinset string length properly in wxString(p, conv, len...
2003-07-10  Vadim Zeitlinmake string at least empty (instead of containing garba...
2003-07-08  Mattia Barbon Compilation fix.
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-04  Mattia Barbon wxArrayString::Sort(bool) not deprecated (yet).
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-07-02  Václav Slavíkfixed to make wxBase DLL compile
2003-06-15  Vadim Zeitlincheck parmateres in Replace() (bug 752716)
2003-06-06  Robin DunnPut terminating NUL in the buffer since MB2WC doesn...
2003-05-29  Gilles Depeyrotimproved deallocation fix for Visual C++ Multithreaded...
2003-05-28  Gilles DepeyrotVC++ free must take place in same DLL as allocation...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-07  Julian SmartRemoved redundant <search.h> inclusion
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-12-10  Julian SmartApplied some of patch [ 650957 ] wxWinCE diff-0.0.4
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Stefan NeisFixed bug in Grow function (possibly not allocating...
2002-08-25  Vadim Zeitlinreorganized, improved and hopefully simplified wxchar...
2002-08-20  Vadim Zeitlinrewrote wxString::To/FromAscii() to fix a few small...
2002-08-17  Robert Roebling %s to %ls conversion
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-10  Robert Roebling Implemented the various printf() functions under
2002-05-08  Gilles Depeyrotimproved out of memory handling by return failure statu...
2002-04-27  Vadim ZeitlinwxArray(int n) mods for wxArrayString
2002-04-25  Vadim Zeitlinfixed typo in wxString::swap() which was completely...
2002-02-20  Vadim Zeitlinuse base 10 by default in wxString::To[U]Long
2002-02-15  Vadim Zeitlinfixed <strings.h> include and also removed the obsolete...
2002-01-26  Vadim Zeitlinremoved assert(size != 0) from wxArrayString::Alloc...
2002-01-23  Václav Slavíkadded length argument to wxString::wxString(wchar_t...
2002-01-20  Vadim Zeitlintried to make wxArrayString(bool autosort) ctor more...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-12-24  Ron LeeAdded GetStringArray method.
2001-12-16  Václav Slavíka mistake; djgpp doesn't have vsnprintf at all
2001-12-15  Václav SlavíkDJGPP compilation fixes
2001-12-03  Vadim Zeitlindon't use wxRegEx in wxString::Matches
2001-11-13  Vadim Zeitlinfixed bugs in rfind() (patch 481325)
2001-11-02  Vadim Zeitlinfixed wxString::resize() which was completely broken
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-10-12  Vadim Zeitlinadded base parameter to wxString::To[U]Long
2001-10-12  Vadim Zeitlinfix for Solaris realloc() which moves the memory block...
2001-09-28  Vadim Zeitlin1. made description of some options in configure [hopef...
2001-09-24  David Websterpatch fix for a constant definition under OS/2 VA V4.0
next