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