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