2010-07-25 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / System.Core / System / ChangeLog
1 2010-07-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
2
3         * TimeZoneInfo.cs: avoid nullref when there are no adjustment rules.
4         Fixes bug #619811.
5
6 2010-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
7
8         * Actions.cs: Add missing v4 type forwarding.
9
10 2010-06-21  Jb Evain  <jbevain@novell.com>
11
12         * TimeZoneInfo.cs: fix the moonlight and monotouch build.
13
14 2010-06-18  Vincent Povirk <madewokherd@gmail.com>  
15
16         * TimeZoneInfo.cs: Applied patch from Vincent Povirk that adds
17         support for reading time zone information on windows.
18
19         This patch makes TimeZoneInfo.GetSystemTimeZones and
20         FindSystemTimeZoneById work based on the registry on non-Unix
21         platforms, if the appropriate registry key exists. Mono currently
22         reads from /usr/share/zoneinfo, which doesn't exist on Windows.
23
24         This should fix bug 606084.
25
26         It won't fix the Local property on Windows. I think that requires
27         a Windows API call to get the id of the local timezone.
28
29         This was modified from the previous version to not check the
30         registry on Unix platforms. (Sorry it took me so long to do
31         this. I have very little time to spend on Mono-related work.)
32
33         This patch is licensed under the MIT X11 license.
34
35 2010-04-16  Sebastien Pouliot  <sebastien@ximian.com>
36
37         * Actions.cs: Forward Action() to mscorlib.dll and add the new
38         Action<...T16> delegates
39         * Funcs.cs: Add the new Func<...T16> delegates
40         * TimeZoneInfo.cs: Forward to mscorlib.dll
41
42 2010-03-30  Sebastien Pouliot  <sebastien@ximian.com>
43
44         * InvalidTimeZoneException.cs
45         * TimeZoneInfo.AdjustmentRule.cs
46         * TimeZoneInfo.cs
47         * TimeZoneInfo.TransitionTime.cs
48         * TimeZoneNotFoundException.cs:
49                 Fix Moonlight since these types now reside in mscorlib 
50                 for NET_4_0 and also for SL4
51
52 2010-03-30  Jb Evain  <jbevain@novell.com>
53
54         * TimeZoneInfo.AdjustmentRule.cs
55         * TimeZoneInfo.TransitionTime.cs:
56                 Add TypeForwarderFrom attributes.
57
58 2010-01-04  Jb Evain  <jbevain@novell.com>
59
60         * TimeZoneInfo.AdjustmentRule.cs, TimeZoneInfo.TransitionTime.cs:
61         Do not include in both mscorlib and System.Core for a NET_2_1 profile.
62
63 2009-07-16  Sebastien Pouliot  <sebastien@ximian.com>
64
65         * InvalidTimeZoneException.cs, TimeZoneInfo.AdjustmentRule.cs,
66         TimeZoneInfo.cs, TimeZoneInfo.TransitionTime.cs: Bring back those
67         inside NET_2_1 profile for Moonlight.
68
69 2009-06-10  Marek Safar  <marek.safar@gmail.com>
70
71         * TimeZoneInfo.AdjustmentRule.cs, TimeZoneInfo.TransitionTime.cs,
72         Funcs.cs, InvalidTimeZoneException.cs, Actions.cs, TimeZoneInfo.cs,
73         TimeZoneNotFoundException.cs: Updated to 4.0 changes.
74
75 2009-06-03  Marek Safar  <marek.safar@gmail.com>
76
77         * Func.cs: Add 4.0 forwarders.
78
79 2009-04-23  Sebastien Pouliot  <sebastien@ximian.com>
80
81         * TimezoneInfo.cs: TimeZoneDirectory property should not be public
82
83 2008-10-31  Stephane Delcroix  <sdelcroix@novell.com>
84
85         * TimezoneInfo.cs: Drop overlapping rules, fix the 3 dst changes in 
86         Tunis in 1943
87
88 2008-10-31  Stephane Delcroix  <sdelcroix@novell.com>
89
90         * TimezoneInfo.cs: fix for Argentina
91
92 2008-10-31  Stephane Delcroix  <sdelcroix@novell.com>
93
94         * TimezoneInfo.cs: add indices for substrings.
95
96 2008-10-31  Stephane Delcroix  <sdelcroix@novell.com>
97
98         * TimezoneInfo.cs: double the buffer size, as some tz files grew up
99         recently and failed to load.
100
101 2008-08-04  Jb Evain  <jbevain@novell.com>
102
103         * TimeZoneInfo.cs: avoid using a SortedDictionary when not needed.
104
105 2008-06-25  Jb Evain  <jbevain@novell.com>
106
107         * TimeZoneInfo.cs: remove the dependance to Mono.DataConverter
108         which is only used to read big endian int32.
109
110 2008-05-26  Stephane Delcroix  <sdelcroix@novell.com>
111
112         * TimeZoneInfo.cs: workaround for weird transition dates, like for 
113         America/Phoenix. Fixes bnc #391093.
114
115 2008-05-26  Stephane Delcroix  <sdelcroix@novell.com>
116
117         * TimeZoneInfo.cs: nullity check in HasSameRules (). Fixes bnc #391011
118
119 2008-04-13  Jb Evain  <jbevain@novell.com>
120
121         * Func.cs: remove old ugly 2.1 hack.
122         Merged from the Moonlight 2 branch.
123
124 2008-03-30  Jb Evain  <jbevain@novell.com>
125
126         * TimeZoneInfo.cs: use generic collections instead of untyped
127         collections.
128
129 2008-02-01  Jb Evain  <jbevain@novell.com>
130
131         * Funcs.cs: gross hack for SL 1.1a.
132         I hate myself, I hate myself.
133
134 2008-01-24  Stephane Delcroix  <sdelcroix@novell.com>
135
136         * TimeZoneInfo.TransitionTime.cs: check for a whole number of
137         milliseconds instead of a whole number of seconds.
138
139 2008-01-21  Sebastien Pouliot  <sebastien@ximian.com>
140
141         * TimeZoneInfo.TransitionTime.cs: Avoid NRE on bad cast if null is
142         provided to Equals(object). Found with Gendarme.
143
144 2008-01-08  Stephane Delcroix  <sdelcroix@novell.com>
145
146         * TimeZoneInfo.TransitionTime.cs: fully qualify System.DayOfWeek in 
147         casting operation.
148
149 2007-12-20  Stephane Delcroix  <sdelcroix@novell.com>
150
151         * TimeZoneInfo.cs: adapting length check to parse TZif2 files
152         introduced by glibc 2.6.x.