rename net_2_1 to moonlight
[mcs.git] / class / System.Core / ChangeLog
blobd093c0ce64630f261abc8c89aa6725bb2213419a
1 2010-03-16  Jb Evain  <jbevain@novell.com>
3         * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
5 2009-12-17  Marek Safar  <marek.safar@gmail.com>
7         * Makefile: Compile itself using bootstrap System.Core.
9 2009-09-23  Sebastien Pouliot  <sebastien@ximian.com>
11         * net_2_1_raw_System.Core.dll.sources: Remove some extra classes
12         from NET_2_1
14 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
16         * System.Core_test.dll.sources: Add MemoryMappedFileTest.cs.
18         * Makefile: Pass -unsafe to gmcs.
20 2009-08-29  Zoltan Varga  <vargaz@gmail.com>
22         * net_4_0_System.Core.dll.sources: Add System.IO.MemoryMappedFiles/*.cs
23         and Microsoft.Win32.SafeHandles/SafeMemoryMappedFileHandle.cs.
25 2009-08-27  Atsushi Enomoto  <atsushi@ximian.com>
27         * Makefile : add -r:Mono.Posix on required profiles.
29 2009-08-18  Atsushi Enomoto  <atsushi@ximian.com>
31         * net_2_1_raw_System.Core.dll.sources : now it should be created.
33 2009-08-18  Atsushi Enomoto  <atsushi@ximian.com>
35         * System.Core.dll.sources : added a couple of sys.io.pipes files.
37 2009-07-20  Jb Evain  <jbevain@novell.com>
39         * Makefile: filter the valid profile on the framework version,
40         to make it easier to have custom variants.
42 2009-07-02  Marek Safar  <marek.safar@gmail.com>
44         * net_4_0_System.Core.dll.sources: New file.
46 2009-06-04  Jb Evain  <jbevain@novell.com>
48         * Makefile: fix the 2.1 profile version.
50 2008-09-05  Marek Safar  <marek.safar@gmail.com>
52         * System.Core.dll.sources: Add System.Threading
54 2008-08-05  Sebastien Pouliot  <sebastien@ximian.com>
56         * System.Core.dll.sources: Add new files for crypto.
57         * System.Core_test.dll.sources: Add crypto unit tests.
59 2008-05-01  Jb Evain  <jbevain@novell.com>
61         * System.Core-2008.csproj, System.Core.dll.sources: add new files.
63 2008-03-27  Leonid Freydovich  <leonidf@mainsoft.com>
65         * Add some TARGET_JVM specific code
67 2008-01-09  Jb Evain  <jbevain@novell.com>
69         * Makefile: remove -langversion:linq which is
70         default now.
72 2007-12-04  Marek Safar  <marek.safar@gmail.com>
74         * System.Core.dll.sources: System.Linq.Expression refresh.
76 2007-08-20  Marek Safar  <marek.safar@gmail.com>
78         * Makefile: Hardcoded 3.5 define for now.
80 2007-08-13  Federico Di Gregorio <fog@initd.org>
82         * Added Test/ directory, modified Makefile to build and execute them.
84         * Changed a couple of Expression methods to raise exceptions identicals to
85         MS ones.
87         * Added tests for AddExpression and ConstantExpression.
89         * Implemented somme missing stuff in BinaryExpression.
91         * The stuff in ExpressionUtils is very generic and does quite some
92         redundant checks: I started splitting the stuff there into more
93         "specific" methods that should be both understandable and fast.
95         * Fixed the StringBuilder problem, added unique IDs to all tests,
96         used Assert.IsNull where appropriate and fixed one more Expression
97         method (AndAlso). Hope this is good enough for commit.
99 2007-07-12  Marek Safar  <marek.safar@gmail.com>
101         * System.Core.dll.sources: A few Beta 2 updates.
103 2007-07-11  Jb Evain  <jbevain@novell.com>
105         * Makefile: work on the 2.1 profile.
107 2007-05-11  Stephane Delcroix  <stephane@delcroix.org>
109         * System/DateTimeOffset.cs:
110         * System/InvalidTimeZoneException.cs:
111         * System/TimeZoneInfo.AdjustmentRules.cs:
112         * System/TimeZoneInfo.cs:
113         * System/TimeZoneInfo.TransitionTime.cs
114         * System/TimeZoneNotFoundException.cs: new TimeZoneInfo class
116         * System.Core.dll.sources: Added the above files
118         * Makefile: compile with -d:LIBC so TimeZoneInfo will look for libc
119         defined timezones
121 2007-03-29  Miguel de Icaza  <miguel@novell.com>
123         * Reapply the patch from Antonello, and rework the code to not use
124         extension methods on Enumerable.
126 2007-02-04  Marek Safar  <marek.safar@gmail.com>
128         * System.Core.dll.sources: Added common constants.
130         * Makefile: An assembly is 2.0 only.
132 2007-02-03  Atsushi Enomoto  <atsushi@ximian.com>
134         * System.Core.dll.sources : added LambdaExpression.cs.
136 2006-11-01  Alejandro Serrano "Serras"  <trupill@yahoo.es>
138     * Add IOrderedSequence, IQueryable
139     * Change Sequence.Join and Sequence.GroupJoin to use Lookup<K, T>
140       as stated on the Standard Query Operators paper
142 2006-06-05  Alejandro Serrano "Serras"  <trupill@yahoo.es>
144     * Updates as of LINQ May 2006 release
146 2006-01-31  Alejandro Serrano "Serras"  <trupill@yahoo.es>
148     * Fix bug in SkipWhile<T>, where the first element was never yielded
150 2006-01-30  Alejandro Serrano "Serras"  <trupill@yahoo.es>
152     * Initial commit