ChangeLog 1.0 KB

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