New tests.
[mono.git] / mcs / class / System.Core / System / ChangeLog
1 2009-06-10  Marek Safar  <marek.safar@gmail.com>
2
3         * TimeZoneInfo.AdjustmentRule.cs, TimeZoneInfo.TransitionTime.cs,
4         Funcs.cs, InvalidTimeZoneException.cs, Actions.cs, TimeZoneInfo.cs,
5         TimeZoneNotFoundException.cs: Updated to 4.0 changes.
6
7 2009-06-03  Marek Safar  <marek.safar@gmail.com>
8
9         * Func.cs: Add 4.0 forwarders.
10
11 2009-04-23  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * TimezoneInfo.cs: TimeZoneDirectory property should not be public
14
15 2008-10-31  Stephane Delcroix  <sdelcroix@novell.com>
16
17         * TimezoneInfo.cs: Drop overlapping rules, fix the 3 dst changes in 
18         Tunis in 1943
19
20 2008-10-31  Stephane Delcroix  <sdelcroix@novell.com>
21
22         * TimezoneInfo.cs: fix for Argentina
23
24 2008-10-31  Stephane Delcroix  <sdelcroix@novell.com>
25
26         * TimezoneInfo.cs: add indices for substrings.
27
28 2008-10-31  Stephane Delcroix  <sdelcroix@novell.com>
29
30         * TimezoneInfo.cs: double the buffer size, as some tz files grew up
31         recently and failed to load.
32
33 2008-08-04  Jb Evain  <jbevain@novell.com>
34
35         * TimeZoneInfo.cs: avoid using a SortedDictionary when not needed.
36
37 2008-06-25  Jb Evain  <jbevain@novell.com>
38
39         * TimeZoneInfo.cs: remove the dependance to Mono.DataConverter
40         which is only used to read big endian int32.
41
42 2008-05-26  Stephane Delcroix  <sdelcroix@novell.com>
43
44         * TimeZoneInfo.cs: workaround for weird transition dates, like for 
45         America/Phoenix. Fixes bnc #391093.
46
47 2008-05-26  Stephane Delcroix  <sdelcroix@novell.com>
48
49         * TimeZoneInfo.cs: nullity check in HasSameRules (). Fixes bnc #391011
50
51 2008-04-13  Jb Evain  <jbevain@novell.com>
52
53         * Func.cs: remove old ugly 2.1 hack.
54         Merged from the Moonlight 2 branch.
55
56 2008-03-30  Jb Evain  <jbevain@novell.com>
57
58         * TimeZoneInfo.cs: use generic collections instead of untyped
59         collections.
60
61 2008-02-01  Jb Evain  <jbevain@novell.com>
62
63         * Funcs.cs: gross hack for SL 1.1a.
64         I hate myself, I hate myself.
65
66 2008-01-24  Stephane Delcroix  <sdelcroix@novell.com>
67
68         * TimeZoneInfo.TransitionTime.cs: check for a whole number of
69         milliseconds instead of a whole number of seconds.
70
71 2008-01-21  Sebastien Pouliot  <sebastien@ximian.com>
72
73         * TimeZoneInfo.TransitionTime.cs: Avoid NRE on bad cast if null is
74         provided to Equals(object). Found with Gendarme.
75
76 2008-01-08  Stephane Delcroix  <sdelcroix@novell.com>
77
78         * TimeZoneInfo.TransitionTime.cs: fully qualify System.DayOfWeek in 
79         casting operation.
80
81 2007-12-20  Stephane Delcroix  <sdelcroix@novell.com>
82
83         * TimeZoneInfo.cs: adapting length check to parse TZif2 files
84         introduced by glibc 2.6.x.