[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Core / ChangeLog
index eb78d6d8629ff15c26328fdadb16fa12b8f29725..bd4b0aca1b3af77681d6092d59b599d440d5cc86 100644 (file)
@@ -1,3 +1,95 @@
+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.
+
+2010-05-25  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: define INSIDE_SYSCORE.
+
+2010-04-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * moonlight_raw_System.Core.dll.sources: Include Lazy.cs and
+       LazyThreadSafetyMode.cs from corlib in here.
+
+2010-04-15  Jérémie Laval  <jeremie.laval@gmail.com>
+
+       * System.Core_test.dll.sources: Add PLinq unit tests
+
+2010-04-15  Jérémie Laval  <jeremie.laval@gmail.com>
+
+       * net_4_0_System.Core.dll.sources: add PLinq sources
+
+2010-04-06  Jb Evain  <jbevain@novell.com>
+
+       * net_4_0_System.Core.dll.sources: add files to support ToQueryable.
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
+
+2009-12-17  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile: Compile itself using bootstrap System.Core.
+
+2009-09-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.Core.dll.sources: Remove some extra classes
+       from NET_2_1
+
+2009-08-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * System.Core_test.dll.sources: Add MemoryMappedFileTest.cs.
+
+       * Makefile: Pass -unsafe to gmcs.
+
+2009-08-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * net_4_0_System.Core.dll.sources: Add System.IO.MemoryMappedFiles/*.cs
+       and Microsoft.Win32.SafeHandles/SafeMemoryMappedFileHandle.cs.
+
+2009-08-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : add -r:Mono.Posix on required profiles.
+
+2009-08-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * net_2_1_raw_System.Core.dll.sources : now it should be created.
+
+2009-08-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Core.dll.sources : added a couple of sys.io.pipes files.
+
+2009-07-20  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: filter the valid profile on the framework version,
+       to make it easier to have custom variants.
+
+2009-07-02  Marek Safar  <marek.safar@gmail.com>
+
+       * net_4_0_System.Core.dll.sources: New file.
+
+2009-06-04  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: fix the 2.1 profile version.
+
+2008-09-05  Marek Safar  <marek.safar@gmail.com>
+
+       * System.Core.dll.sources: Add System.Threading
+
+2008-08-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Core.dll.sources: Add new files for crypto.
+       * System.Core_test.dll.sources: Add crypto unit tests.
+
+2008-05-01  Jb Evain  <jbevain@novell.com>
+
+       * System.Core-2008.csproj, System.Core.dll.sources: add new files.
+
 2008-03-27  Leonid Freydovich  <leonidf@mainsoft.com>
 
        * Add some TARGET_JVM specific code
 2007-12-04  Marek Safar  <marek.safar@gmail.com>
 
        * System.Core.dll.sources: System.Linq.Expression refresh.
-       
+
 2007-08-20  Marek Safar  <marek.safar@gmail.com>
 
        * Makefile: Hardcoded 3.5 define for now.
        * 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   
+       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,
 2007-03-29  Miguel de Icaza  <miguel@novell.com>
 
        * 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  <marek.safar@gmail.com>