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