ChangeLog 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. 2002-05-11 Lawrence Pit <[email protected]>
  2. * NameValueCollection.AsStringArray: fixed ArgumentNullException bug.
  3. 2002-05-10 Lawrence Pit <[email protected]>
  4. * HybridDictionary.cs: implemented
  5. * CollectionsUtil.cs: implemented
  6. * BitVector32.cs: implemeneted
  7. * Modified signature of method ListDictionary.GetEnumerator
  8. Fri Feb 8 18:02:50 CET 2002 Paolo Molaro <[email protected]>
  9. * NameObjectCollectionBase.cs, NameValueCollection.cs: tweaks to make
  10. it compile and provide the constructor needed by nunitcore.
  11. 2002-01-05 Ravi Pratap <[email protected]>
  12. * BitVector32.cs, ListDictionary.cs : MonoTODO everywhere!
  13. * NameObjectCollectionBase.cs, NameValueCollection.cs : Ditto.
  14. 2001-08-24 Nick Drochak <[email protected]>
  15. * NameObjectCollectionBase.cs: Add stub implementation
  16. * common.src: Add NameObjectCollectionBase to the build
  17. * NameValueCollection.cs: add 'override' to CopyTo(). Maybe
  18. this code actually belongs in the superclass.
  19. 2001-08-24 Miguel de Icaza <[email protected]>
  20. * common.src: Add NameValueCollection.cs to the build
  21. 2001-08-22 John Barnette <[email protected]>
  22. * StringDictionary.cs:
  23. Initial working implementation.
  24. * ListDictionary.cs:
  25. Initial working implementation.
  26. 2001-07-17 John Barnette <[email protected]>
  27. * StringCollection.cs:
  28. Implemented and working according to spec.
  29. * StringIterator.cs:
  30. (ADDED) Implemented and working according to spec.
  31. * StringCollectionTest.cs:
  32. (ADDED) Initial revision contains 17 tests; all of 'em
  33. run correctly. More complicated tests to follow.
  34. 2001-07-15 Sean MacIsaac <[email protected]>
  35. * StringCollection.cs: Added so that CodeDom.* would compile.