2008-05-01 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mcs / class / System.Core / ChangeLog
1 2008-05-01  Jb Evain  <jbevain@novell.com>
2
3         * System.Core-2008.csproj, System.Core.dll.sources: add new files.
4
5 2008-03-27  Leonid Freydovich  <leonidf@mainsoft.com>
6
7         * Add some TARGET_JVM specific code
8
9 2008-01-09  Jb Evain  <jbevain@novell.com>
10
11         * Makefile: remove -langversion:linq which is
12         default now.
13
14 2007-12-04  Marek Safar  <marek.safar@gmail.com>
15
16         * System.Core.dll.sources: System.Linq.Expression refresh.
17
18 2007-08-20  Marek Safar  <marek.safar@gmail.com>
19
20         * Makefile: Hardcoded 3.5 define for now.
21
22 2007-08-13  Federico Di Gregorio <fog@initd.org>
23
24         * Added Test/ directory, modified Makefile to build and execute them.
25
26         * Changed a couple of Expression methods to raise exceptions identicals to
27         MS ones.
28
29         * Added tests for AddExpression and ConstantExpression.
30
31         * Implemented somme missing stuff in BinaryExpression.
32
33         * The stuff in ExpressionUtils is very generic and does quite some
34         redundant checks: I started splitting the stuff there into more
35         "specific" methods that should be both understandable and fast.
36
37         * Fixed the StringBuilder problem, added unique IDs to all tests,
38         used Assert.IsNull where appropriate and fixed one more Expression
39         method (AndAlso). Hope this is good enough for commit.
40
41 2007-07-12  Marek Safar  <marek.safar@gmail.com>
42
43         * System.Core.dll.sources: A few Beta 2 updates.
44
45 2007-07-11  Jb Evain  <jbevain@novell.com>
46
47         * Makefile: work on the 2.1 profile.
48
49 2007-05-11  Stephane Delcroix  <stephane@delcroix.org>
50
51         * System/DateTimeOffset.cs:
52         * System/InvalidTimeZoneException.cs:
53         * System/TimeZoneInfo.AdjustmentRules.cs:
54         * System/TimeZoneInfo.cs:
55         * System/TimeZoneInfo.TransitionTime.cs
56         * System/TimeZoneNotFoundException.cs: new TimeZoneInfo class
57
58         * System.Core.dll.sources: Added the above files
59
60         * Makefile: compile with -d:LIBC so TimeZoneInfo will look for libc
61         defined timezones
62
63 2007-03-29  Miguel de Icaza  <miguel@novell.com>
64
65         * Reapply the patch from Antonello, and rework the code to not use
66         extension methods on Enumerable.
67
68 2007-02-04  Marek Safar  <marek.safar@gmail.com>
69
70         * System.Core.dll.sources: Added common constants.
71
72         * Makefile: An assembly is 2.0 only.
73
74 2007-02-03  Atsushi Enomoto  <atsushi@ximian.com>
75
76         * System.Core.dll.sources : added LambdaExpression.cs.
77
78 2006-11-01  Alejandro Serrano "Serras"  <trupill@yahoo.es>
79
80     * Add IOrderedSequence, IQueryable
81     * Change Sequence.Join and Sequence.GroupJoin to use Lookup<K, T>
82       as stated on the Standard Query Operators paper
83
84 2006-06-05  Alejandro Serrano "Serras"  <trupill@yahoo.es>
85
86     * Updates as of LINQ May 2006 release
87
88 2006-01-31  Alejandro Serrano "Serras"  <trupill@yahoo.es>
89
90     * Fix bug in SkipWhile<T>, where the first element was never yielded
91
92 2006-01-30  Alejandro Serrano "Serras"  <trupill@yahoo.es>
93
94     * Initial commit