kernel32/tests: Use ret in load_blackbox().
[wine] / dlls / kernel32 /
2010-05-24  Austin Englishkernel32/tests: Use ret in load_blackbox().
2010-05-24  Andrey Turkinserver: Connect named pipe synchronously when overlappe...
2010-05-17  Andrey Turkinkernel32: Implement CreateHardLink.
2010-05-17  Alexandre Julliardconfigure: Rename the 64-bit loader to wine64 and keep...
2010-05-14  Detlef Riekenbergkernel32: Move a 16 bit related comment to krnl386.
2010-05-13  Paul Vrienskernel32: Return the correct processor arch and type...
2010-05-10  Nikolay Sivovkernel32: Fix return code from LocalUnlock for pointer...
2010-05-07  Alexandre Julliardkernel32: Add an x86_64 implementation for the TEB...
2010-05-07  Alexandre Julliardkernel32: Define GetProcessHeap as an assembler functio...
2010-05-07  André Hentschelkernel32: Double the alarm timeout to prevent a failed...
2010-05-05  Gerald Pfeiferkernel32/tests: Remove variable len which is not really...
2010-05-04  Alexandre Julliardserver: Check that the prefix type can support the...
2010-05-03  Andrew Nguyenkernel32: Reject a format string with insertions if...
2010-04-28  Andrew Nguyenkernel32/tests: Document a few FormatMessage tests...
2010-04-28  Andrew Nguyenkernel32: Merge the insertion and non-insertion codepat...
2010-04-28  Andrew Nguyenkernel32: Process CRLF escape sequences in normal inser...
2010-04-28  Andrew Nguyenkernel32: Remove a superfluous function call in the...
2010-04-28  Andrew Nguyenkernel32/tests: Centralize the FormatMessageW skip...
2010-04-28  Andrew Nguyenkernel32: Handle some escape sequences with FORMAT_MESS...
2010-04-28  Andrew Nguyenkernel32: Correct output buffer behavior with empty...
2010-04-28  Andrew Nguyenkernel32: Improve flag error handling in FormatMessageA/W.
2010-04-28  Andrew Nguyenkernel32: Remove leftover preprocessor undef directives...
2010-04-28  Andrew Nguyenkernel32: Fail if a format placeholder is present witho...
2010-04-27  Hans Leidekkerkernel32/tests: Fix test failures on certain versions...
2010-04-22  Michael Stefaniuckernel32: The Isle of Man uses the Manx Pound.
2010-04-22  Michael Stefaniuckernel32: Add some missing LOCALE_SNATIVECURRNAME const...
2010-04-22  Michael Stefaniuckernel32: Update the Dutch (Suriname) NLS file.
2010-04-19  Andrew Nguyenkernel32: Rename the load_message helper to reflect...
2010-04-19  Andrew Nguyenkernel32: Unify the format_message ANSI and Unicode...
2010-04-19  Andrew Nguyenkernel32: Unify the format_insert ANSI and Unicode...
2010-04-19  Andrew Nguyenkernel32: Transition FormatMessageA to the internal...
2010-04-19  Andrew Nguyenkernel32: Separate format string parsing in FormatMessa...
2010-04-19  Andrew Nguyenkernel32: Separate format string parsing in FormatMessa...
2010-04-19  Andrew Nguyenkernel32: Consistify allocation behavior with FormatMes...
2010-04-19  Andrew Nguyenkernel32/tests: Add tests for buffer allocation in...
2010-04-19  Andrew Nguyenkernel32: Only check the buffer pointer in FormatMessag...
2010-04-19  Andrew Nguyenkernel32: Reject an insufficiently sized buffer in...
2010-04-19  Andrew Nguyenkernel32: Remove superfluous heap reallocation calls...
2010-04-19  Andrew Nguyenkernel32/tests: Remove a superfluous comment in the...
2010-04-16  Eric Pouechkernel32: Added proper support for GetSystemInfo on...
2010-04-14  Alexandre Julliardkernel32: Map the new detailed direction information...
2010-04-08  Alexandre Julliardntdll: Fix affinity mask check for 64-bit.
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-01  Andrew Nguyenkernel32: Don't set last error on success in OpenConsoleW.
2010-04-01  Andrew Nguyenkernel32: Improve parameter validation in OpenConsoleW.
2010-03-31  Marcus Meissnerkernel32: Initialize env (Coverity).
2010-03-30  Alexandre Julliardkernel32: Increase the wineboot timeout.
2010-03-29  Alexandre Julliardkernel32: Fix processing of spaces in command line...
2010-03-29  Alexandre Julliardkernel32: Add support for starting binaries in 32/64...
2010-03-29  Michael Stefaniuckernel32/tests: Remove superfluous casts of integer...
2010-03-25  André Hentschelkernel32: Make process traces aware of 64-bit.
2010-03-22  André Hentschelkernel32: Fix return value of FlsFree.
2010-03-22  Francois GougetAssorted spelling and case fixes.
2010-03-22  Francois Gougetkernel32/tests: Remove a space after a '\n' in a skip().
2010-03-18  Alexandre Julliardkernel32: Don't try to open builtin exe files during...
2010-03-16  Paul Vrienskernel32/tests: Run tests again on Win95.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Henri Verbeetkernel32: Implement CheckRemoteDebuggerPresent().
2010-03-15  Henri Verbeetserver: Debugging our own process is disallowed.
2010-03-13  Alexandre Julliardkernel32: Abstract the key creation routine and move...
2010-03-05  Henri Verbeetserver: Allow the debugger to be debugged.
2010-03-03  Alexandre Julliardntdll: Return STATUS_IMAGE_NOT_AT_BASE when an image...
2010-03-03  Reece Dunnkernel32/tests: Add a test case for calling TlsFree...
2010-03-01  Alexandre Julliardkernel32: Create the Nls\CodePage key one element at...
2010-03-01  Alexandre Julliardkernel32: Create the Control Panel\International key...
2010-03-01  Alexandre Julliardkernel32: Create the hardware registry keys one at...
2010-03-01  Alexandre Julliardkernel32: Moved creation of the DynData registry keys...
2010-03-01  Alexandre Julliardkernel32: Move shared heap creation to krnl386 and...
2010-03-01  Nikolay Sivovkernel32/lcformat: Get rid of back jumps on errors.
2010-02-24  Alexandre Julliardkernel32/tests: Fix broken usage of the ok() macro...
2010-02-24  Andrey Turkinkernel32: Use TEB-based buffer in CreateMutexExA.
2010-02-23  Alexandre Julliardkernel32/tests: Add a couple of last error codes for...
2010-02-22  Hans Leidekkerkernel32/tests: Fix a thread handle leak.
2010-02-22  Erich Hooverkernel32/tests: Add test for 'all processors' flag...
2010-02-22  Ken Thomaseskernel32: Mac: If language is less specific variant...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-17  Alexandre Julliardkernel32/tests: Fix a test failure on xp64.
2010-02-16  Alexandre Julliardntdll: Fix the return status of NtQueryValueKey for...
2010-02-10  Michael Stefaniuckernel32: Avoid using HIWORD on types that are 64bit...
2010-02-10  Michael Stefaniuckernel32: Don't use HIWORD to check for swapped args...
2010-02-08  Alexandre Julliardkernel32: Do not load 16-bit krnl386.exe by default.
2010-02-05  Alexandre Julliardkernel32: Export InterlockedCompareExchange64.
2010-02-05  Peter Rosinkernel32: Document SetThreadErrorMode and GetThreadErro...
2010-02-04  Peter Rosinkernel32: Add SetThreadErrorMode and GetThreadErrorMode.
2010-02-04  Peter Rosinkernel32: Add tests for SetThreadErrorMode and GetThrea...
2010-02-01  Alexandre Julliardkernel32/tests: Remove leftover Sleep() call.
2010-02-01  Alexandre Julliardkernel32: Avoid truncating the output buffer length...
2010-02-01  Alexandre Julliardkernel32/tests: Fix heap flag tests for the page alloc...
2010-01-29  Maarten Lankhorstkernel32: Work around safety check on siglongjmp.
2010-01-29  Alexandre Julliardkernel32/tests: Fix some of the heap tests for 64-bit.
2010-01-28  Alexandre Julliardntdll: Don't require heap sizes to be 64K aligned.
2010-01-28  Alexandre Julliardkernel32: Append the user PATH value to the system...
2010-01-28  Alexandre Julliardkernel32: Make sure the volatile environment is always...
2010-01-28  Alexandre Julliardkernel32: Load USERNAME and USERPROFILE from the volati...
2010-01-28  Alexandre Julliardkernel32: Treat PWD as a special environment variable.
2010-01-27  Alexandre Julliardntdll: Add 8 more bytes to the block tail when tail...
2010-01-26  Alexandre Julliardkernel32/tests: Add tests for tail checking on large...
2010-01-26  Alexandre Julliardkernel32/tests: Add tests for heap tail and free block...
2010-01-26  Michael Stefaniuckernel32: Use IS_INTRESOURCE instead of HIWORD to check...
2010-01-25  André Hentschelkernel32: Implement IsThreadAFiber function.
next