ChangeLog 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. 2001-09-25 Dick Porter <[email protected]>
  2. * Thread.cs: Implement Join and timed Join, set correct state
  3. around Start, Join and Sleep calls, implement IsAlive and
  4. ThreadState properties.
  5. * ThreadState.cs (Threading): Added StopRequested,
  6. SuspendRequested, Suspended values
  7. 2001-09-23 Dick Porter <[email protected]>
  8. * Thread.cs: Implemented CurrentThread and Sleep (both versions)
  9. with internal calls, and Name.
  10. 2001-09-21 Dick Porter <[email protected]>
  11. * Thread.cs: Implement Thread(ThreadStart) constructor and Start()
  12. with an internal call
  13. * WaitHandle.cs: Close calls Dispose(false)
  14. 2001-09-13 Dick Porter <[email protected]>
  15. * ApartmentState.cs (Threading): Set the correct enum values
  16. 2001-09-13 Dick Porter <[email protected]>
  17. * ApartmentState.cs, AutoResetEvent.cs, IOCompletionCallback.cs,
  18. Interlocked.cs, LockCookie.cs, ManualResetEvent.cs, Monitor.cs,
  19. Mutex.cs, NativeOverlapped.cs, Overlapped.cs, ReaderWriterLock.cs,
  20. RegisteredWaitHandle.cs, SynchronizationLockException.cs,
  21. Thread.cs, ThreadAbortException.cs, ThreadInterruptedException.cs,
  22. ThreadPool.cs, ThreadStart.cs, ThreadStateException.cs,
  23. Timeout.cs, Timer.cs, TimerCallback.cs, WaitCallback.cs,
  24. WaitHandle.cs, WaitOrTimerCallback.cs: System.Threading class
  25. stubs.
  26. 2001-07-18 Michael Lambert <[email protected]>
  27. * ThreadPriority.cs, ThreadState.cs: Add.