ChangeLog 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 2010-04-15 Jérémie Laval <[email protected]>
  2. * Barrier.cs: Add BOOTSTRAP_NET_4_0
  3. 2010-04-06 Jb Evain <[email protected]>
  4. * SemaphoreFullException.cs: moved to corlib in net_4_0.
  5. 2010-03-02 Jérémie Laval <[email protected]>
  6. * Barrier.cs: Remove dead comments
  7. 2010-02-25 Jérémie Laval <[email protected]>
  8. * Barrier.cs: Fix NRE with postPhaseAction delegate
  9. Fix possible deadlock when removing participant(s)
  10. 2009-12-11 Miguel de Icaza <[email protected]>
  11. * Barrier.cs: Implement IDisposable, add a bunch of IDisposable
  12. checks and some checks from the docs.
  13. 2009-08-19 Jérémie Laval <[email protected]>
  14. * Barrier.cs: Fix Barrier to be really thread-safe.
  15. Remove deadlocking.
  16. 2009-08-11 Jérémie Laval <[email protected]>
  17. * Barrier.cs: added.
  18. 2006-09-28 Andrew Skiba <[email protected]>
  19. * Semaphore.cs: TARGET_JVM
  20. 2005-12-23 Dick Porter <[email protected]>
  21. * Semaphore.cs: Implement OpenExisting
  22. 2005-11-26 Dick Porter <[email protected]>
  23. * Semaphore.cs: Implemented with icalls
  24. 2005-11-17 Sebastien Pouliot <[email protected]>
  25. * Semaphore.cs: New (2.0). Incomplete (missing runtime support).
  26. * SemaphoreFullException.cs: New (2.0).
  27. 2001-09-21 Dick Porter <[email protected]>
  28. * ThreadExceptionEventArgs.cs: Implemented
  29. 2001-09-13 Dick Porter <[email protected]>
  30. * ThreadExceptionEventArgs.cs, ThreadExceptionEventHandler.cs:
  31. More System.Threading stubs, in the System assembly.