2005-05-11 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 11 May 2005 15:15:01 +0000 (15:15 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 11 May 2005 15:15:01 +0000 (15:15 -0000)
commitd2fd4e1398d80566549d2037420f717511661f2c
treed5de418cdbc03ec76d0ed18e5ab4e1e592ef97b2
parent4887f17840739215743282f5d719c2a1aa31e636
2005-05-11  Sebastien Pouliot  <sebastien@ximian.com>

* CompressedStack.cs: Allow merging of an existing CompressedStack
with the actual stack of the current Thread.
* Thread.cs: GetCompressedStack and SetCompressedStack are public
before 2.0 but couldn't be seen with mono-api-info because of it's
LinkDemand for the ECMA public key. Removed unused CompressedStack
private field (now part of the ExecutionContext).

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