ChangeLog 972 B

1234567891011121314151617181920212223242526272829
  1. 2001-08-24 Nick Drochak <[email protected]>
  2. * NameObjectCollectionBase.cs: Add stub implementation
  3. * common.src: Add NameObjectCollectionBase to the build
  4. * NameValueCollection.cs: add 'override' to CopyTo(). Maybe
  5. this code actually belongs in the superclass.
  6. 2001-08-24 Miguel de Icaza <[email protected]>
  7. * common.src: Add NameValueCollection.cs to the build
  8. 2001-08-22 John Barnette <[email protected]>
  9. * StringDictionary.cs:
  10. Initial working implementation.
  11. * ListDictionary.cs:
  12. Initial working implementation.
  13. 2001-07-17 John Barnette <[email protected]>
  14. * StringCollection.cs:
  15. Implemented and working according to spec.
  16. * StringIterator.cs:
  17. (ADDED) Implemented and working according to spec.
  18. * StringCollectionTest.cs:
  19. (ADDED) Initial revision contains 17 tests; all of 'em
  20. run correctly. More complicated tests to follow.
  21. 2001-07-15 Sean MacIsaac <[email protected]>
  22. * StringCollection.cs: Added so that CodeDom.* would compile.