ChangeLog 750 B

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