2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System / System.Threading / ChangeLog
blob08e84cbd0498a1a41cfccc593eb58d93682cc523
1 2010-04-06  Jb Evain  <jbevain@novell.com>
3         * SemaphoreFullException.cs: moved to corlib in net_4_0.
5 2010-03-02  Jérémie Laval  <jeremie.laval@gmail.com>
7         * Barrier.cs: Remove dead comments
9 2010-02-25  Jérémie Laval  <jeremie.laval@gmail.com>
11         * Barrier.cs: Fix NRE with postPhaseAction delegate
12         Fix possible deadlock when removing participant(s)
14 2009-12-11  Miguel de Icaza  <miguel@novell.com>
16         * Barrier.cs: Implement IDisposable, add a bunch of IDisposable
17         checks and some checks from the docs.
19 2009-08-19  Jérémie Laval  <jeremie.laval@gmail.com>
21         * Barrier.cs: Fix Barrier to be really thread-safe.
22         Remove deadlocking.
24 2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>
26         * Barrier.cs: added.
28 2006-09-28  Andrew Skiba <andrews@mainsoft.com>
30         * Semaphore.cs: TARGET_JVM
32 2005-12-23  Dick Porter  <dick@ximian.com>
34         * Semaphore.cs: Implement OpenExisting
36 2005-11-26  Dick Porter  <dick@ximian.com>
38         * Semaphore.cs: Implemented with icalls
40 2005-11-17  Sebastien Pouliot  <sebastien@ximian.com>
42         * Semaphore.cs: New (2.0). Incomplete (missing runtime support).
43         * SemaphoreFullException.cs: New (2.0).
45 2001-09-21  Dick Porter  <dick@ximian.com>
47         * ThreadExceptionEventArgs.cs: Implemented
49 2001-09-13  Dick Porter  <dick@ximian.com>
51         * ThreadExceptionEventArgs.cs, ThreadExceptionEventHandler.cs:
52         More System.Threading stubs, in the System assembly.