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