X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Core%2FChangeLog;h=2fdd6567ec657f618432d1346c1ef76265f10bc0;hb=c88dec6d92e484d15f4d2243660de3ca873813fe;hp=dda092b2c896df252c235acfc9cb4c75cf6b4f6a;hpb=24e822b921955b66cf1f350c1e391221b5ee239b;p=mono.git diff --git a/mcs/class/System.Core/ChangeLog b/mcs/class/System.Core/ChangeLog index dda092b2c89..2fdd6567ec6 100644 --- a/mcs/class/System.Core/ChangeLog +++ b/mcs/class/System.Core/ChangeLog @@ -1,3 +1,109 @@ +2010-04-15 Jérémie Laval + + * net_4_0_System.Core.dll.sources: add PLinq sources + +2010-04-06 Jb Evain + + * net_4_0_System.Core.dll.sources: add files to support ToQueryable. + +2010-03-16 Jb Evain + + * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources. + +2009-12-17 Marek Safar + + * Makefile: Compile itself using bootstrap System.Core. + +2009-09-23 Sebastien Pouliot + + * net_2_1_raw_System.Core.dll.sources: Remove some extra classes + from NET_2_1 + +2009-08-30 Zoltan Varga + + * System.Core_test.dll.sources: Add MemoryMappedFileTest.cs. + + * Makefile: Pass -unsafe to gmcs. + +2009-08-29 Zoltan Varga + + * net_4_0_System.Core.dll.sources: Add System.IO.MemoryMappedFiles/*.cs + and Microsoft.Win32.SafeHandles/SafeMemoryMappedFileHandle.cs. + +2009-08-27 Atsushi Enomoto + + * Makefile : add -r:Mono.Posix on required profiles. + +2009-08-18 Atsushi Enomoto + + * net_2_1_raw_System.Core.dll.sources : now it should be created. + +2009-08-18 Atsushi Enomoto + + * System.Core.dll.sources : added a couple of sys.io.pipes files. + +2009-07-20 Jb Evain + + * Makefile: filter the valid profile on the framework version, + to make it easier to have custom variants. + +2009-07-02 Marek Safar + + * net_4_0_System.Core.dll.sources: New file. + +2009-06-04 Jb Evain + + * Makefile: fix the 2.1 profile version. + +2008-09-05 Marek Safar + + * System.Core.dll.sources: Add System.Threading + +2008-08-05 Sebastien Pouliot + + * System.Core.dll.sources: Add new files for crypto. + * System.Core_test.dll.sources: Add crypto unit tests. + +2008-05-01 Jb Evain + + * System.Core-2008.csproj, System.Core.dll.sources: add new files. + +2008-03-27 Leonid Freydovich + + * Add some TARGET_JVM specific code + +2008-01-09 Jb Evain + + * Makefile: remove -langversion:linq which is + default now. + +2007-12-04 Marek Safar + + * System.Core.dll.sources: System.Linq.Expression refresh. + +2007-08-20 Marek Safar + + * Makefile: Hardcoded 3.5 define for now. + +2007-08-13 Federico Di Gregorio + + * Added Test/ directory, modified Makefile to build and execute them. + + * Changed a couple of Expression methods to raise exceptions identicals to + MS ones. + + * Added tests for AddExpression and ConstantExpression. + + * Implemented somme missing stuff in BinaryExpression. + + * The stuff in ExpressionUtils is very generic and does quite some + redundant checks: I started splitting the stuff there into more + "specific" methods that should be both understandable and fast. + + * Fixed the StringBuilder problem, added unique IDs to all tests, + used Assert.IsNull where appropriate and fixed one more Expression + method (AndAlso). Hope this is good enough for commit. + 2007-07-12 Marek Safar * System.Core.dll.sources: A few Beta 2 updates. @@ -23,7 +129,7 @@ 2007-03-29 Miguel de Icaza * Reapply the patch from Antonello, and rework the code to not use - extension methods on Enumerable. + extension methods on Enumerable. 2007-02-04 Marek Safar