| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- 2010-03-30 Sebastien Pouliot <[email protected]>
- * InvalidTimeZoneException.cs
- * TimeZoneInfo.AdjustmentRule.cs
- * TimeZoneInfo.cs
- * TimeZoneInfo.TransitionTime.cs
- * TimeZoneNotFoundException.cs:
- Fix Moonlight since these types now reside in mscorlib
- for NET_4_0 and also for SL4
- 2010-03-30 Jb Evain <[email protected]>
- * TimeZoneInfo.AdjustmentRule.cs
- * TimeZoneInfo.TransitionTime.cs:
- Add TypeForwarderFrom attributes.
- 2010-01-04 Jb Evain <[email protected]>
- * TimeZoneInfo.AdjustmentRule.cs, TimeZoneInfo.TransitionTime.cs:
- Do not include in both mscorlib and System.Core for a NET_2_1 profile.
- 2009-07-16 Sebastien Pouliot <[email protected]>
- * InvalidTimeZoneException.cs, TimeZoneInfo.AdjustmentRule.cs,
- TimeZoneInfo.cs, TimeZoneInfo.TransitionTime.cs: Bring back those
- inside NET_2_1 profile for Moonlight.
- 2009-06-10 Marek Safar <[email protected]>
- * TimeZoneInfo.AdjustmentRule.cs, TimeZoneInfo.TransitionTime.cs,
- Funcs.cs, InvalidTimeZoneException.cs, Actions.cs, TimeZoneInfo.cs,
- TimeZoneNotFoundException.cs: Updated to 4.0 changes.
- 2009-06-03 Marek Safar <[email protected]>
- * Func.cs: Add 4.0 forwarders.
- 2009-04-23 Sebastien Pouliot <[email protected]>
- * TimezoneInfo.cs: TimeZoneDirectory property should not be public
- 2008-10-31 Stephane Delcroix <[email protected]>
- * TimezoneInfo.cs: Drop overlapping rules, fix the 3 dst changes in
- Tunis in 1943
- 2008-10-31 Stephane Delcroix <[email protected]>
- * TimezoneInfo.cs: fix for Argentina
- 2008-10-31 Stephane Delcroix <[email protected]>
- * TimezoneInfo.cs: add indices for substrings.
- 2008-10-31 Stephane Delcroix <[email protected]>
- * TimezoneInfo.cs: double the buffer size, as some tz files grew up
- recently and failed to load.
- 2008-08-04 Jb Evain <[email protected]>
- * TimeZoneInfo.cs: avoid using a SortedDictionary when not needed.
- 2008-06-25 Jb Evain <[email protected]>
- * TimeZoneInfo.cs: remove the dependance to Mono.DataConverter
- which is only used to read big endian int32.
- 2008-05-26 Stephane Delcroix <[email protected]>
- * TimeZoneInfo.cs: workaround for weird transition dates, like for
- America/Phoenix. Fixes bnc #391093.
- 2008-05-26 Stephane Delcroix <[email protected]>
- * TimeZoneInfo.cs: nullity check in HasSameRules (). Fixes bnc #391011
- 2008-04-13 Jb Evain <[email protected]>
- * Func.cs: remove old ugly 2.1 hack.
- Merged from the Moonlight 2 branch.
- 2008-03-30 Jb Evain <[email protected]>
- * TimeZoneInfo.cs: use generic collections instead of untyped
- collections.
- 2008-02-01 Jb Evain <[email protected]>
- * Funcs.cs: gross hack for SL 1.1a.
- I hate myself, I hate myself.
- 2008-01-24 Stephane Delcroix <[email protected]>
- * TimeZoneInfo.TransitionTime.cs: check for a whole number of
- milliseconds instead of a whole number of seconds.
- 2008-01-21 Sebastien Pouliot <[email protected]>
- * TimeZoneInfo.TransitionTime.cs: Avoid NRE on bad cast if null is
- provided to Equals(object). Found with Gendarme.
- 2008-01-08 Stephane Delcroix <[email protected]>
- * TimeZoneInfo.TransitionTime.cs: fully qualify System.DayOfWeek in
- casting operation.
- 2007-12-20 Stephane Delcroix <[email protected]>
- * TimeZoneInfo.cs: adapting length check to parse TZif2 files
- introduced by glibc 2.6.x.
|