2002-07-22 Tim Coleman <tim@timcoleman.com>
[mono.git] / mcs / class / System / System.Collections.Specialized / ChangeLog
index 305d7ce959388e9fca53aad6e5563781aa5ac72c..5f2b73d958527314c77b9176f45ba4a40360fd32 100755 (executable)
@@ -1,4 +1,22 @@
-2002-09-10  Lawrence Pit <loz@cable.a2000.nl>
+2002-07-22  Tim Coleman <tim@timcoleman.com>
+       * NameObjectCollectionBase.cs: added iterator stubb to 
+               NameObjectCollectionBase.KeysCollection
+
+2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HybridDictionary.cs:
+       (Remove): fixed. The value is either in the list or in the hash.
+
+2002-06-24  Andrew Birkett <adb@tardis.ed.ac.uk>
+
+       * BitVector32.cs: Implemented 'set' section indexer.  Check for
+       overly large sections.  Factored out some helper methods. 
+
+2002-05-11  Lawrence Pit <loz@cable.a2000.nl>
+
+       * NameValueCollection.AsStringArray: fixed ArgumentNullException bug.
+
+2002-05-10  Lawrence Pit <loz@cable.a2000.nl>
 
        * HybridDictionary.cs: implemented
        * CollectionsUtil.cs: implemented