kernel32/tests: Correctly skip when GetTempPathW is not available.
[wine] / dlls / kernel32 / tests / profile.c
2009-05-07  Dmitry Kislyukkernel32/tests: Show that NULLs need to be preserved...
2009-04-20  Dmitry Kislyukkernel32: Added GetPrivateProfileSection and GetPrivate...
2009-04-02  Paul Vrienskernel32: Fix creation of empty sections in ini files.
2009-03-30  Paul Vrienskernel32/tests: Fix some test failures on Win9x and...
2009-03-27  Paul Vrienskernel32/tests: Fix some test failures on NT4 and below.
2009-03-26  Paul Vrienskernel32/tests: Fix crash on NT4 and higher.
2009-03-24  James Hawkinskernel32: Don't try to load an empty initialization...
2009-03-24  James Hawkinskernel32: Handle writing empty sections and keys in...
2009-03-24  James Hawkinskernel32: Set last error to ERROR_FILE_NOT_FOUND if...
2009-03-24  James Hawkinskernel32: Add tests for WritePrivateProfileString.
2009-02-02  Paul Vrienskernel32/tests: Fix remaining failures on Win9x and...
2009-02-02  Paul Vrienskernel32/tests: Fix some test failures on Win9x and...
2009-02-02  Paul Vrienskernel32/tests: Fix some tests on Win9x and WinME ...
2009-02-02  Paul Vrienskernel32/tests: Fill the buffer and check for double...
2009-01-30  Paul Vrienskernel32/tests: Fix some test failures on Win9x and...
2009-01-30  Paul Vrienskernel32/tests: Skip some tests on Win9x and WinME.
2009-01-29  Paul Vrienskernel32/tests: Fix some test failures on Win9x and...
2009-01-29  Paul Vrienskernel32/tests: Fix some test failures on Win9x and...
2009-01-29  Paul Vrienskernel32/tests: Fix some test failures on several platf...
2009-01-28  Paul Vrienskernel32/tests: Don't crash when run as a normal user.
2009-01-28  Paul Vrienskernel32/tests: Fill the buffer to show a bug in Wine.
2009-01-28  Alasdair Sinclairkernel32/tests: Fix missing void in empty parameter...
2008-11-10  Alexandre Julliardkernel32/tests: Fix some profile test failures on NT4.
2008-09-23  Erik Inge Bolsøkernel32: Fix PROFILE_Load to handle mac line endings.
2008-09-11  Dmitry Timoshkovkernel32: Use a kernel error code.
2008-08-20  Michael Karcherkernel32: Fix profile cache logic and don't cache new...
2008-08-19  Michael Karcherkernel32/tests: Fix profile crash on NT and up.
2008-08-18  Michael Karcherkernel32: Fix profile sharing mode.
2008-08-04  Francois GougetAssorted spelling fixes.
2008-07-28  Detlef Riekenbergkernel32/tests: Fix a crash on win9x (lpDefault is...
2008-07-17  James Hawkinskernel32: Return the default value if lpKeyName is...
2008-07-17  James Hawkinskernel32: Fix removing trailing spaces from lpDefault...
2008-07-17  James Hawkinskernel32: Add tests for GetPrivateProfileString.
2008-05-22  Alexandre Julliardkernel32: Don't require write access on profile file...
2008-05-21  Alexandre Julliardkernel32: Add some test cases for profile file sharing...
2007-07-09  Paul Vrienskernel32/tests: Add a forgotten if statement.
2007-07-05  Paul Vrienskernel32/tests 2/2: Use skip for not implemented function.
2007-07-05  Paul Vrienskernel32/tests: Don't crash on win98.
2007-04-03  Francois GougetAssorted spelling and English fixes.
2007-03-28  Paul Vrienskernel32/profile: Some parameter tests for GetPrivatePr...
2007-03-28  Paul Vrienskernel32/profile: Move GetPrivateProfileSectionA to...
2007-03-28  Paul Vrienskernel32/profile: Rename a test.
2007-03-14  Huw Davieskernel32: Fix GetPrivateProfileSectionNamesA when the...
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.