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