X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Collections.Specialized%2FChangeLog;h=35b5f1f951962ea1182855d20b77e1582f15b7d8;hb=c259a8cc51e4240849a68d69db7781df89152213;hp=e460488d65081f60c5ef7502999fb765c37c74bf;hpb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;p=mono.git diff --git a/mcs/class/System/System.Collections.Specialized/ChangeLog b/mcs/class/System/System.Collections.Specialized/ChangeLog index e460488d650..35b5f1f9519 100644 --- a/mcs/class/System/System.Collections.Specialized/ChangeLog +++ b/mcs/class/System/System.Collections.Specialized/ChangeLog @@ -1,3 +1,52 @@ +2009-03-01 Zoltan Varga + + * NameValueCollection.cs (AsSingleString): Avoid the allocation of + a stringbuilder for collections with only one element. + +2008-09-09 Scott Peterson + + * BitVector32.cs: Minor fixes. Simplified Section.ToString and + GetHashCode, and BitVector32.Equals. + +2008-08-06 Scott Peterson + + * 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 + + * StringDictionary.cs: remove ComponentModel bits for NET_2_1. + +2008-04-13 Jb Evain + + * CollectionsUtil.cs: internalize for the 2.1 profile. + Merged from the Moonlight 2 branch. + +2008-01-07 Juraj Skripsky + + * 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 + + * NameValueCollection.cs: Proper exception handling in several + constructors and CopyTo method, under NET_2_0 target. + +2007-04-15 Marek Safar + + * ListDictionary: Removed not used variable. + +2007-03-27 Alan McGovern + + * BitVector32.cs: Bugfix for op_inequality. + +2007-01-18 Konstantin Triger + + * OrderedDictionary.cs: use IEqualityComparer for key comparison. + 2006-10-03 Andrew Skiba * ListDictionary.cs: remove unnecessary out parameter