| 12345678910111213141516171819202122232425262728293031323334 |
- 2002-05-13 Dan Lewis <[email protected]>
- * regex.cs: Fixed bug in split.
- 2002-05-08 Dan Lewis <[email protected]>
- * interpreter.cs: Moved to an array-based stack representation
- for faster captures.
- * match.cs, collections.cs: Decoupled capture representation from
- interpreter internals.
- * cache.cs: Changed Key type from struct to class for speed.
- 2002-04-06 Dan Lewis <[email protected]>
- * cache.cs: Object methods should be overridden with "override".
- 2002-04-04 Dan Lewis <[email protected]>
- * RegexRunner.cs, RegexRunnerFactory.cs: MS support classes. Stubs
- added for completeness.
- * regex.cs, match.cs, collections.cs: Serializable attribute.
- 2002-04-04 Dan Lewis <[email protected]>
- * regex.cs: Added static Matches and IsMatch methods.
- 2002-04-03 Dan Lewis <[email protected]>
- * ChangeLog: Added changelog.
- * cache.cs: Fixed bug in MRUList.Evict.
|