kernel32: Test LdrShutdownProcess behaviour only after NtTerminateProcess(0) call.
[wine] / dlls / kernel32 / profile.c
2012-11-22  Andrew Talbotkernel32: Remove unused variables.
2012-03-28  Bruno Jesuskernel32: Avoid ini cache if file does not exist anymore.
2011-10-24  Marcus Meissnerkernel32: Avoid shadowing parameter "len".
2011-03-30  Francois Gougetkernel32: Only get the Windows directory if PROFILE_Ope...
2010-01-04  Marcus Meissnerkernel32: Check if buffer is NULL before derefencing...
2009-11-29  Rob Shearmankernel32: Fix uninitialised memory read in GetPrivatePr...
2009-10-08  Alexandre Julliardkernel32: Reimplement GetPrivateProfileString16 on...
2009-10-08  Alexandre Julliardkernel32: Fix handling of overflows in GetPrivateProfil...
2009-04-02  Paul Vrienskernel32: Fix creation of empty sections in ini files.
2009-03-25  Alexandre Julliardkernel32: Revert incorrect part of commit 7c3529f1cc6a3...
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-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2009-02-18  Michael Karcherkernel32: Free profile before reloading.
2009-01-28  Austin Englishkernel32: Add a stub for OpenProfileUserMapping.
2008-11-26  Maarten Lankhorstkernel32: Fix 64-bits error in profile.
2008-10-15  Andrew Talbotkernel32: Sign-compare warnings fix.
2008-09-23  Erik Inge Bolsøkernel32: Fix PROFILE_Load to handle mac line endings.
2008-09-15  Michael Karcherkernel32: Clean up PROFILE_isspaceW.
2008-08-20  Michael Karcherkernel32: Fix profile cache logic and don't cache new...
2008-08-18  Michael Karcherkernel32: Fix profile sharing mode.
2008-07-18  James Hawkinskernel32: Don't get the profile string if the buffer...
2008-07-17  James Hawkinskernel32: Return the default value if lpKeyName is...
2008-07-17  James Hawkinskernel32: Fix removing trailing spaces from lpDefault...
2008-05-22  Alexandre Julliardkernel32: Don't require write access on profile file...
2008-05-21  Alexandre Julliardkernel32: Fix the profile file sharing modes.
2007-09-27  Andrew Talbotkernel32: Fix a memory leak.
2007-03-28  Paul Vrienskernel32/profile: Add a few NULL checks (Coverity).
2007-03-14  Huw Davieskernel32: Fix GetPrivateProfileSectionNamesA when the...
2007-02-27  Aric Stewartkernel32: Allow for non base-10 int values in ini file.
2006-12-21  Juan Langkernel32: Suppress an unneeded warning.
2006-11-01  Andrew Talbotkernel32: Cast-qual warnings fix.
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.