2007-07-19 Juraj Skripsky <js@hotfeet.ch>
[mono.git] / mcs / class / corlib / System.Collections / ChangeLog
index 37d4b2b3bdd9e92c40e5ceaa149aa74f06c08698..d02ead187f770612af7f6cf2f45af79817017be5 100644 (file)
@@ -1,3 +1,29 @@
+2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
+
+       * ArrayList.cs (ArrayList.Adapter): If the given list already is an
+       ArrayList, just return it directly.
+
+2007-07-05  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CaseInsensitiveHashCodeProvider.cs: Lazy init Default instance and
+       reconstruct it if CurrentCulture changes.
+
+2007-07-05  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CaseInsensitiveHashCodeProvider.cs: In default ctor, do not save
+       TextInfo if current culture is invariant. Remoted private ctor.
+       In Default, always construct new instance since the current culture
+       may change.
+
+2007-06-08  Ankit Jain  <jankit@novell.com>
+
+       * ArrayList.cs (Shift): Clear the unused part of the array when
+       removing elements.
+
+2006-12-29  Marek Safar  <marek.safar@gmail.com>
+
+       * BitArray.cs: Performance improvements.
+
 2006-11-16  Miguel de Icaza  <miguel@novell.com>
 
        * Hashtable.cs: Serialize EqualityComparer.