- 02 Mar, 2011 1 commit
-
-
Hans Leidekker authored
-
- 21 Dec, 2010 1 commit
-
-
Greg Geldorp authored
-
- 20 Dec, 2010 1 commit
-
-
Greg Geldorp authored
kernel32/tests: Add tests to verify USERPROFILE and environment variables from registry are present and correct.
-
- 23 Aug, 2010 1 commit
-
-
Alexandre Goujon authored
-
- 15 Dec, 2009 1 commit
-
-
Paul Vriens authored
-
- 24 Feb, 2009 1 commit
-
-
Francois Gouget authored
-
- 16 Feb, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 13 Feb, 2009 1 commit
-
-
Juan Lang authored
-
- 03 Sep, 2008 1 commit
-
-
James Hawkins authored
-
- 29 Aug, 2008 1 commit
-
-
James Hawkins authored
-
- 17 Apr, 2008 3 commits
-
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
- 11 Apr, 2008 1 commit
-
-
James Hawkins authored
-
- 24 Jan, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 23 Jan, 2008 1 commit
-
-
Francois Gouget authored
-
- 15 Jan, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 11 Jan, 2008 2 commits
-
-
Francois Gouget authored
kernel32/tests: Despite the MSDN claims, GetComputerName() does not return the required buffer size... except on Vista. So update the tests accordingly.
-
Francois Gouget authored
Document the observed ExpandEnvironmentStrings() behavior.
-
- 25 Jun, 2007 1 commit
-
-
Paul Vriens authored
-
- 25 May, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 25 Apr, 2007 1 commit
-
-
Paul Vriens authored
-
- 21 Mar, 2007 1 commit
-
-
Paul Vriens authored
-
- 16 Mar, 2007 1 commit
-
-
Rob Shearman authored
-
- 09 Mar, 2007 1 commit
-
-
Alasdair Sinclair authored
-
- 16 Feb, 2007 1 commit
-
-
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.
-
- 10 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 12 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
Also get rid of the kernel/messages subdirectory.
-
- 21 Aug, 2006 1 commit
-
-
Robert Reif authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 20 Jun, 2005 1 commit
-
-
Stefan Huehner authored
-
- 22 Mar, 2005 1 commit
-
-
Jakob Eriksson authored
-
- 15 Mar, 2005 1 commit
-
-
Jakob Eriksson authored
-
- 10 Mar, 2005 1 commit
-
-
Uwe Bonnes authored
-
- 23 Jan, 2004 1 commit
-
-
Francois Gouget authored
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 18 Jun, 2003 1 commit
-
-
Eric Pouech authored
- added some console related tests to process creation - added a few more test cases to the ntdll environment tests
-
- 18 Dec, 2002 1 commit
-
-
Francois Gouget authored
warnings.
-
- 30 Nov, 2002 1 commit
-
-
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.
-
- 23 Sep, 2002 1 commit
-
-
Patrik Stridvall authored
parser.
-