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