ole32: Return an error in CoMarshalInterface if pStream is NULL.
[wine] / dlls / kernel32 /
2007-01-10  Dmitry Timoshkovkernel32: Do not forget to cleanup if the test is skipped.
2007-01-09  Hans Leidekkerkernel32: Add a stub implementation for GetVolumeNameFo...
2007-01-09  Samuel Lidén Borellkernel32: Add SetTermsrvAppInstallMode stub.
2007-01-09  Mike McCormackkernel32: Implement EndUpdateResource for the case...
2007-01-09  Ken Thomaseskernel32: Don't release preferred_locales until we...
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-08  Paul Vrienskernel32/tests: Prevent memory leak.
2007-01-08  Dmitry Timoshkovkernel32: Print more information about the reason of...
2007-01-08  Dmitry Timoshkovkernel32: Fix the file sharing test to pass cleanly...
2007-01-08  Dmitry Timoshkovkernel32: Skip the VirtualAllocEx test under Win9x.
2007-01-08  Francois Gougetkernel32/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Dmitry Timoshkovkernel32: Skip the OpenProcess test under Win9x.
2007-01-05  Dmitry Timoshkovkernel32: GetTimeFormat and GetDateFormat should fail...
2007-01-04  Francois Gougetkernel32/tests: Use '%d' to print GetLastError().
2007-01-04  Mike McCormackkernel32: Don't try update version resources with inval...
2007-01-04  Rob Shearmankernel32: Be more verbose about the expected and receiv...
2007-01-03  Thomas Khokernel32: Add CreateRemoteThread remote thread conforma...
2007-01-03  Thomas Khokernel32: Add VirtualAllocEx remote thread conformance...
2007-01-03  Mike McCormackkernel32: Store resources to be updated in a tree.
2007-01-02  Dmitry Timoshkovkernel32: Remove a line that was supposed to be deleted...
2007-01-02  Hans Leidekkerkernel32: Add a stub implementation for TermsrvAppInsta...
2007-01-02  Mike McCormackkernel32: Remove incorrect and incomplete implementatio...
2007-01-02  Mike McCormackkernel32: Add a short test for Begin/EndUpdateResource.
2007-01-02  Mike McCormackkernel32: Implement CopyFileWithProgress.
2007-01-01  Dmitry Timoshkovkernel32: Make the locale test pass without errors...
2007-01-01  Paul Vrienskernel32/tests: Run tests on NT4 again.
2007-01-01  Paul Vrienskernel32/tests: Moved ok-statement to the appropriate...
2007-01-01  Paul Vrienskernel32/tests: Move USE_EXTENDED_PRIORITIES outside...
2006-12-27  Michael Stefaniuckernel32/tests: In multiline strings there is no need...
2006-12-22  Dmitry Timoshkovkernel32: Fix a typo.
2006-12-21  Alexandre Julliardntdll: File positions should be aligned to sector bound...
2006-12-21  Paul Vrienskernel32/tests: Don't use full path for executable...
2006-12-21  Juan Langkernel32: Suppress an unneeded warning.
2006-12-20  Alexandre Julliardntdll: Fix the libdl refcount when loading the same...
2006-12-20  Francois Gougetkernel32/tests: Test loading and unloading of builtin...
2006-12-19  Dmitry Timoshkovkernel32: Add a minimal PE image that XP is able to...
2006-12-18  Rob Shearmankernel32: Protect global alloc functions against intege...
2006-12-14  Francois GougetAssorted spelling fixes.
2006-12-14  Paul Vrienskernel32/tests: Be a bit more verbose on failure.
2006-12-13  Pierre d'Herbemontkernel32: Remove unneeded headers.
2006-12-13  Alexandre Julliardntdll: Map the PE header up to the specified size,...
2006-12-13  Dmitry Timoshkovkernel32: Add the data that mimics the PE image which...
2006-12-12  Pierre d'Herbemontkernel32: Allow the preferred language to be different...
2006-12-11  Andrew Talbotkernel32/tests: Cast-qual warnings fix.
2006-12-07  Dmitry Timoshkovkernel32: Add PE images with section alignment 1 and...
2006-12-07  Alexandre Julliardntdll: Fix the failing loader tests.
2006-12-07  Alexandre Julliardkernel32: For LOCALE_NOUSEROVERRIDE, check locale again...
2006-12-07  Alexandre Julliardkernel32/tests: Added LOCALE_NOUSEROVERRIDE flag on...
2006-12-06  Detlef Riekenbergkernel32/tests: Add tests for GetWindowsDirectory.
2006-12-06  Detlef Riekenbergkernel32/tests: Add tests for GetSystemDirectory.
2006-12-05  Alexandre Julliardkernel32: Always read a full block from the CD-ROM...
2006-12-05  Francois GougetAssorted spelling fixes.
2006-12-04  Alexandre Julliardkernel32: Store the LC_MESSAGES value under the "Locale...
2006-12-01  Alexandre Julliardkernel32/tests: Added test case for . and .. directory...
2006-12-01  Alexandre Julliardntdll: Always return . and .. as the first two entries...
2006-12-01  Dmitry Timoshkovkernel32: Skip the PE loader test under a Win9x platform.
2006-11-28  Dmitry Timoshkovkernel32: Make some data const.
2006-11-28  Dmitry Timoshkovkernel32: Add more obscure PE images that XP is able...
2006-11-27  Dmitry Timoshkovkernel32: Improve the PE loader test.
2006-11-24  Marcus Meissnerkernel32/tests: Test -1 length for NULL ptr too.
2006-11-22  Alex Villacís Lassokernel32: Restore C locale for LC_NUMERIC.
2006-11-20  Alexander Nicolays... Updated Norwegian Bokmål translations.
2006-11-20  Detlef Riekenbergkernel32/tests: Avoid crash on Win95 (GetLongPathNameW).
2006-11-20  Detlef Riekenbergkernel32/tests: Load tests on Win9x again (VirtualAlloc...
2006-11-20  James Hawkinskernel32: Replace magic numbers with descriptive defines.
2006-11-20  Marcus Meissnerkernel32: Added missing shift by 8.
2006-11-16  Alexandre Julliardkernel32: Use the appropriate Unix locale for GetLocale...
2006-11-16  Alexandre Julliardkernel32: Added the locale name entry to all locale...
2006-11-16  Alexandre Julliardkernel32: Rewrote the locale matching to match more...
2006-11-16  Dmitry Timoshkovkernel32: Add a basic PE loader test.
2006-11-16  Mike McCormackkernel32: Downgrade a FIXME to a WARN.
2006-11-15  Alexandre Julliardkernel32/tests: Reserve some more memory for the enviro...
2006-11-14  Mike McCormackkernel32: Print a FIXME only once.
2006-11-13  Alexandre Julliardkernel32: Use LC_NUMERIC instead of LC_ALL to determine...
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-11-13  Francois Gougetkernel32: Fix the 'MAP_FOLDCZONE' ok() test.
2006-11-09  Alexandre Julliardkernel32/tests: Fixed the pipe test for MacOS.
2006-11-09  Eric Pouechkernel32: Changed encoding for Divehi (which has a...
2006-11-09  Alexandre Julliardkernel32: Fixed buffer overrun in get_registry_locale_info.
2006-11-08  Dmitry Timoshkovkernel32: Add basic OpenProcess test.
2006-11-07  Alexandre Julliardkernel32: Better workaround for the lack of locale...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-04  Alexandre Julliardkernel32/tests: Don't wait for overlapped result if...
2006-11-02  Mike McCormackkernel32: Add a stub for HeapSetInformation.
2006-11-01  Alexandre Julliardkernel32: Moved PeekNamedPipe implementation to ntdll.
2006-11-01  Alexandre Julliardkernel32: Reimplemented SetFilePointerEx on top of...
2006-11-01  Andrew Talbotkernel32: Cast-qual warnings fix.
2006-11-01  Andrew Talbotkernel32: Cast-qual warnings fix.
2006-10-31  Alexandre Julliardkernel32: Use NT instead of Unix calls to identify...
2006-10-31  Alexandre Julliardkernel32: Fixed behavior of FindFirstFile for DOS devices.
2006-10-27  Alexandre Julliardkernel32: Close the directory handle in FindNextFile...
2006-10-25  Hwang YunSong(황윤성)kernel32: Added winerr_kor.mc.
2006-10-24  Dmitry Timoshkovkernel32: Exit from initial thread with ExitThread...
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-20  Alexandre JulliardAvoid usage of sizeof in traces that causes warnings...
2006-10-16  Robert Shearmankernel32: Add support for detecting the user locale...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-10  Michael Stefaniuckernel32/tests: Win64 printf format warning fixes.
next