2007-05-11 Stephane Delcroix <stephane@delcroix.org>
[mono.git] / mcs / class / System.Core / ChangeLog
1 2007-05-11  Stephane Delcroix  <stephane@delcroix.org>
2
3         * System/DateTimeOffset.cs:
4         * System/InvalidTimeZoneException.cs:
5         * System/TimeZoneInfo.AdjustmentRules.cs:
6         * System/TimeZoneInfo.cs:
7         * System/TimeZoneInfo.TransitionTime.cs
8         * System/TimeZoneNotFoundException.cs: new TimeZoneInfo class
9
10         * System.Core.dll.sources: Added the above files
11
12         * Makefile: compile with -d:LIBC so TimeZoneInfo will look for libc
13         defined timezones
14
15 2007-03-29  Miguel de Icaza  <miguel@novell.com>
16
17         * Reapply the patch from Antonello, and rework the code to not use
18         extension methods on Enumerable. 
19
20 2007-02-04  Marek Safar  <marek.safar@gmail.com>
21
22         * System.Core.dll.sources: Added common constants.
23
24         * Makefile: An assembly is 2.0 only.
25
26 2007-02-03  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * System.Core.dll.sources : added LambdaExpression.cs.
29
30 2006-11-01  Alejandro Serrano "Serras"  <trupill@yahoo.es>
31
32     * Add IOrderedSequence, IQueryable
33     * Change Sequence.Join and Sequence.GroupJoin to use Lookup<K, T>
34       as stated on the Standard Query Operators paper
35
36 2006-06-05  Alejandro Serrano "Serras"  <trupill@yahoo.es>
37
38     * Updates as of LINQ May 2006 release
39
40 2006-01-31  Alejandro Serrano "Serras"  <trupill@yahoo.es>
41
42     * Fix bug in SkipWhile<T>, where the first element was never yielded
43
44 2006-01-30  Alejandro Serrano "Serras"  <trupill@yahoo.es>
45
46     * Initial commit