1. 19 Nov, 2004 9 commits
  2. 10 Nov, 2004 5 commits
  3. 09 Nov, 2004 10 commits
  4. 08 Nov, 2004 14 commits
  5. 06 Nov, 2004 2 commits
    • Alexandre Julliard's avatar
      fac7a5ab
    • Rein Klazes's avatar
      - RtlTimeFieldsToTime should not normalize the time fields · dceae02d
      Rein Klazes authored
        structure. Instead return error when it is given an unormalized
        date.
      - Use better algorithms for RtlTimeToTimeFields and
        RtlTimeFieldsToTime. RtlTimeToTimeFields is about 3 times faster.
      - Add tests for RtlTimeFieldsToTime.
      - SystemTimeToFileTime must fail if RtlTimeFieldsToTime fails. Users
        of SystemTimeToFileTime must do likewise.
      - Remove a todo_wine from SystemTimeToFileTime tests.
      - Since msvcrt.mktime must accept unnormalized dates, it cannot use
        SystemTimeToFileTime and do the calculations itself.
      - Add some tests for mktime accepting unnormalized dates.
      dceae02d