1 2009-09-23 Sebastien Pouliot <sebastien@ximian.com>
3 * net_2_1_raw_System.Core.dll.sources: Remove some extra classes
6 2009-08-30 Zoltan Varga <vargaz@gmail.com>
8 * System.Core_test.dll.sources: Add MemoryMappedFileTest.cs.
10 * Makefile: Pass -unsafe to gmcs.
12 2009-08-29 Zoltan Varga <vargaz@gmail.com>
14 * net_4_0_System.Core.dll.sources: Add System.IO.MemoryMappedFiles/*.cs
15 and Microsoft.Win32.SafeHandles/SafeMemoryMappedFileHandle.cs.
17 2009-08-27 Atsushi Enomoto <atsushi@ximian.com>
19 * Makefile : add -r:Mono.Posix on required profiles.
21 2009-08-18 Atsushi Enomoto <atsushi@ximian.com>
23 * net_2_1_raw_System.Core.dll.sources : now it should be created.
25 2009-08-18 Atsushi Enomoto <atsushi@ximian.com>
27 * System.Core.dll.sources : added a couple of sys.io.pipes files.
29 2009-07-20 Jb Evain <jbevain@novell.com>
31 * Makefile: filter the valid profile on the framework version,
32 to make it easier to have custom variants.
34 2009-07-02 Marek Safar <marek.safar@gmail.com>
36 * net_4_0_System.Core.dll.sources: New file.
38 2009-06-04 Jb Evain <jbevain@novell.com>
40 * Makefile: fix the 2.1 profile version.
42 2008-09-05 Marek Safar <marek.safar@gmail.com>
44 * System.Core.dll.sources: Add System.Threading
46 2008-08-05 Sebastien Pouliot <sebastien@ximian.com>
48 * System.Core.dll.sources: Add new files for crypto.
49 * System.Core_test.dll.sources: Add crypto unit tests.
51 2008-05-01 Jb Evain <jbevain@novell.com>
53 * System.Core-2008.csproj, System.Core.dll.sources: add new files.
55 2008-03-27 Leonid Freydovich <leonidf@mainsoft.com>
57 * Add some TARGET_JVM specific code
59 2008-01-09 Jb Evain <jbevain@novell.com>
61 * Makefile: remove -langversion:linq which is
64 2007-12-04 Marek Safar <marek.safar@gmail.com>
66 * System.Core.dll.sources: System.Linq.Expression refresh.
68 2007-08-20 Marek Safar <marek.safar@gmail.com>
70 * Makefile: Hardcoded 3.5 define for now.
72 2007-08-13 Federico Di Gregorio <fog@initd.org>
74 * Added Test/ directory, modified Makefile to build and execute them.
76 * Changed a couple of Expression methods to raise exceptions identicals to
79 * Added tests for AddExpression and ConstantExpression.
81 * Implemented somme missing stuff in BinaryExpression.
83 * The stuff in ExpressionUtils is very generic and does quite some
84 redundant checks: I started splitting the stuff there into more
85 "specific" methods that should be both understandable and fast.
87 * Fixed the StringBuilder problem, added unique IDs to all tests,
88 used Assert.IsNull where appropriate and fixed one more Expression
89 method (AndAlso). Hope this is good enough for commit.
91 2007-07-12 Marek Safar <marek.safar@gmail.com>
93 * System.Core.dll.sources: A few Beta 2 updates.
95 2007-07-11 Jb Evain <jbevain@novell.com>
97 * Makefile: work on the 2.1 profile.
99 2007-05-11 Stephane Delcroix <stephane@delcroix.org>
101 * System/DateTimeOffset.cs:
102 * System/InvalidTimeZoneException.cs:
103 * System/TimeZoneInfo.AdjustmentRules.cs:
104 * System/TimeZoneInfo.cs:
105 * System/TimeZoneInfo.TransitionTime.cs
106 * System/TimeZoneNotFoundException.cs: new TimeZoneInfo class
108 * System.Core.dll.sources: Added the above files
110 * Makefile: compile with -d:LIBC so TimeZoneInfo will look for libc
113 2007-03-29 Miguel de Icaza <miguel@novell.com>
115 * Reapply the patch from Antonello, and rework the code to not use
116 extension methods on Enumerable.
118 2007-02-04 Marek Safar <marek.safar@gmail.com>
120 * System.Core.dll.sources: Added common constants.
122 * Makefile: An assembly is 2.0 only.
124 2007-02-03 Atsushi Enomoto <atsushi@ximian.com>
126 * System.Core.dll.sources : added LambdaExpression.cs.
128 2006-11-01 Alejandro Serrano "Serras" <trupill@yahoo.es>
130 * Add IOrderedSequence, IQueryable
131 * Change Sequence.Join and Sequence.GroupJoin to use Lookup<K, T>
132 as stated on the Standard Query Operators paper
134 2006-06-05 Alejandro Serrano "Serras" <trupill@yahoo.es>
136 * Updates as of LINQ May 2006 release
138 2006-01-31 Alejandro Serrano "Serras" <trupill@yahoo.es>
140 * Fix bug in SkipWhile<T>, where the first element was never yielded
142 2006-01-30 Alejandro Serrano "Serras" <trupill@yahoo.es>