added NET_2_0 strongly typed overrides
[mono.git] / mcs / class / corlib / System.Threading / ChangeLog
index 4f0ffb33a44922484c2126ce70fe41f3c0f9c477..1efcae918555155afde034e66b1c5c6ecf52ec59 100644 (file)
@@ -1,3 +1,61 @@
+2006-07-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WaitHandle.cs : CheckArray() is also used in WaitAny(), so added
+         extra argument to skip STAThread check.
+
+2006-06-30  Duncan Mak  <duncan@novell.com>
+
+       * WaitHandle.cs (CheckArray): Avoid using reflection unless we
+       really need to.
+
+2006-06-29  Duncan Mak  <duncan@novell.com>
+
+       * WaitHandle.cs (CheckArray): Throw NotSupportedException if the
+       current thread is marked with the STAThreadAttribute. Fixes bug
+       #78455.
+
+2006-05-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ExecutionContext.cs: Don't capture the compressed stack unless the 
+       security manager is active (this wasn't ready to be called in 
+       production code).
+
+2004-04-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Timer.cs : avoid NullReferenceException when it is already disposed.
+         Patch by pawel.sakowski@mind-breeze.com. Fixed bug #78208.
+
+2004-04-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SynchronizationContext.cs : use ThreadPool in Post(), as suggested
+         by cl (bug #78139).
+
+2004-04-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Thread.cs : base class is CriticalFinalizerObject.
+       * ThreadStartException.cs : no public constructors.
+
+Wed Mar 29 18:29:55 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * Thread.cs: update for the runtime changes to culture caching.
+
+Wed Mar 15 16:35:49 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * Thread.cs: updates for LocalDataStoreSlot: we use an array as
+       storage for the slots now so that LocalDataStoreSlot objects an be
+       garbage collected if the user doesn't keep a reference to them.
+
+2006-02-09  Miguel de Icaza  <miguel@novell.com>
+
+       * Monitor.cs: Patch from Thong Nguyen, Wait (.., Timeout) method
+       should allow a -1 (Timeout.Infinite) to mean indefinite wait (the
+       code already supported this.
+
+       Removed also a LAMESPEC for missing argument checking in Wait with
+       the int argument.
+       
+       Fixed the use of exceptions.
+
 2005-12-23  Dick Porter  <dick@ximian.com>
 
        * EventWaitHandle.cs: 
@@ -612,7 +670,7 @@ Tue May 13 15:34:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
        * Thread.cs: added missing field used by the runtime and
        a new field to support thread-static data.
 
-2003-04-17  Pedro Mart�ez Juli� <yoros@wanadoo.es>
+2003-04-17  Pedro Mart?ez Juli? <yoros@wanadoo.es>
 
        * Timer.cs: Change the position of two lines because they were
        before the "if" that ensures the integrity. After this, the first of