| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- 2002-11-06 Daniel Stodden <[email protected]>
- * ListDictionary.cs:
- - Filled in missing CopyTo()s.
- - No, overwriting an entry should not change the Count <:)
- 2002-10-31 Gonzalo Paniagua Javier <[email protected]>
- * NameValueCollection.cs: fixed Add (NameValueCollection).
- 2002-09-03 Gonzalo Paniagua Javier <[email protected]>
- * StringCollection.cs: fixes bug #29791. Thanks to Marcus Urban
- ([email protected]).
- 2002-07-22 Tim Coleman <[email protected]>
- * NameObjectCollectionBase.cs: added iterator stubb to
- NameObjectCollectionBase.KeysCollection
- 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
- * HybridDictionary.cs:
- (Remove): fixed. The value is either in the list or in the hash.
- 2002-06-24 Andrew Birkett <[email protected]>
- * BitVector32.cs: Implemented 'set' section indexer. Check for
- overly large sections. Factored out some helper methods.
- 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.
|