Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / class / System / System.Text.RegularExpressions / Regex.cs
2012-12-07 Miguel de IcazaMerge pull request #495 from nicolas-raoul/fix-for...
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
2012-11-06 Rodrigo KumperaDisable the regex compiler under Full AOT.
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-04 Marek SafarMerge pull request #313 from viniciusjarina/green_build
2012-06-02 Miguel de Icaza[System] Removal of the NET_2_0 in the source code
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2011-08-10 Jonathan Pryor[System,MOBILE] Add System.Text.RegularExpressions...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-10 Sebastien PouliotFix parameter name mismatches between Moonlight and...
2010-04-29 Marek SafarTurn eval test into normal test case
2010-04-27 Miguel de IcazaDisable per Zoltan's suggestion
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-01-12 Miguel de Icaza2010-01-12 Miguel de Icaza <miguel@novell.com>
2009-09-07 Raja R Harinathregex: A few more null and bounds checks
2009-09-07 Raja R HarinathAdd some null checks and bounds checks.
2009-08-25 Marek SafarRequires gmcs
2009-08-19 Raja R HarinathImplement some more group number/index distinction
2009-08-19 Raja R HarinathMinor code re-organization
2009-08-19 Raja R HarinathUse IDictionaryEnumerator in a loop where both key...
2009-08-19 Raja R HarinathIntroduce 'gap' concept into all the variants of regex
2009-08-19 Raja R HarinathDistinguish between the internal index of a group and...
2009-08-19 Marek SafarNew tests.
2009-08-17 Raja R Harinath* Regex.cs (GetGroupNumbers): List group numbers in...
2009-05-27 Marek SafarNew tests, updates
2009-04-23 Sebastien Pouliot2009-04-23 Sebastien Pouliot <sebastien@ximian.com>
2009-03-03 Gonzalo Paniagua... unused var
2009-02-27 Jonathan Pryor * System.Text.RegularExpressions/Regex.cs (Replace...
2009-02-18 Marek SafarNew test.
2009-02-18 Jonathan PryorAdd a more functional (i.e. fewer-stubs) implementation...
2009-02-16 Jb Evain2009-02-16 Jb Evain <jbevain@novell.com>
2009-02-14 Zoltan Varga2009-02-14 Zoltan Varga <vargaz@gmail.com>
2009-02-04 Zoltan Varga2009-02-04 Zoltan Varga <vargaz@gmail.com>
2009-01-12 Jb Evain2009-01-12 Jb Evain <jbevain@novell.com>
2008-12-08 Atsushi Eno2008-12-08 Atsushi Enomoto <atsushi@ximian.com>
2008-12-08 Atsushi Enoimporting messaging-2008 branch to trunk [continued]
2008-12-08 Atsushi Enoimporting messaging-2008 branch to trunk, going on.
2008-12-08 Atsushi Enoimporting messaging-2008 branch to trunk.
2008-11-19 Jonathan Pryor * docs.make, Makefile.am: Build mono-file-formats...
2008-11-15 Gonzalo Paniagua... typo
2008-11-14 Gonzalo Paniagua... 2008-11-14 Gonzalo Paniagua Javier <gonzalo@novell...
2008-09-14 Gert DriesenMoved ProviderCollectionTest.cs from System assembly...
2008-09-06 Zoltan Varga2008-09-06 Zoltan Varga <vargaz@gmail.com>
2008-06-03 Noam Lampertsvn path=/trunk/mcs/; revision=104772
2008-04-13 Jb Evainmerge back ml2 into trunk
2008-04-13 Jb Evainlast merge 100420:100549
2008-04-11 Jb Evainmerge 100015:100420
2008-04-11 Jb Evainmerge 100015:100420
2008-04-07 Jb Evainmerge 99762:100015
2008-04-07 Jb Evainmerge 99762:100015
2008-04-03 Jb Evainmerge 99630:99762
2008-04-03 Jb Evainmerge 99630:99762
2008-04-02 Jb Evainmerge 99508:99630
2008-03-30 Jb Evainmerge 99306:99332
2008-03-29 Jb Evainshare folks from System.Collections in both System...
2008-03-19 Igor Zelmanovichmerge r98600
2008-02-12 Igor ZelmanovichTARGET_J2EE:
2008-02-10 Zoltan Varga2008-02-10 Zoltan Varga <vargaz@gmail.com>
2007-11-15 Miguel de Icaza2007-11-12 Atsushi Enomoto <atsushi@ximian.com>
2007-11-06 Raja R HarinathSupport RegexOptions.RightToLeft in Replace().
2007-11-06 Marek SafarNew tests, update
2007-10-29 Arina ItkesMoving creation of Regex machine to ctor.
2007-10-24 Juraj Skripsky2007-10-24 Juraj Skripsky <js@hotfeet.ch>
2007-10-24 Jb Evainmove the adjust visibility step to where it belongs...
2007-10-24 Arina Itkes- Refactoring of Interpreter with extracting of base...
2007-04-03 Raja R Harinath* Regex.cs (~Regex): Don't define in NET_2_0 profile.
2007-03-12 Raja R HarinathIn corlib/System.Runtime.InteropServices:
2007-01-28 Raja R HarinathIn gmcs:
2007-01-24 Konstantin TrigerTARGET_JVM: ifdef unsupported stuff
2007-01-05 Atsushi Enomerged Sys.Web.Services 2.0 support in my branch:
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-22 Atsushi Enocopying the latest Sys.Web.Services from trunk.
2006-11-13 Raja R HarinathFix problems with overlong directory names: phase #1
2006-11-07 Atsushi Enomerge r67228-r67235, r67237, r67251 and r67256-67259...
2006-11-01 Atsushi Enoupdating to the latest module.
2006-10-24 Jonathan Pryor * Makefile: Don't build make-map.exe.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
next