Author: zoltan
Date: 2007-08-08 13:02:06 -0400 (Wed, 08 Aug 2007)
New Revision: 83682

Modified:
   trunk/mcs/class/corlib/System.Threading/ChangeLog
   trunk/mcs/class/corlib/System.Threading/Thread.cs
Log:
2007-08-08  Zoltan Varga  <[EMAIL PROTECTED]>

        * Thread.cs: Add a fixme.


Modified: trunk/mcs/class/corlib/System.Threading/ChangeLog
===================================================================
--- trunk/mcs/class/corlib/System.Threading/ChangeLog   2007-08-08 16:56:30 UTC 
(rev 83681)
+++ trunk/mcs/class/corlib/System.Threading/ChangeLog   2007-08-08 17:02:06 UTC 
(rev 83682)
@@ -1,3 +1,7 @@
+2007-08-08  Zoltan Varga  <[EMAIL PROTECTED]>
+
+       * Thread.cs: Add a fixme.
+
 2007-07-21  Miguel de Icaza  <[EMAIL PROTECTED]>
 
        * WaitHandle.cs (Handle): It turns out that we should never create

Modified: trunk/mcs/class/corlib/System.Threading/Thread.cs
===================================================================
--- trunk/mcs/class/corlib/System.Threading/Thread.cs   2007-08-08 16:56:30 UTC 
(rev 83681)
+++ trunk/mcs/class/corlib/System.Threading/Thread.cs   2007-08-08 17:02:06 UTC 
(rev 83682)
@@ -840,6 +840,7 @@
                }
 
                [MonoTODO ("limited to CompressedStack support")]
+               // FIXME: We share the _ec object between appdomains
                public ExecutionContext ExecutionContext {
                        [ReliabilityContract (Consistency.WillNotCorruptState, 
Cer.MayFail)]
                        get {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to