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