* RegexTest.cs: Add some simple tests for debugging/zen
[mono.git] / mcs / class / System / System.Text.RegularExpressions /
2004-06-21 Duncan MakAdd MIT license to System.dll
2004-06-10 Gert Driesen* RegexRunner.cs: fixed case mismatch of methods
2004-06-10 Gert Driesen* RegexRunner.cs: marked TODO, added missing protected...
2004-06-10 Gert Driesen* RegexRunnerFactory.cs: removed comment, no longer...
2004-06-06 Jambunathan KFixed issues with Regex.Unescape() identified as part of
2004-06-01 Gonzalo Paniagua... 2004-06-01 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-06-01 Gonzalo Paniagua... 2004-06-01 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-05-27 Gonzalo Paniagua... 2004-05-27 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-05-25 Jackson Harper * parser.cs: Allow creating a regular expressio...
2004-05-12 Dick Porter2004-05-12 Dick Porter <dick@ximian.com>
2004-05-12 Dick Porter2004-05-12 Dick Porter <dick@ximian.com>
2004-04-19 Gonzalo Paniagua... 2004-04-19 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-04-19 Gonzalo Paniagua... 2004-04-19 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-03-30 Lluis Sanchez * collections.cs: In the indexer, return an empty...
2004-03-24 Gonzalo Paniagua... 2004-03-24 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-03-22 Jackson Harper * parser.cs: Use the group number as the name...
2004-03-17 Gonzalo Paniagua... 2004-03-17 Francois Beauchemin <beauche@softhome.net>
2004-03-16 Gonzalo Paniagua... 2004-03-16 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-02-02 Miguel de Icaza2004-02-01 Miguel de Icaza <miguel@ximian.com>
2004-01-20 Umadevi Sfix for bug 41678 -Uma <sumadevi@novell.com>
2004-01-16 Gonzalo Paniagua... 2004-01-16 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-01-07 Lluis Sanchez * regex.cs: In Split(), if the last match is at the...
2004-01-02 Miguel de IcazaUpdate
2003-12-15 Sanja GuptaChangeLog for bug #52034
2003-12-15 Sanja GuptaCheck for null value before Substring method call
2003-12-02 Miguel de Icaza2003-11-21 Juraj Skripsky <js@hotfeet.ch>
2003-11-27 Gonzalo Paniagua... 2003-11-27 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-11-23 Jackson Harper * regex.cs: Add CultureInvariant flag to RegexO...
2003-11-20 Miguel de IcazaAdd new tests from Juraj
2003-11-20 Miguel de Icaza2003-11-20 Juraj Skripsky <js@hotfeet.ch>
2003-11-19 Gonzalo Paniagua... 2003-11-19 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-10-01 Miguel de IcazaPatch from Dan Lewisi
2003-07-09 Gonzalo Paniagua... 2003-07-09 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-03-05 Miguel de Icaza2003-03-05 Miguel de Icaza <miguel@ximian.com>
2003-01-17 Gonzalo Paniagua... 2003-01-17 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-12-20 Gonzalo Paniagua... 2002-12-20 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-11-12 Jackson HarperUpdated changelog
2002-11-12 Jackson HarperAdded mapping attribute to MachineFactories
2002-11-06 Gonzalo Paniagua... 2002-11-06 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-11-02 Duncan MakAdding .cvsignores
2002-10-25 Gonzalo Paniagua... 2002-10-25 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-08-28 Juli Mallett2002-08-28 Juli Mallett <jmallett@FreeBSD.org>
2002-08-23 Miguel de IcazaIt works just as fine
2002-08-16 Duncan MakVarious serialization patches from Cesar.
2002-07-31 Duncan MakCommitting fix for Juli.
2002-05-12 Dan Lewis2002-05-13 Dan Lewis <dihlewis@yahoo.co.uk>
2002-05-08 Dan Lewis2002-05-08 Dan Lewis <dihlewis@yahoo.co.uk>
2002-04-12 Adam Treat* Replace with the replacement string not the pattern ;-)
2002-04-06 Dan Lewis2002-04-06 Dan Lewis <dihlewis@yahoo.co.uk>
2002-04-04 Dan Lewis2002-04-04 Dan Lewis <dihlewis@yahoo.co.uk>
2002-04-04 Dan Lewis2002-04-04 Dan Lewis <dihlewis@yahoo.co.uk>
2002-04-03 Dan Lewis2002-04-03 Dan Lewis <dihlewis@yahoo.co.uk>
2002-04-03 Piers Hakenminor CLS conformance tweaks (visibility, virtual,...
2002-04-01 Piers Hakenadded missing [Serializable] attribute
2002-04-01 Piers Hakenfixed member accessibility to match MS (corcompare).
2002-02-05 Dan Lewisadded ecma character categories to parser.
2002-01-31 Dan LewisBranch bug was affecting FastRepeat: a(?:b|c|d)*(....
2002-01-31 Dan LewisRegex classes, initial revision.