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