Add 'wx_' prefix to builtin regfree and regerror
[wxWidgets.git] / src / common / regex.cpp
2005-11-23  Michael WetherellAdd 'wx_' prefix to builtin regfree and regerror
2005-11-20  Michael WetherellUse re_search directly instead of regexec when using...
2005-11-15  Michael WetherellAdd a length parameter for wxRegEx::Matches
2005-11-11  Michael WetherellChange the name of a symbol to make it more descriptive
2005-11-11  Michael WetherellMake wxRegEx::Replace run in linear time
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-17  Vadim Zeitlinadded wx_truncate_cast and use it (sometimes instead...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-02-04  Vadim Zeitlina better fix for using builtin regex under BSD (also...
2004-09-21  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxNOT_FOUND...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-21  Václav Slavíkadded wxRegEx::GetMatchCount (patch 938995)
2004-02-19  Václav Slavíkapplied patch 890642: wxRE_ADVANCED flag and docs
2004-01-27  Julian SmartPatch from "Viktor Voroshylo" <viktor@voroshylo.com>
2003-12-30  Ryan Nortonremoved wxUSE_BUILTIN_REGEX
2003-12-30  Ryan NortonCleaned up regex.cpp
2003-12-15  Dimitri SchoolwerthFixed Mac CodeWarrior compilation (there's no <sys...
2003-12-15  Ryan NortonFixed typo
2003-12-14  Ryan Norton(should) fix unix compilation...
2003-12-14  Ryan NortonPut the locale funcs here and had them call the correct...
2003-12-14  Gilles Depeyrotcorrected wxUSE_UNICODE conditional compilation tests
2003-12-14  Ryan Norton1.
2003-12-13  Ryan NortonQuick change
2003-12-13  Ryan NortonMade compatible with new regex
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-11  Julian SmartMore WinCE mods.
2003-06-13  Vadim Zeitlinfixed bug in group counting Compile()
2003-05-25  Vadim Zeitlinfix m_Matches overflow if Compile() is called more...
2003-04-22  Chris Elliottupdate to make digitalmars compile/link image sample
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2001-12-07  Václav Slavíkcompilation fix for Watcom
2001-10-03  Vadim ZeitlinUnicode compilation fixes
2001-09-06  Vadim Zeitlinapplied patch from Xavier Nodet implementing better...
2001-07-19  Vadim ZeitlinFreeBSD compilation fix
2001-07-16  Vadim Zeitlinremoved assert which could be provoked by correct code
2001-07-14  Vadim Zeitlinrewrote wxRegEx::Replace() to do something useful
2001-07-13  Vadim Zeitlinadded wxRegEx::GetMatch
2001-07-13  Vadim ZeitlinwxRegEx class added