VC++ free must take place in same DLL as allocation when using non dll
[wxWidgets.git] / src / common / string.cpp
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
2001-08-24  Vadim Zeitlinno changes
2001-07-14  Vadim Zeitlinuse wxRegEx if available in wxString::Matches
2001-07-02  Vadim Zeitlinfixed bug in wxString::Matches() - backtrack now if...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-09  Vadim Zeitlin1. added wxAssertIsEqual() function to be used in wxASS...
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-06-05  Vadim Zeitlinapplied patch 430452 (mingw32 compilation fixes)
2001-04-17  Vadim ZeitlinwxString::FormatV() fix (bug 416853)
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-01-11  Vadim Zeitlinfix/workaround for Trim() and accented letters
2000-10-04  Vadim Zeitlinmerged in the commit from the 2.2 branch
2000-07-24  Julian SmartCorrected test for _vsnprintf
2000-07-22  Julian SmartCygwin 1.1 mods (main branch)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-23  George Tasker::IsNumber() returned FALSE if a + or - sign was the...
2000-02-15  Ron Leefixed test for _vsnprintf
2000-02-02  Vadim Zeitlinanother assert added to check incorrect use of ctor
2000-01-31  Robin DunnMinor additions to make working with binary buffers...
2000-01-31  Vadim Zeitlin1. bug in wxString::find_first_of() fixed
2000-01-31  David WebsterVA 4.0 fixes
2000-01-28  David WebsterVA 4.0 fixes
2000-01-27  Vadim ZeitlinwxString::find() now works again (was completely broken)
2000-01-26  David WebsterVisualage C++ V4.0 duplicate symbol fixes
2000-01-05  Vadim Zeitlinmore stream-like insertion operators
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-24  Václav Slavíkfixed bug in wxString::DoCopy - it called Sort on alrea...
1999-12-21  Vadim Zeitlinadded support for width and flags in wxDateTime::Format()
1999-12-21  Vadim ZeitlinwxString::Format() added
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-10  Vadim ZeitlinwxString::substr() bug fixed
1999-11-30  Vadim ZeitlinwxDateTime starting to work, more tests for it and...
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-15  Ron Leeenabled _vsnprintf for mingw with norlander headers
1999-11-15  Vadim Zeitlinoptimisation in wxString::AllocBeforeWrite() - realloc...
1999-11-15  Vadim ZeitlinwxSnprintf() and wxVsnprintf() added, documented and...
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-29  Sylvain BougnouxAdd operator << (ostream&, const wxString&)
1999-10-22  Vadim Zeitlin1. some fixes for wxSortedArrayString
1999-10-22  Vadim Zeitlin1. made wxBase compile/link/run again under Unix
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-29  Vadim Zeitlin1. added a brief overview of Unicode support
1999-08-08  Robert Roebling Added strconv
1999-08-02  Vadim Zeitlin1. minor headers rearrangement: wxprec.h doesn't includ...
1999-08-02  David Webster*** empty log message ***
1999-06-29  Robert Roebling wxChoiceDialog fix.
1999-06-28  Vadim Zeitlinwhy cvs thinks that I modified these files?
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-14  Ove KaavenExplicit casting/instantiation to resolve ambiguous...
1999-06-14  Ove KaavenUnicode needs the 'experimental' printf, so define...
1999-06-09  Karsten Ballüdercompilation fixes
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-20  Ove KaavenUnicode compilation fix for find_*_of()
1999-05-18  Brian MacyFixed some compile errors
1999-05-17  Vadim Zeitlinfind_first/last_[not]_of() functions added
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-05-09  Julian SmartMisc. fixes
1999-04-30  Ove KaavenShould compile better if wchar_t is not available.
1999-04-26  Robert Roebling added check for GTK 1.2
1999-04-26  Ove KaavenChanged capitalization style of wxConv*
1999-04-25  Ove KaavenImplemented UTF-8 encoding.
1999-04-24  Ove KaavenFixed bug in wxConv_local.
1999-04-24  Ove KaavenSmall bugfix for wxString::Printf regarding %hs...
1999-04-24  Ove KaavenConstructor should survive getting passed a null pointe...
1999-04-17  Ove KaavenDefer retrieval of LANG env var, too. No memory management
next