msi/tests: Fix a source test comment.
[wine] / dlls / kernel32 /
2010-07-08  Gustavo Henrique... kernel32: Fixed typos in Portuguese translation and...
2010-07-08  Gustavo Henrique... kernel32: Added Brazilian Portuguese winerr file.
2010-07-08  Jörg Höhlekernel32/tests: Skip fewer tests on Win9x.
2010-07-07  Ken Sharpkernel32: Update Welsh resource.
2010-07-07  Ken Sharpkernel32: Update Cornish resource.
2010-07-05  Ken Sharpkernel32: Update Gaelic resource.
2010-06-30  Vitaly Lipatovkernel32: Add Russian translation.
2010-06-29  Austin Englishkernel32: Add stub for QueryMemoryResourceNotification.
2010-06-29  Austin Englishkernel32: Add NERR_UserNotFound to Norwegian winerr.
2010-06-28  André Hentschelkernel32: Add NERR_UserNotFound to german winerr.
2010-06-25  Łukasz Wojniłowiczkernel32: Update the Polish translation.
2010-06-25  André Hentschelkernel32: Update a warning.
2010-06-24  Alexandre Julliardkernel32: Avoid returning the same name when GetTempFil...
2010-06-24  Francois Gougetkernel32: GetProcessDword() is unused so remove it.
2010-06-22  Alexandre Julliardkernel32: Add the TlsAlloc/FreeInternal entry points.
2010-06-22  Alexandre Julliardntdll: Fix the initial FPU control word on 32-bit too.
2010-06-21  Alexandre Julliardntdll: Fix the initial FPU control word on 64-bit.
2010-06-21  Luca Bennatikernel32: Update Italian translation.
2010-06-17  Henri Verbeetntdll: The FPU control word for newly created threads...
2010-06-17  Andrew Nguyenkernel32/tests: Add tests to examine output file part...
2010-06-17  Andrew Nguyenkernel32/tests: Add tests to examine output file part...
2010-06-16  Damjan Jovanovickernel32: Stop CopyFile from overwriting a file with...
2010-06-15  Damjan Jovanovickernel32: Add a CopyFile test.
2010-06-14  Damjan Jovanovickernel32: Revert 3f1404bf29676d79dd76ffd31e2630bb9f2b0b...
2010-06-14  Nikolay Sivovkernel32: Export RtlPcToFileHeader on x86-64 platform.
2010-06-11  Igor Paliychukkernel32: Update Ukrainian translations.
2010-06-11  Damjan Jovanovickernel32: CopyFile cannot overwrite a file with itself.
2010-06-08  André Hentschelkernel32/tests: Add a test about unicode collation.
2010-06-08  Alexandre Julliardkernel32: Make sure we always have a valid process...
2010-06-08  Alexandre Julliardkernel32/tests: Fix the process title tests to actually...
2010-06-07  Paul Vrienskernel32: Add the Danish translation.
2010-06-02  Frédéric Delanoykernel32: Fix a spelling error in French locale definit...
2010-06-02  Paul Vrienskernel32: Fix the Korean resources.
2010-05-28  Alexandre Julliardkernel32/tests: Restore the stderr handle after the...
2010-05-28  Alexandre Julliardkernel32: Unalign the stack on process startup to work...
2010-05-26  Alexandre Julliardkernel32: Reset stdio handles when they are closed.
2010-05-24  Austin Englishkernel32/tests: Check return value of alarmThread in...
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...
next