Release 1.5.29.
[wine] / dlls / kernel32 /
2013-04-26  Dmitry Timoshkovkernel32/tests: Add some tests for remote process termi...
2013-04-25  Dmitry Timoshkovkernel32: Test LdrShutdownProcess behaviour only after...
2013-04-24  Dmitry Timoshkovkernel32: Add a test to show that CreateThread is suppo...
2013-04-22  Dmitry Timoshkovntdll: Refuse to create new thread if the target proces...
2013-04-19  Dmitry Timoshkovkernel32: Check whether FreeLibrary actually has unload...
2013-04-18  Francois GougetAssorted spelling fixes.
2013-04-18  Austin Englishkernel32: Fix a typo in a comment.
2013-04-18  Dmitry Timoshkovkernel32: Count precise amount of child process failures.
2013-04-18  Dmitry Timoshkovkernel32: Add more process shutdown tests.
2013-04-17  Dmitry Timoshkovkernel32: Add a test to check event, thread, mutex...
2013-04-15  Dmitry Timoshkovserver: Add support for NtTerminateProcess(0).
2013-04-15  Dmitry Timoshkovkernel32: Make the ExitProcess test work on x86_64.
2013-04-15  André Hentschelkernel32: Silence a noisy FIXME in GetConsoleKeyboardLa...
2013-04-12  Dmitry Timoshkovkernel32: TerminateProcess unlike NtTerminateProcess...
2013-04-12  Dmitry Timoshkovkernel32: Add a test for threads state when a process...
2013-04-12  Dmitry Timoshkovkernel32: Add a shared memory test.
2013-04-10  Alexandre Julliardkernel32: Make event/mutex/semaphore functions hotpatch...
2013-04-05  Piotr Cabanserver: Don't debug children when debugger is attached...
2013-04-04  Alexandre Julliardkernel32: Fetch the system information only once the...
2013-03-28  Piotr Cabankernel32: Fixed copy-paste error in IdnToUnicode.
2013-03-26  Detlef Riekenbergkernel32/tests: Avoid test failure on multicore machines.
2013-03-25  André Hentschelntdll: Implement RtlLookupFunctionEntry on ARM.
2013-03-25  André Hentschelntdll: Add stubs for RtlAddFunctionTable and RtlDeleteF...
2013-03-12  Michael Stefaniuckernel32: Avoid TRUE FALSE conditional expressions.
2013-03-11  Detlef Riekenbergkernel32/tests: Fix failures with virtual Drives (AppVi...
2013-03-05  André Hentschelkernel32/tests: Remove SPARC support.
2013-03-01  Andrew Talbotkernel32/tests: Do not assume the signedness of plain...
2013-02-20  André Hentschelkernel32: Add stub for GetCurrentPackageId.
2013-02-18  Alexandre Julliardkernel32: Attempt to buffer the full directory in FindF...
2013-02-15  Dmitry Timoshkovkernel32: There is no need for lock/unlock heap in...
2013-02-12  Andrew Talbotkernel32: Avoid signed-unsigned integer comparisons.
2013-02-11  Francois Gougetkernel32/tests: Reduce the size of the console buffer...
2013-02-11  Detlef Riekenbergkernel32/tests: Skip tests on non-English systems.
2013-01-30  Marcus Meissnerkernel32: Conditional variable tests.
2013-01-29  Alexandre Julliardkernel32: We no longer need the server start time in...
2013-01-28  Alexandre Julliardkernel32: Use the monotonic counter in GetTickCount64.
2013-01-23  Ričardas Barkauskaskernel32: Add SetFileInformationByHandle stub.
2013-01-18  Charles Daviskernel32: Make CopyFile(Ex)() succeed even if the sourc...
2013-01-18  Charles Daviskernel32: Make CopyFile() call CopyFileEx() instead...
2013-01-16  André Hentschelkernel32/tests: Add ARM64 support.
2013-01-09  Alexandre Julliardkernel32: Retrieve the system info from ntdll on startup.
2013-01-07  Marcus Meissnerkernel32: Improve condition variable test case.
2012-12-20  André Hentschelkernel32/tests: Don't test function directly when repor...
2012-12-11  Alexandre Goujonkernel32: Use the FSD sector location to compute the...
2012-12-10  Jacek Cabanatl: Allow version-based differences in struct layouts.
2012-12-10  Piotr Cabankernel32: Fixed TIME_CompTimeZoneID behavior on dates...
2012-12-04  Hans Leidekkerkernel32: Implement SetFileValidData.
2012-11-30  André Hentschelkernel32/tests: Fix crashes on win8 in console.
2012-11-30  André Hentschelkernel32/tests: Fix crash on win8 in module.
2012-11-22  Andrew Talbotkernel32: Remove unused variables.
2012-11-19  Michael Stefaniuckernel32/tests: Don't cast zero.
2012-11-14  Detlef Riekenbergkernel32/tests: Fix 32-bit thread test failures on...
2012-11-05  Francois Gougetkernel32/tests: Make test_CompareStringOrdinal() static.
2012-11-02  Christian Costakernel32: Implement CompareStringOrdinal.
2012-10-22  Francois GougetAssorted spelling tweaks and fixes.
2012-10-18  Maarten Lankhorstntdll: Set SO_PASSCRED before connecting to eliminate...
2012-10-15  Christian Costakernel32: Implement FileNameInfo in GetFileInformationB...
2012-10-15  Marcus Meissnerkernel32: Buffer size is in characters (Coverity).
2012-10-12  Vincas Miliūnaskernel32: Added implementation for OpenFileById.
2012-10-12  Vincas Miliūnaskernel32/tests: Added tests for OpenFileById.
2012-10-12  Vincas Miliūnaskernel32: Added implementation of FileIdBothDirectoryIn...
2012-10-12  Vincas Miliūnaskernel32/tests: Added tests of FileIdBothDirectoryInfo...
2012-10-04  Francois Gougetshell32/tests: Write proper tests for CommandLineToArgvW().
2012-09-24  Francois GougetAssorted spelling fixes.
2012-09-24  Francois Gougetkernel32: Add line wrapping support to FormatMessage().
2012-09-20  Erich Hooverkernel32: Report FILE_PERSISTENT_ACLS flag for NTFS...
2012-09-19  Francois Gougetkernel32: There is no need to zero-fill the FormatMessa...
2012-09-19  Francois Gougetkernel32: Replace the format_message() helper macro...
2012-09-19  Francois Gougetkernel32/tests: Add more FormatMessage() line wrapping...
2012-09-11  Marcus Meissnerkernel32: Add condition variables prototypes and tests.
2012-09-07  James Ederkernel32: Remove outdated comment.
2012-09-07  James Ederkernel32: Use PROCESSOR_FEATURE_MAX in IsProcessorFeatu...
2012-09-04  Piotr Cabankernel32: Added GetLogicalProcessorInformation implemen...
2012-09-04  Francois GougetAssorted spelling fixes.
2012-09-03  Philip Pembertonkernel32: Scan for SCSI scanners and printers.
2012-08-27  Nikolay Sivovkernel32: Handle neutral locale names better in GetLoca...
2012-08-22  Alistair Leslie... kernel32: Add GetConsoleFontSize stub.
2012-08-22  Alistair Leslie... kernel32: Add GetCurrentConsoleFont stub.
2012-08-22  Alexandre Julliardkernel32/tests: "en" is not a valid locale on some...
2012-08-17  André Hentschelkernel32: Fix LocaleNameToLCID on mismatch.
2012-08-17  André Hentschelinclude: Rename IMAGE_FILE_MACHINE_ARMV7 to IMAGE_FILE_...
2012-08-16  Austin Englishkernel32: Implement IsValidLocaleName (with tests).
2012-08-16  Francois Gougetkernel32: Fix the spelling of 'combo box' and 'top...
2012-08-15  André Hentschelkernel32/tests: Test LocaleNameToLCID with bad name.
2012-08-13  Detlef Riekenbergkernel32/tests: Fix test failures on win7.
2012-07-31  Michael Stefaniuckernel32: Avoid TRUE:FALSE conditional expressions.
2012-07-30  Alexandre Goujonkernel32: Reimplement GetLogicalDrives using Nt{Open...
2012-07-30  Nikolay Sivovkernel32: Added WerRegisterMemoryBlock stub.
2012-07-27  Francois Gougetkernel32/tests: Make initonce_callback() static.
2012-07-26  Nikolay Sivovkernel32: Some tests for LOCALE_SNAME and neutral locales.
2012-07-26  Nikolay Sivovkernel32: Fix base for value returned with LOCALE_RETUR...
2012-07-26  Nikolay Sivovkernel32: Some test for handling locales specified...
2012-07-25  Francois Gougetkernel32/tests: Use NULL instead of casting 0.
2012-07-24  Nikolay Sivovkernel32: Some tests for blocking initialization with...
2012-07-23  Nikolay Sivovkernel32: Single thread test for InitOnceExecuteOnce().
2012-07-23  Nikolay Sivovkernel32: Added InitOnceInitialize() implementation.
2012-07-23  Nikolay Sivovkernel32: Forward GetLocaleInfoEx() to GetLocaleInfoW().
2012-07-23  Nikolay Sivovkernel32: Added GetSystemDefaultLocaleName().
2012-07-20  Nikolay Sivovkernel32: Partial CompareStringEx implementation.
2012-07-17  Alexandre Goujonkernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdManu...
next