ChangeLog 872 B

1234567891011121314151617181920212223242526272829
  1. 2008-03-30 Jb Evain <[email protected]>
  2. * TimeZoneInfo.cs: use generic collections instead of untyped
  3. collections.
  4. 2008-02-01 Jb Evain <[email protected]>
  5. * Funcs.cs: gross hack for SL 1.1a.
  6. I hate myself, I hate myself.
  7. 2008-01-24 Stephane Delcroix <[email protected]>
  8. * TimeZoneInfo.TransitionTime.cs: check for a whole number of
  9. milliseconds instead of a whole number of seconds.
  10. 2008-01-21 Sebastien Pouliot <[email protected]>
  11. * TimeZoneInfo.TransitionTime.cs: Avoid NRE on bad cast if null is
  12. provided to Equals(object). Found with Gendarme.
  13. 2008-01-08 Stephane Delcroix <[email protected]>
  14. * TimeZoneInfo.TransitionTime.cs: fully qualify System.DayOfWeek in
  15. casting operation.
  16. 2007-12-20 Stephane Delcroix <[email protected]>
  17. * TimeZoneInfo.cs: adapting length check to parse TZif2 files
  18. introduced by glibc 2.6.x.