ChangeLog 874 B

1234567891011121314151617181920212223242526272829303132333435
  1. 2009-08-19 Jérémie Laval <[email protected]>
  2. * Barrier.cs: Fix Barrier to be really thread-safe.
  3. Remove deadlocking.
  4. 2009-08-11 Jérémie Laval <[email protected]>
  5. * Barrier.cs: added.
  6. 2006-09-28 Andrew Skiba <[email protected]>
  7. * Semaphore.cs: TARGET_JVM
  8. 2005-12-23 Dick Porter <[email protected]>
  9. * Semaphore.cs: Implement OpenExisting
  10. 2005-11-26 Dick Porter <[email protected]>
  11. * Semaphore.cs: Implemented with icalls
  12. 2005-11-17 Sebastien Pouliot <[email protected]>
  13. * Semaphore.cs: New (2.0). Incomplete (missing runtime support).
  14. * SemaphoreFullException.cs: New (2.0).
  15. 2001-09-21 Dick Porter <[email protected]>
  16. * ThreadExceptionEventArgs.cs: Implemented
  17. 2001-09-13 Dick Porter <[email protected]>
  18. * ThreadExceptionEventArgs.cs, ThreadExceptionEventHandler.cs:
  19. More System.Threading stubs, in the System assembly.