ChangeLog 912 B

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