2010-04-15 Jérémie Laval <jeremie.laval@gmail.com>
[mono.git] / mcs / class / corlib / System.Threading / ChangeLog
index e2ac963cdcee674d70877a70c785612c2682ce1c..533d11fddbcd353d5797ae51a73992948fcec314 100644 (file)
@@ -1,3 +1,50 @@
+2010-04-15  Jérémie Laval  <jeremie.laval@gmail.com>
+
+       * AtomicBoolean.cs:
+       * CountdownEvent.cs:
+       * SpinLock.cs: Add BOOTSTRAP_NET_4_0 define
+
+2010-03-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * ThreadPool.cs: add fast path to queue work items in the runtime.
+
+2010-03-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Monitor.cs: Implement new NET_4_0 (and SL4) Enter overload 
+       required to run some DRT tests (e.g. 7007)
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * ThreadPool.cs, Thread.cs, ExecutionContext.cs: use MOONLIGHT
+       symbol to disambiguate MonoTouch and Moonlight code.
+
+2010-03-08  Jérémie Laval  <jeremie.laval@gmail.com>
+
+       * SpinLock.cs: Merge algorithm back in SpinLock struct
+
+2010-03-08  Jérémie Laval  <jeremie.laval@gmail.com>
+
+       * SpinLock.cs: Update to use ticket spinlock algorithm
+
+2010-02-26 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * LazyThreadSafetyMode.cs: Added.
+
+2010-02-08  Zoltan Varga  <vargaz@gmail.com>
+
+       * WaitHandle.cs (CheckArray): Check that the handles array is not null.
+       Fixes #576039.
+
+2010-02-02  Jérémie Laval  <jeremie.laval@gmail.com>
+
+       * CancellationToken.cs:
+       * CancellationTokenSource.cs:
+       * ManualResetEventSlim.cs:
+       * SemaphoreSlim.cs:
+       * SpinLock.cs:
+       * SpinWait.cs:
+       * ThreadLocal.cs: Port to .NET 4 beta 2 API
+
 2009-12-09  Jb Evain  <jbevain@novell.com>
 
        * ThreadPool.cs (QueueUserWorkItem): properly throw