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