]> git.saurik.com Git - wxWidgets.git/history - src/common/regex.cpp
Put the locale funcs here and had them call the correct CRT function via wx versions
[wxWidgets.git] / src / common / regex.cpp
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