1. 02 Mar, 2011 1 commit
  2. 21 Dec, 2010 1 commit
  3. 20 Dec, 2010 1 commit
  4. 23 Aug, 2010 1 commit
  5. 15 Dec, 2009 1 commit
  6. 24 Feb, 2009 1 commit
  7. 16 Feb, 2009 1 commit
  8. 13 Feb, 2009 1 commit
  9. 03 Sep, 2008 1 commit
  10. 29 Aug, 2008 1 commit
  11. 17 Apr, 2008 3 commits
  12. 11 Apr, 2008 1 commit
  13. 24 Jan, 2008 1 commit
  14. 23 Jan, 2008 1 commit
  15. 15 Jan, 2008 1 commit
  16. 11 Jan, 2008 2 commits
  17. 25 Jun, 2007 1 commit
  18. 25 May, 2007 1 commit
  19. 25 Apr, 2007 1 commit
  20. 21 Mar, 2007 1 commit
  21. 16 Mar, 2007 1 commit
  22. 09 Mar, 2007 1 commit
  23. 16 Feb, 2007 1 commit
    • Rob Shearman's avatar
      kernel32: Fix the GetComputerName* functions to not write to the buffer at all… · fc5b795f
      Rob Shearman authored
      kernel32: Fix the GetComputerName* functions to not write to the buffer at all if there is not enough space.
      
      Add tests for the GetComputerName* functions that show this issue.
      
      Fix an off-by-one error in setting the size when there is not enough space.
      
      Remove the exception handlers for GetComputerNameW,
      GetComputerNameExA/W, since testing on XP SP2 shows that access
      violations are not caught and these are not present on Win9x, which
      does have an exception handler.
      fc5b795f
  24. 10 Oct, 2006 1 commit
  25. 12 Sep, 2006 1 commit
  26. 21 Aug, 2006 1 commit
  27. 23 May, 2006 1 commit
  28. 20 Jun, 2005 1 commit
  29. 22 Mar, 2005 1 commit
  30. 15 Mar, 2005 1 commit
  31. 10 Mar, 2005 1 commit
  32. 23 Jan, 2004 1 commit
  33. 05 Sep, 2003 1 commit
  34. 18 Jun, 2003 1 commit
  35. 18 Dec, 2002 1 commit
  36. 30 Nov, 2002 1 commit
    • Francois Gouget's avatar
      SetEnvironmentVariableA(NULL, NULL) crashes on Win98 -> removed. · 3475b9ed
      Francois Gouget authored
      SetEnvironmentVariableA("", value) crashes on NT4 -> removed.
      The behavior of SetEnvironmentVariableA("", "") varies to much ->
      removed.
      Test the behavior of SetEnvironmentVariable{A,W}(name, "") taking into
      account the differences between Win9x and NT.
      Test the behavior of GetEnvironmentVariable{A,W}(name, buf, 0).
      Fix the error code checks to take into account the differences between
      Win9x, NT4 and XP.
      Skip the unicode tests if the first call returns
      ERROR_CALL_NOT_IMPLEMENTED.
      Whenever a test fails, print sufficient information (typically return
      code and GetLastError()!) to let the developer figure out what is
      wrong.
      3475b9ed
  37. 23 Sep, 2002 1 commit