* parser.cs: Allow creating a regular expression using {,n} as the
[mono.git] / mcs / class / System / System.Text.RegularExpressions / match.cs
2004-03-30 Lluis Sanchez * collections.cs: In the indexer, return an empty...
2003-12-15 Sanja GuptaCheck for null value before Substring method call
2002-05-08 Dan Lewis2002-05-08 Dan Lewis <dihlewis@yahoo.co.uk>
2002-04-04 Dan Lewis2002-04-04 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-01-31 Dan LewisRegex classes, initial revision.