ole32: Remove 'recursive registry key delete' function.
[wine] / dlls / kernel32 /
2007-08-21  Dmitry Timoshkovkernel32: Restore check for StandardDate.wMonth being 0.
2007-08-21  Paul Vrienskernel32/tests: Skip some not implemented functions...
2007-08-21  Dmitry Timoshkovkernel32: Fix test case failures for time zones with...
2007-08-21  Dmitry Timoshkovntdll: Detect current time zone settings.
2007-08-17  Louis Lenderskernel32: Set USERNAME environment variable.
2007-08-16  Marcus Meissnerkernel32: Initialize variable to a known bad value.
2007-08-16  Francois Gougetkernel32/tests: Remove a redundant RegSetValueExA(...
2007-08-15  Mikołaj Zalewskikernel32: Return error code if WOWCallback16Ex of a...
2007-08-14  Mikołaj Zalewskikernel: Allocate global memory with execute permission.
2007-08-10  Francois Gougetkernel32/tests: Test the debugger startup and crashed...
2007-08-09  Francois Gougetkernel32: Don't get stuck if the debugger exits without...
2007-08-08  Luis C. Busquets... kernel32: Export RestoreLastError.
2007-08-08  Kirill K. Smirnovkernel32: Do not append empty lines to the console...
2007-08-08  Paul Vrienskernel32/tests: Create paths after checking availabilit...
2007-08-08  Paul Vrienskernel32/tests: Changed skip message.
2007-08-06  Francois Gougetkernel32/tests: Re-balance the curly parentheses so...
2007-08-01  Marcus Meissnerkernel32/tests: Fixed size to MultiByteToWideChar.
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-31  Dmitry Timoshkovkernel32: Skip remainder of the time zone test if Syste...
2007-07-30  Dmitry Timoshkovkernel32: Fix TIME_CompTimeZoneID return type.
2007-07-30  Dmitry Timoshkovkernel32: Add more tests for time zone info.
2007-07-26  Jacek Cabankernel32: Added a number of activation context tests.
2007-07-26  Jacek Cabankernel32: Added FindActCtxSectionStringA implementation.
2007-07-26  Eric Pouechntdll: Implemented RtlFindActivationContextSectionString.
2007-07-26  Alexandre Julliardntdll: Initial implementation of RtlQueryInformationAct...
2007-07-25  Matt Jonesserver: Only commit SetThreadPriority if new priority...
2007-07-25  Matt Joneskernel32: Added test for bad arguments to SetThreadPrio...
2007-07-23  Andrew Talbotkernel32: Cast-qual warning fix.
2007-07-20  Anatoly Lyutinkernel32/tests: Add test for GetShortPathNameW.
2007-07-19  Alexandre Julliardntdll: Implemented handling of the per-thread activatio...
2007-07-19  Alexandre Julliardkernel32: Move activation context creation to ntdll...
2007-07-16  Alexandre Julliardkernel32: Always clear the I/O status block count befor...
2007-07-16  Alexandre Julliardserver: Merge APC processing into the select request.
2007-07-16  Alexandre Julliardkernel32: Wait in overlapped Read/WriteFile even when...
2007-07-16  Huw Davieskernel32: Overlapped pipe tests.
2007-07-12  Huw Davieskernel32: SetNamedPipeHandleState() is a stub, so for...
2007-07-12  Huw Davieskernel32: Swap incorrect use of buffers.
2007-07-11  Alexandre Julliardkernel32: Implemented GetTickCount64.
2007-07-09  Paul Vrienskernel32/tests: Add a forgotten if statement.
2007-07-05  Paul Vrienskernel32/tests 2/2: Use skip for not implemented function.
2007-07-05  Paul Vrienskernel32/tests: Don't crash on win98.
2007-07-05  Paul Vrienskernel32/tests: Use skip when functions are not available.
2007-06-27  Michael Stefaniuckernel32: Remove superfluous casts of void pointers...
2007-06-25  Paul Vrienskernel32/tests: Don't crash (on Vista).
2007-06-25  Paul Vrienskernel32/tests: Don't crash on Vista.
2007-06-18  Alexandre Julliardkernel32: Fix VxD open code for the new NtCreateFile...
2007-06-08  Andrey Turkinkernel32: Implement IO completion functions on top...
2007-06-08  Andrey Turkinkernel32: Factor out all kernel32 timeout-conversion...
2007-06-04  Alexandre Julliardkernel32: Rewrite GetOverlappedResult for the new async...
2007-06-04  Mikołaj Zalewskikernel: Fix clearing of memory in LocalReAlloc16(....
2007-05-30  Mikołaj Zalewskikernel32: Clear the extra memory in LocalReAlloc16...
2007-05-30  Dmitry Timoshkovkernel32: Fix some compilation warnings in 64-bit mode.
2007-05-30  Alexandre Julliardkernel32: Store global arena base as a pointer.
2007-05-29  Alexandre Julliardkernel32: Remove the fixme about MB_USEGLYPHCHARS.
2007-05-29  Francois Gougetkernel32/tests: src[i] is a char so there is no point...
2007-05-29  Francois Gougetkernel32/tests: Fix a signed/unsigned int mismatch.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-24  Dmitry Timoshkovkernel32/tests: Fix a problem revealed by compilation...
2007-05-23  Dmitry Timoshkovkernel32: Fix compilation warnings in 64-bit mode.
2007-05-22  Alexandre Julliardntdll: Avoid overflows in heap allocations. Based on...
2007-05-21  Dmitry Timoshkovkernel32: Fix the size of ThreadAffinityMask to match...
2007-05-21  Marcus Meissnerkernel32: Skip modem status tests if GetModemStatus...
2007-05-18  Alexandre Julliardntoskrnl.exe: Reuse the kernel32 instruction emulation...
2007-05-18  Dmitry Timoshkovkernel32: Add an overflow test for MultiByteToWideChar.
2007-05-18  Dmitry Timoshkovkernel32: Print last error value as unsigned, printing...
2007-05-16  Alexandre Julliardkernel32: Check for already loaded module also for...
2007-05-16  Alexandre Julliardkernel32: Support incrementing the module refcount...
2007-05-16  Dmitry Timoshkovkernel32: Add a test for LoadLibraryEx(LOAD_LIBRARY_AS_...
2007-05-11  Kirill K. Smirnovkernel32/tests: Add tests for console codepages.
2007-05-11  Kirill K. Smirnovserver: Move console codepages to the server.
2007-05-11  Alexandre Julliardkernel32: Fix typo in CreateActCtxA.
2007-05-10  Kirill K. Smirnovkernel32/tests: Add tests for console screen buffer.
2007-05-09  Eric Pouechkernel32: Set the new definition for an activation...
2007-05-09  Eric Pouechkernel32: Implemented CreateActCtxA on top of CreateAct...
2007-05-08  Alexandre Julliardkernel32: Set the dll file name with the correct case...
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-05-07  Alexandre Julliardkernel32: Disable FT_Thunk entry point when Windows...
2007-05-04  Bill Medlandkernel32/tests: Boundary test cases for SystemTimeToFil...
2007-05-03  Andrew Talbotkernel32: Constify a variable.
2007-05-01  Alexandre Julliardkernel32: Don't skip directory symlinks when looking...
2007-05-01  Louis Lenderskernel32: Add stub for BindIoCompletionCallback.
2007-04-30  Vitaliy Margolenkernel32: Fix off by one error.
2007-04-27  Kirill K. Smirnovkernel32/tests: Add tests for NeedCurrentDirectoryForEx...
2007-04-27  Kirill K. Smirnovkernel32: Add partial stub for NeedCurrentDirectoryForE...
2007-04-26  Paul Vrienskernel32/tests: Resource functions are not implemented...
2007-04-25  Paul Vrienskernel32/tests: GetLongPathNameW is not implemented...
2007-04-25  Paul Vrienskernel32/tests: GetComputerNameW is not implemented...
2007-04-25  Paul Vrienskernel32/tests: CreateRemoteThread is not implemented...
2007-04-25  Rob Shearmankernel32: Add the directory the executable was loaded...
2007-04-17  Alexandre Julliardserver: Move the FSCTL_PIPE_WAIT ioctl implementation...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardserver: Implement the FSCTL_PIPE_DISCONNECT ioctl on...
2007-04-16  Alexandre Julliardkernel32: Use the correct access rights when opening...
2007-04-16  Chia-I Wukernel32: Fix non-terminated separator string.
2007-04-12  Hans Leidekkerkernel32: Allow any amount of whitespace between the...
2007-04-10  Alexandre Julliardkernel32: Add SYNCHRONIZE access to mailslot handles.
2007-04-09  Alexandre Julliardntdll: Use send(2) instead of write(2) for zero-byte...
next