Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / regex.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-02  Paul Cornettfix header dependancy
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-27  Vadim Zeitlinno changes, just match the number of opening/closing...
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-06-26  Václav Slavíkcompilation fixes for --with-regex=sys
2007-06-26  Václav Slavíkcompilation fixes for some cases
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-03-22  Vadim Zeitlinremoved Matches(const wxChar *, int=0) overload: it...
2007-03-11  Vadim Zeitlinuse wxConvLibc, not wxConvCurrent, with regerror()
2005-11-27  Michael WetherellTake out wxASSERTs since they give a warning with gcc.
2005-11-25  Vadim Zeitlinfix warnings about casting regmatch_t struct fields...
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