2008-05-26 Stephane Delcroix <sdelcroix@novell.com>
[mono.git] / mcs / class / System.Core / System / ChangeLog
1 2008-05-26  Stephane Delcroix  <sdelcroix@novell.com>
2
3         * TimezoneInfo.cs: nullity check in HasSameRules (). Fixes bnc #391011
4
5 2008-04-13  Jb Evain  <jbevain@novell.com>
6
7         * Func.cs: remove old ugly 2.1 hack.
8         Merged from the Moonlight 2 branch.
9
10 2008-03-30  Jb Evain  <jbevain@novell.com>
11
12         * TimeZoneInfo.cs: use generic collections instead of untyped
13         collections.
14
15 2008-02-01  Jb Evain  <jbevain@novell.com>
16
17         * Funcs.cs: gross hack for SL 1.1a.
18         I hate myself, I hate myself.
19
20 2008-01-24  Stephane Delcroix  <sdelcroix@novell.com>
21
22         * TimeZoneInfo.TransitionTime.cs: check for a whole number of
23         milliseconds instead of a whole number of seconds.
24
25 2008-01-21  Sebastien Pouliot  <sebastien@ximian.com>
26
27         * TimeZoneInfo.TransitionTime.cs: Avoid NRE on bad cast if null is
28         provided to Equals(object). Found with Gendarme.
29
30 2008-01-08  Stephane Delcroix  <sdelcroix@novell.com>
31
32         * TimeZoneInfo.TransitionTime.cs: fully qualify System.DayOfWeek in 
33         casting operation.
34
35 2007-12-20  Stephane Delcroix  <sdelcroix@novell.com>
36
37         * TimeZoneInfo.cs: adapting length check to parse TZif2 files
38         introduced by glibc 2.6.x.