userenv: Add a stub for GetDefaultUserProfileDirectoryA/W.
[wine] / dlls / userenv / tests /
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-27  Juan Languserenv: Implement GetProfilesDirectory.
2010-08-27  Juan Languserenv/tests: Add tests for GetProfilesDirectory.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-03  Lei Zhanguserenv: Add a small test for DestroyEnvironmentBlock.
2010-01-04  Andrew Nguyenwine.inf: Add CommonProgramFiles system environment...
2009-12-07  Hans Leidekkeruserenv/tests: Fix some memory leaks.
2009-08-19  Alexandre Julliarduserenv/tests: Don't depend on the Ascii length to...
2009-08-19  Alexandre Julliarduserenv/tests: Don't use string debugging functions...
2009-05-19  Francois Gougetuserenv/tests: Replace realloc() with HeapReAlloc().
2009-01-25  Alexandre Julliarduserenv/tests: Don't check for TEMP and TMP variables...
2008-12-12  Francois Gougetuserenv/tests: Make userenv_dbgstr_w() static.
2008-10-22  Paul Vriensuserenv/tests: Skip a few tests on NT4.
2008-10-22  Paul Vriensuserenv/tests: Rewrite the test to cope with multiple...
2008-09-22  Paul Vriensuserenv/tests: Don't crash on NT4.
2008-06-04  Dan Kegeluserenv/tests: Fix buffer overrun.
2008-05-06  Alexandre Julliardkernel32: Set the USERPROFILE and ALLUSERSPROFILE envir...
2008-05-01  Lei Zhanguserenv: Add a test for variable inheritance for Create...
2008-05-01  Lei Zhanguserenv: Add more tests for environment variables for...
2008-05-01  Lei Zhanguserenv: Add tests for environment variables for Create...
2008-04-30  Lei Zhanguserenv: Initial implementation of CreateEnvironmentBlock.
2008-04-30  Lei Zhanguserenv: Add initial tests for CreateEnvironmentBlock.