1. 05 Mar, 2005 1 commit
  2. 04 Mar, 2005 1 commit
  3. 02 Mar, 2005 1 commit
  4. 25 Feb, 2005 2 commits
  5. 18 Feb, 2005 1 commit
  6. 14 Feb, 2005 2 commits
  7. 10 Feb, 2005 1 commit
  8. 28 Jan, 2005 1 commit
  9. 10 Jan, 2005 1 commit
  10. 04 Jan, 2005 2 commits
  11. 03 Jan, 2005 1 commit
  12. 27 Dec, 2004 1 commit
  13. 23 Dec, 2004 1 commit
  14. 14 Dec, 2004 4 commits
  15. 13 Dec, 2004 1 commit
  16. 10 Dec, 2004 1 commit
  17. 09 Dec, 2004 2 commits
  18. 07 Dec, 2004 1 commit
  19. 06 Dec, 2004 2 commits
  20. 02 Dec, 2004 1 commit
  21. 30 Nov, 2004 1 commit
  22. 28 Nov, 2004 1 commit
  23. 21 Nov, 2004 1 commit
  24. 08 Nov, 2004 2 commits
  25. 06 Nov, 2004 1 commit
    • 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
  26. 04 Nov, 2004 1 commit
  27. 03 Nov, 2004 1 commit
  28. 27 Oct, 2004 1 commit
  29. 25 Oct, 2004 1 commit
  30. 21 Oct, 2004 1 commit
  31. 19 Oct, 2004 1 commit
    • Alexandre Julliard's avatar
      Output the virtual tables for the exception classes using assembly so · 5d5f5230
      Alexandre Julliard authored
      that they can have the correct layout, and get rid of the
      corresponding hacks in RTTI_GetObjectLocator.
      Build more of the code on non-i386 platforms too.
      Protect __RTDynamicCast and friends with exception handlers.
      Fix handling of the vtable pointer so that we don't need to declare
      all object pointers as type_info.
      5d5f5230