2002-05-08 Dan Lewis <dihlewis@yahoo.co.uk>
[mono.git] / mcs / class / System / System.Text.RegularExpressions / ChangeLog
1 2002-05-08  Dan Lewis  <dihlewis@yahoo.co.uk>
2
3         * interpreter.cs: Moved to an array-based stack representation
4         for faster captures.
5
6         * match.cs, collections.cs: Decoupled capture representation from
7         interpreter internals.
8
9         * cache.cs: Changed Key type from struct to class for speed.
10
11 2002-04-06  Dan Lewis  <dihlewis@yahoo.co.uk>
12
13         * cache.cs: Object methods should be overridden with "override".
14
15 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
16
17         * RegexRunner.cs, RegexRunnerFactory.cs: MS support classes. Stubs
18         added for completeness.
19
20         * regex.cs, match.cs, collections.cs: Serializable attribute.
21
22 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
23
24         * regex.cs: Added static Matches and IsMatch methods.
25
26 2002-04-03  Dan Lewis  <dihlewis@yahoo.co.uk>
27
28         * ChangeLog: Added changelog.
29
30         * cache.cs: Fixed bug in MRUList.Evict.