1. 12 Nov, 2005 1 commit
  2. 10 Nov, 2005 1 commit
  3. 26 Oct, 2005 1 commit
  4. 31 May, 2005 1 commit
  5. 16 Mar, 2005 1 commit
  6. 10 Feb, 2005 1 commit
  7. 02 Jun, 2004 1 commit
  8. 14 May, 2004 1 commit
  9. 27 Apr, 2004 1 commit
  10. 06 Feb, 2004 1 commit
  11. 15 Jan, 2004 2 commits
  12. 18 Nov, 2003 1 commit
  13. 05 Sep, 2003 1 commit
  14. 18 Jun, 2003 1 commit
  15. 13 May, 2003 3 commits
  16. 14 Jan, 2003 1 commit
  17. 18 Dec, 2002 2 commits
  18. 11 Dec, 2002 1 commit
    • Francois Gouget's avatar
      '"' is an illegal character on Win9x so we cannot test it. · d705b7c0
      Francois Gouget authored
      GetShortPathNameA behaves differently on Win9x and NT: on NT it
      succeeds even if not all path components exist, as long as they are
      already in the 8.3 format.
      Wine apparently implements the NT behavior thus many todo_wine went
      away.
      Fixed some error code checks to take into account all possible return
      values.
      GetTempFileNameA appears to only use the lower 16bits of the id on
      Win95 (and never returns more than 16 bits on other platforms).
      GetLongPathNameA is missing on some Windows versions.
      Modified the GetTempPath tests to make sure they return the expected
      value. Removed the redundant tests (e.g. if buf[0]==0 then buf!="foo",
      no need to test both).
      The 'len_with_null - 1' case is not testable as the Windows behavior
      varies too much between versions.
      We cannot check whether Windows touches the buffer either as this
      heavily depends on the Windows version and specific circumstances of
      the call.
      Finally NT4 sometimes exaggerates the required buffer size.
      d705b7c0
  19. 06 Sep, 2002 1 commit
  20. 28 Aug, 2002 1 commit
  21. 27 Aug, 2002 1 commit
  22. 16 Jul, 2002 1 commit
  23. 05 Jul, 2002 1 commit
  24. 22 Jun, 2002 1 commit
  25. 31 May, 2002 1 commit
  26. 06 May, 2002 1 commit
  27. 25 Apr, 2002 1 commit
  28. 11 Apr, 2002 1 commit