X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Collections.Concurrent%2FChangeLog;h=310e0b3467b47d87cee2c7b805512df6d7571582;hb=5245b9c97a3fddb27943cbcc88d5d80a6ebc33e1;hp=a180eb6fee11b04d78e59ebc6885c4835cd147cc;hpb=9e1f34dd2d7be45b2a3a6b1c133a4a1de8c3d864;p=mono.git diff --git a/mcs/class/corlib/System.Collections.Concurrent/ChangeLog b/mcs/class/corlib/System.Collections.Concurrent/ChangeLog index a180eb6fee1..310e0b3467b 100644 --- a/mcs/class/corlib/System.Collections.Concurrent/ChangeLog +++ b/mcs/class/corlib/System.Collections.Concurrent/ChangeLog @@ -1,3 +1,29 @@ +2010-04-15 Jérémie Laval + + * ConcurrentDictionary.cs: + * ConcurrentSkipList.cs: + * OrderablePartitioner.cs: + * Partitioner.cs: Add BOOTSTRAP_NET_4_0 define + +2010-03-24 Jérémie Laval + + * ConcurrentDictionary.cs: Remove while looping + +2010-03-24 Jérémie Laval + + * ConcurrentDictionary.cs: Enable tracking on SpinLock + * ConcurrentSkipList.cs: Use Spinlock instead of Monitor and + refactor to use a saner lock acquiring scheme. + +2010-03-24 Jérémie Laval + + * ConcurrentDictionary.cs: Fix lock releasing + +2010-03-24 Jérémie Laval + + * ConcurrentDictionary.cs: Use SpinLock instead of Monitor + for basket locking + 2010-02-02 Jérémie Laval * ConcurrentDictionary.cs: