2004-05-01 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / mcs / class / corlib / System.Collections / ChangeLog
index 760ce0885bccdf8f5fbdd35b2c0b35b8873e5f79..c5b3d8fc83149c206b351cada614d9fbb0fd9c2a 100644 (file)
@@ -1,3 +1,35 @@
+2004-05-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * BitArray.cs: Fix parameter names
+       * CaseInsensitiveHashCodeProvider.cs: Fix signature
+       * DictionaryEntry.cs: Fix parameter names
+       * Hashtable.cs: Fix signatures
+       * SortedList.cs: Fix signatures
+
+2004-04-25  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * CaseInsensitiveHashCodeProvider.cs: Fix the default constructor (needs to
+         set CurrentCulture, Add null check to other constructor, Call correct function
+         for invariant case, ensure culture is set to null for invariant case, removed
+         static constructor, made invariant version available as internal in .Net 1.0
+
+2004-04-21  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * CaseInsensitiveHashCodeProvider.cs: If the culture is null, don't use
+         Char.ToLower(c,culture), since it does not accept null as culture.
+
+2004-04-20  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * Queue.cs: Renamed internal membesr to match MS.NET (to allow serialization
+       interoperability). I also had to make some changes in the implementation:
+       I added a field _tail that points at the first free position in the array, and
+       changed the type of growFactor, which is now an int (its value is the old
+       growFactor * 100).
+
+2004-04-19  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * Comparer.cs: Made constructor public.
+
 2004-03-30  Lluis Sanchez Gual <lluis@ximian.com>
 
        * CaseInsensitiveHashCodeProvider.cs: Use the CultureInfo of the calling