In class/System.Core:
authorRolf Bjarne Kvinge <RKvinge@novell.com>
Thu, 17 Jun 2010 23:46:55 +0000 (23:46 -0000)
committerRolf Bjarne Kvinge <RKvinge@novell.com>
Thu, 17 Jun 2010 23:46:55 +0000 (23:46 -0000)
commit754903d2cfcc807a2783033b037127ed0ac35efa
tree2962c31232b48ca7ee3258d5299c23890375e397
parentab0f056e621360e644703201e5cc6b265c0746fd
In class/System.Core:
2010-06-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* System.Core/Dummy.cs:
* moonlight_raw_System.Core.dll.sources: Add an internal dummy class to create
the System.Core namespace.

* Makefile:
* moonlight_raw_System.Core.dll.sources: Include the dlr in Moonlight.

In class/System.Core/System.Linq:
2010-06-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* EnumerableQuery.cs:
* EnumerableQuery_T.cs:
* EnumerableExecutor.cs:
* EnumerableExecutor_T.cs: Include in Moonlight.

* Enumerable.cs: Moonlight too needs Zip.

In class/System.Core/System.Runtime.CompilerServices:
2010-06-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* ExecutionScope.cs: This class exists in Moonlight, but isn't supported.

* StrongBox_T.cs:
* DynamicAttribute.cs: Include in Moonlight.

svn path=/trunk/mcs/; revision=159111
14 files changed:
mcs/class/System.Core/ChangeLog
mcs/class/System.Core/Makefile
mcs/class/System.Core/System.Core/Dummy.cs [new file with mode: 0644]
mcs/class/System.Core/System.Linq/ChangeLog
mcs/class/System.Core/System.Linq/Enumerable.cs
mcs/class/System.Core/System.Linq/EnumerableExecutor.cs
mcs/class/System.Core/System.Linq/EnumerableExecutor_T.cs
mcs/class/System.Core/System.Linq/EnumerableQuery.cs
mcs/class/System.Core/System.Linq/EnumerableQuery_T.cs
mcs/class/System.Core/System.Runtime.CompilerServices/ChangeLog
mcs/class/System.Core/System.Runtime.CompilerServices/DynamicAttribute.cs
mcs/class/System.Core/System.Runtime.CompilerServices/ExecutionScope.cs
mcs/class/System.Core/System.Runtime.CompilerServices/StrongBox_T.cs
mcs/class/System.Core/moonlight_raw_System.Core.dll.sources