2001-09-23 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / corlib / System.Threading / ChangeLog
1 2001-09-23  Dick Porter  <dick@ximian.com>
2
3         * Thread.cs: Implemented CurrentThread and Sleep (both versions)
4         with internal calls, and Name.
5
6 2001-09-21  Dick Porter  <dick@ximian.com>
7
8         * Thread.cs: Implement Thread(ThreadStart) constructor and Start()
9         with an internal call
10
11         * WaitHandle.cs: Close calls Dispose(false)
12
13 2001-09-13  Dick Porter  <dick@ximian.com>
14
15         * ApartmentState.cs (Threading): Set the correct enum values
16
17 2001-09-13  Dick Porter  <dick@ximian.com>
18
19         * ApartmentState.cs, AutoResetEvent.cs, IOCompletionCallback.cs,
20         Interlocked.cs, LockCookie.cs, ManualResetEvent.cs, Monitor.cs,
21         Mutex.cs, NativeOverlapped.cs, Overlapped.cs, ReaderWriterLock.cs,
22         RegisteredWaitHandle.cs, SynchronizationLockException.cs,
23         Thread.cs, ThreadAbortException.cs, ThreadInterruptedException.cs,
24         ThreadPool.cs, ThreadStart.cs, ThreadStateException.cs,
25         Timeout.cs, Timer.cs, TimerCallback.cs, WaitCallback.cs,
26         WaitHandle.cs, WaitOrTimerCallback.cs: System.Threading class
27         stubs.
28         
29 2001-07-18  Michael Lambert <michaellambert@email.com>
30
31         * ThreadPriority.cs, ThreadState.cs: Add.