ChangeLog 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. 2002-11-06 Daniel Stodden <[email protected]>
  2. * ListDictionary.cs:
  3. - Filled in missing CopyTo()s.
  4. - No, overwriting an entry should not change the Count <:)
  5. 2002-10-31 Gonzalo Paniagua Javier <[email protected]>
  6. * NameValueCollection.cs: fixed Add (NameValueCollection).
  7. 2002-09-03 Gonzalo Paniagua Javier <[email protected]>
  8. * StringCollection.cs: fixes bug #29791. Thanks to Marcus Urban
  9. ([email protected]).
  10. 2002-07-22 Tim Coleman <[email protected]>
  11. * NameObjectCollectionBase.cs: added iterator stubb to
  12. NameObjectCollectionBase.KeysCollection
  13. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  14. * HybridDictionary.cs:
  15. (Remove): fixed. The value is either in the list or in the hash.
  16. 2002-06-24 Andrew Birkett <[email protected]>
  17. * BitVector32.cs: Implemented 'set' section indexer. Check for
  18. overly large sections. Factored out some helper methods.
  19. 2002-05-11 Lawrence Pit <[email protected]>
  20. * NameValueCollection.AsStringArray: fixed ArgumentNullException bug.
  21. 2002-05-10 Lawrence Pit <[email protected]>
  22. * HybridDictionary.cs: implemented
  23. * CollectionsUtil.cs: implemented
  24. * BitVector32.cs: implemeneted
  25. * Modified signature of method ListDictionary.GetEnumerator
  26. Fri Feb 8 18:02:50 CET 2002 Paolo Molaro <[email protected]>
  27. * NameObjectCollectionBase.cs, NameValueCollection.cs: tweaks to make
  28. it compile and provide the constructor needed by nunitcore.
  29. 2002-01-05 Ravi Pratap <[email protected]>
  30. * BitVector32.cs, ListDictionary.cs : MonoTODO everywhere!
  31. * NameObjectCollectionBase.cs, NameValueCollection.cs : Ditto.
  32. 2001-08-24 Nick Drochak <[email protected]>
  33. * NameObjectCollectionBase.cs: Add stub implementation
  34. * common.src: Add NameObjectCollectionBase to the build
  35. * NameValueCollection.cs: add 'override' to CopyTo(). Maybe
  36. this code actually belongs in the superclass.
  37. 2001-08-24 Miguel de Icaza <[email protected]>
  38. * common.src: Add NameValueCollection.cs to the build
  39. 2001-08-22 John Barnette <[email protected]>
  40. * StringDictionary.cs:
  41. Initial working implementation.
  42. * ListDictionary.cs:
  43. Initial working implementation.
  44. 2001-07-17 John Barnette <[email protected]>
  45. * StringCollection.cs:
  46. Implemented and working according to spec.
  47. * StringIterator.cs:
  48. (ADDED) Implemented and working according to spec.
  49. * StringCollectionTest.cs:
  50. (ADDED) Initial revision contains 17 tests; all of 'em
  51. run correctly. More complicated tests to follow.
  52. 2001-07-15 Sean MacIsaac <[email protected]>
  53. * StringCollection.cs: Added so that CodeDom.* would compile.