ChangeLog 992 B

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