2009-05-26 Mark Probst <mark.probst@gmail.com>
commit5bb6e7f1dc90f0cd6779c973b9ab48c0299e4b95
authorMark Probst <mark.probst@gmail.com>
Tue, 26 May 2009 16:06:58 +0000 (26 16:06 -0000)
committerMark Probst <mark.probst@gmail.com>
Tue, 26 May 2009 16:06:58 +0000 (26 16:06 -0000)
tree894a6c3f652e9f6487fa334432e44e8c4e988d24
parentfe3460872a4b9626c031145cfdd864aafffdbb6f
2009-05-26  Mark Probst  <mark.probst@gmail.com>

        * Thread.cs: Don't set the execution context when creating a
        thread because the _ec member is thread static and we set the
        wrong one.  It's now set by the runtime.  We just provide the
        correct one.

        * Environment.cs: Bump corlib version.

svn path=/trunk/mcs/; revision=134773
mcs/class/corlib/System.Threading/Thread.cs
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/Environment.cs