ChangeLog 439 B

12345678910111213
  1. 2001-07-17 John Barnette <[email protected]>
  2. * StringCollection.cs:
  3. Implemented and working according to spec.
  4. * StringIterator.cs:
  5. (ADDED) Implemented and working according to spec.
  6. * StringCollectionTest.cs:
  7. (ADDED) Initial revision contains 17 tests; all of 'em
  8. run correctly. More complicated tests to follow.
  9. 2001-07-15 Sean MacIsaac <[email protected]>
  10. * StringCollection.cs: Added so that CodeDom.* would compile.