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