2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / class / System.Core / ChangeLog
blobbd4b0aca1b3af77681d6092d59b599d440d5cc86
1 2010-06-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3         * System.Core/Dummy.cs: 
4         * moonlight_raw_System.Core.dll.sources: Add an internal dummy class to create
5         the System.Core namespace.
7         * Makefile:
8         * moonlight_raw_System.Core.dll.sources: Include the dlr in Moonlight.
10 2010-05-25  Jb Evain  <jbevain@novell.com>
12         * Makefile: define INSIDE_SYSCORE.
14 2010-04-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
16         * moonlight_raw_System.Core.dll.sources: Include Lazy.cs and
17         LazyThreadSafetyMode.cs from corlib in here.
19 2010-04-15  Jérémie Laval  <jeremie.laval@gmail.com>
21         * System.Core_test.dll.sources: Add PLinq unit tests
23 2010-04-15  Jérémie Laval  <jeremie.laval@gmail.com>
25         * net_4_0_System.Core.dll.sources: add PLinq sources
27 2010-04-06  Jb Evain  <jbevain@novell.com>
29         * net_4_0_System.Core.dll.sources: add files to support ToQueryable.
31 2010-03-16  Jb Evain  <jbevain@novell.com>
33         * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
35 2009-12-17  Marek Safar  <marek.safar@gmail.com>
37         * Makefile: Compile itself using bootstrap System.Core.
39 2009-09-23  Sebastien Pouliot  <sebastien@ximian.com>
41         * net_2_1_raw_System.Core.dll.sources: Remove some extra classes
42         from NET_2_1
44 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
46         * System.Core_test.dll.sources: Add MemoryMappedFileTest.cs.
48         * Makefile: Pass -unsafe to gmcs.
50 2009-08-29  Zoltan Varga  <vargaz@gmail.com>
52         * net_4_0_System.Core.dll.sources: Add System.IO.MemoryMappedFiles/*.cs
53         and Microsoft.Win32.SafeHandles/SafeMemoryMappedFileHandle.cs.
55 2009-08-27  Atsushi Enomoto  <atsushi@ximian.com>
57         * Makefile : add -r:Mono.Posix on required profiles.
59 2009-08-18  Atsushi Enomoto  <atsushi@ximian.com>
61         * net_2_1_raw_System.Core.dll.sources : now it should be created.
63 2009-08-18  Atsushi Enomoto  <atsushi@ximian.com>
65         * System.Core.dll.sources : added a couple of sys.io.pipes files.
67 2009-07-20  Jb Evain  <jbevain@novell.com>
69         * Makefile: filter the valid profile on the framework version,
70         to make it easier to have custom variants.
72 2009-07-02  Marek Safar  <marek.safar@gmail.com>
74         * net_4_0_System.Core.dll.sources: New file.
76 2009-06-04  Jb Evain  <jbevain@novell.com>
78         * Makefile: fix the 2.1 profile version.
80 2008-09-05  Marek Safar  <marek.safar@gmail.com>
82         * System.Core.dll.sources: Add System.Threading
84 2008-08-05  Sebastien Pouliot  <sebastien@ximian.com>
86         * System.Core.dll.sources: Add new files for crypto.
87         * System.Core_test.dll.sources: Add crypto unit tests.
89 2008-05-01  Jb Evain  <jbevain@novell.com>
91         * System.Core-2008.csproj, System.Core.dll.sources: add new files.
93 2008-03-27  Leonid Freydovich  <leonidf@mainsoft.com>
95         * Add some TARGET_JVM specific code
97 2008-01-09  Jb Evain  <jbevain@novell.com>
99         * Makefile: remove -langversion:linq which is
100         default now.
102 2007-12-04  Marek Safar  <marek.safar@gmail.com>
104         * System.Core.dll.sources: System.Linq.Expression refresh.
106 2007-08-20  Marek Safar  <marek.safar@gmail.com>
108         * Makefile: Hardcoded 3.5 define for now.
110 2007-08-13  Federico Di Gregorio <fog@initd.org>
112         * Added Test/ directory, modified Makefile to build and execute them.
114         * Changed a couple of Expression methods to raise exceptions identicals to
115         MS ones.
117         * Added tests for AddExpression and ConstantExpression.
119         * Implemented somme missing stuff in BinaryExpression.
121         * The stuff in ExpressionUtils is very generic and does quite some
122         redundant checks: I started splitting the stuff there into more
123         "specific" methods that should be both understandable and fast.
125         * Fixed the StringBuilder problem, added unique IDs to all tests,
126         used Assert.IsNull where appropriate and fixed one more Expression
127         method (AndAlso). Hope this is good enough for commit.
129 2007-07-12  Marek Safar  <marek.safar@gmail.com>
131         * System.Core.dll.sources: A few Beta 2 updates.
133 2007-07-11  Jb Evain  <jbevain@novell.com>
135         * Makefile: work on the 2.1 profile.
137 2007-05-11  Stephane Delcroix  <stephane@delcroix.org>
139         * System/DateTimeOffset.cs:
140         * System/InvalidTimeZoneException.cs:
141         * System/TimeZoneInfo.AdjustmentRules.cs:
142         * System/TimeZoneInfo.cs:
143         * System/TimeZoneInfo.TransitionTime.cs
144         * System/TimeZoneNotFoundException.cs: new TimeZoneInfo class
146         * System.Core.dll.sources: Added the above files
148         * Makefile: compile with -d:LIBC so TimeZoneInfo will look for libc
149         defined timezones
151 2007-03-29  Miguel de Icaza  <miguel@novell.com>
153         * Reapply the patch from Antonello, and rework the code to not use
154         extension methods on Enumerable.
156 2007-02-04  Marek Safar  <marek.safar@gmail.com>
158         * System.Core.dll.sources: Added common constants.
160         * Makefile: An assembly is 2.0 only.
162 2007-02-03  Atsushi Enomoto  <atsushi@ximian.com>
164         * System.Core.dll.sources : added LambdaExpression.cs.
166 2006-11-01  Alejandro Serrano "Serras"  <trupill@yahoo.es>
168     * Add IOrderedSequence, IQueryable
169     * Change Sequence.Join and Sequence.GroupJoin to use Lookup<K, T>
170       as stated on the Standard Query Operators paper
172 2006-06-05  Alejandro Serrano "Serras"  <trupill@yahoo.es>
174     * Updates as of LINQ May 2006 release
176 2006-01-31  Alejandro Serrano "Serras"  <trupill@yahoo.es>
178     * Fix bug in SkipWhile<T>, where the first element was never yielded
180 2006-01-30  Alejandro Serrano "Serras"  <trupill@yahoo.es>
182     * Initial commit