2009-08-20 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System / System.Collections.Specialized / ChangeLog
index e460488d65081f60c5ef7502999fb765c37c74bf..35b5f1f951962ea1182855d20b77e1582f15b7d8 100644 (file)
@@ -1,3 +1,52 @@
+2009-03-01  Zoltan Varga  <vargaz@gmail.com>
+
+       * NameValueCollection.cs (AsSingleString): Avoid the allocation of
+       a stringbuilder for collections with only one element.
+
+2008-09-09  Scott Peterson  <lunchtimemama@gmail.com>
+
+       * BitVector32.cs: Minor fixes. Simplified Section.ToString and
+       GetHashCode, and BitVector32.Equals.
+
+2008-08-06  Scott Peterson  <lunchtimemama@gmail.com>
+
+       * BitVector32.cs: Fixed a bug which allowed for invalid sections
+       to be created with CreateSection. Also simplified HighestSetBit
+       algorithm and got rid ofNumberOfSetBits (using HighestSetBit
+       works just fine).
+
+2008-07-31  Jb Evain  <jbevain@novell.com>
+
+       * StringDictionary.cs: remove ComponentModel bits for NET_2_1.
+
+2008-04-13  Jb Evain  <jbevain@novell.com>
+
+       * CollectionsUtil.cs: internalize for the 2.1 profile.
+       Merged from the Moonlight 2 branch.
+
+2008-01-07  Juraj Skripsky <js@hotfeet.ch>
+
+       * NameObjectCollectionBase.cs: Add argument checking in CopyTo,
+       replace use of enumerator by for-loop. Check IsReadOnly in BaseSet()
+       only on the 2.0 profile.
+
+2007-04-29  Ilya Kharmatsky <ilyak@mainsoft.com>
+
+       * NameValueCollection.cs: Proper exception handling in several
+       constructors and CopyTo method, under NET_2_0 target.
+
+2007-04-15  Marek Safar  <marek.safar@gmail.com>
+
+       * ListDictionary: Removed not used variable.
+
+2007-03-27  Alan McGovern  <alan.mcgovern@gmail.com>
+
+       * BitVector32.cs: Bugfix for op_inequality.
+
+2007-01-18  Konstantin Triger  <kostat@mainsoft.com>
+
+       * OrderedDictionary.cs: use IEqualityComparer for key comparison.
+
 2006-10-03  Andrew Skiba  <andrews@mainsoft.com>
 
        * ListDictionary.cs: remove unnecessary out parameter