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