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