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