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