| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- 2010-06-18 Rolf Bjarne Kvinge <[email protected]>
- * ExecutionScope.cs: This class exists in Moonlight, but isn't supported.
- * StrongBox_T.cs:
- * DynamicAttribute.cs: Include in Moonlight.
- 2009-12-02 Marek Safar <[email protected]>
- * DynamicAttribute.cs: Add arguments check.
- 2009-11-14 Jb Evain <[email protected]>
- * ExecutionScope.cs: implement IsolateExpression.
- 2009-07-02 Marek Safar <[email protected]>
- * StrongBox_T.cs: Add 4.0 bits.
- 2009-06-29 Marek Safar <[email protected]>
- * DynamicAttribute.cs: Add DynamicAttribute.
- 2009-03-05 Jb Evain <[email protected]>
- * ExecutionScope.cs: add support for hoisted locals.
- 2008-06-20 Jb Evain <[email protected]>
- * ExecutionScope.cs (CreateDelegate): implement.
- 2008-04-19 Jb Evain <[email protected]>
- * ExecutionScope.cs: change the constructor to take a list
- of globals.
- 2008-02-24 Jb Evain <[email protected]>
- * ExecutionScope.cs: update API.
- 2007-01-19 Marek Safar <[email protected]>
- * ChangeLog: Added
|