quartz/tests: If CoCreateInstance() fails, it's safe to return, as no cleanup is...
[wine] / dlls / kernel32 /
2009-01-02  Alexandre Julliardkernel32/tests: Use the correct value for invalid heap...
2009-01-02  Austin Englishkernel32/tests: Fix compile on powerpc.
2008-12-31  Alexandre Julliardkernel32: Convert FormatMessageA/W to use an MS ABI...
2008-12-31  Alexandre Julliarduser32: Convert wvsprintfA/W to use an MS ABI vararg...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-31  Alexandre Julliardserver: Make thread entry points client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Store debugging output strings as client_ptr_t...
2008-12-29  Alexandre Julliardserver: Store module names as client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-29  Ge van Geldorpkernel32/tests: Use shared Windows directory on TS...
2008-12-29  Francois Gougetkernel32: Fix a comment in LocalInit16().
2008-12-27  Alexandre Julliardinclude: Move the DEFINE_REGS_ENTRYPOINT macros to...
2008-12-27  Alexandre Julliardkernel32: Move AllocMappedBuffer/FreeMappedBuffer to...
2008-12-23  Maarten Lankhorstkernel32: Change all functions to use CDECL.
2008-12-19  Andrew Talbotkernel32: Remove unused Wine debug channel.
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-12-15  Alexander Nicolays... kernel32: Add stub for GetConsoleAliasW.
2008-12-15  Francois Gougetkernel32: Make some functions static.
2008-12-12  Francois Gougetkernel32: Remove _hread16() as it is not used. Move...
2008-12-11  Alexandre Julliardntdll: Enforce correct protection values in virtual...
2008-12-10  Austin Englishkernel32: Convert a warn to an err.
2008-12-08  Alexandre Julliardkernel32/tests: Fixed the handle test for Win9x.
2008-12-08  Alexandre Julliardntdll: Added stubs for RtlLookupFunctionEntry and RtlVi...
2008-12-08  Alexandre Julliardinclude: Implemented inline asm functions for x86_64...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliardinclude: Fix the 64-bit value of magic handle constants.
2008-12-08  Alexandre Julliardkernel32/tests: Added some tests for behavior of 64...
2008-12-08  Francois Gougetkernel32: Remove unneeded casts of zero.
2008-12-04  Alexandre JulliardAvoid including time.h before winsock.h in tests.
2008-12-04  Alexandre Julliardntdll: Implemented RtlCaptureContext.
2008-12-04  Alexandre JulliardDefine _WIN32_WINNT before including any headers.
2008-12-03  Jeff Zaroykowineserver: Don't use O_CREAT and O_EXCL when attemptin...
2008-12-03  Jeff Zaroykokernel32: Add a test for CreateFile when using OPEN_ALW...
2008-12-01  Kai Blinkernel32/tests: logfile can be NULL, avoid dereferencin...
2008-12-01  Vitaly Lipatovkernel32: gethostname returns string in CP_UNIXCP encoding.
2008-12-01  Michael Stefaniuckernel32: Remove some superfluous casts of void pointers.
2008-11-26  Maarten Lankhorstkernel32: Fix 64-bits error in profile.
2008-11-26  Francois GougetStraighten out some ellipses.
2008-11-26  Alexandre Julliardkernel32/tests: Fix the unimplemented check for EnumSys...
2008-11-25  Alexandre Julliardntdll: Add support for virtual write watches.
2008-11-24  Alexandre Julliardkernel32: Fix the base DOS memory address when the...
2008-11-20  Alexandre Julliardkernel32/tests: Fix the mailslot tests on Win9x.
2008-11-20  Alexandre Julliardkernel32/tests: Fix test failures on Win9x and NT4.
2008-11-20  Alexandre Julliardkernel32/tests: Add a couple of tests for write watches.
2008-11-19  Francois Gougetkernel32: Simplify and optimize create_(system,env...
2008-11-19  Francois Gougetkernel32: Fix create_scsi_entry() so it puts properly...
2008-11-18  Alexandre Julliardkernel32: Moved allocation of the DOS memory area to...
2008-11-18  Alexandre Julliardkernel32/tests: Allow up to 2 seconds of difference...
2008-11-17  Alexandre Julliardkernel32/tests: Fix the process tests on NT4.
2008-11-17  Alexandre Julliardkernel32/tests: Fix the mailslot tests on Vista.
2008-11-17  Alexandre Julliardkernel32/test: Fix the timer queue tests on Vista.
2008-11-17  Alexandre Julliardkernel32/tests: Fix pipe test on w2k3.
2008-11-14  Alexandre Julliardkernel32/tests: Fix the write watch tests on Win98...
2008-11-14  Paul Vrienskernel32/tests: Fix timeouts on NT4 and W2K.
2008-11-14  Alexandre Julliardkernel32/tests: Fix the file test on various Windows...
2008-11-14  Alexander Morozovkernel32: NT drivers can handle IOCTL codes with HIWORD...
2008-11-14  Alexandre Julliardkernel32/tests: Added a bunch of tests for write watches.
2008-11-14  Alexandre Julliardkernel32: Added GetWriteWatch and ResetWriteWatch.
2008-11-13  Alexandre Julliardkernel32/tests: Fix the thread test to cope with the...
2008-11-13  Alexandre Julliardkernel32: Don't request unneeded access in OpenFileMapping.
2008-11-11  Alexandre Julliardkernel32: Implemented the Ex variants of CreateEvent...
2008-11-10  Alexandre Julliardkernel32: Get the drive type from the mount manager...
2008-11-10  Huw Davieskernel32: Fix a few Welsh translations.
2008-11-10  Alexandre Julliardkernel32: Explicitly request execute permission in...
2008-11-10  Alexandre Julliardkernel32/tests: Fix the thread test on NT4.
2008-11-10  Alexandre Julliardkernel32/tests: Fix some resource test failures on...
2008-11-10  Alexandre Julliardkernel32/tests: Fix some profile test failures on NT4.
2008-11-07  Alexandre Julliardkernel32/tests: Fix one more failing test on Win9x.
2008-11-06  Alexandre Julliardkernel32/tests: Fix a few more errors on Win9x.
2008-11-05  Alexandre Julliardntdll,server: Fixed access checks for OpenFileMapping...
2008-11-05  Alexandre Julliardntdll: Don't force anonymous file mappings to always...
2008-11-04  Alexandre Julliardkernel32/tests: Add a few more tests, fix some failures...
2008-11-04  Alexandre Julliardkernel32/tests: Fix a couple of failures on Windows.
2008-11-04  Michael Stefaniuckernel32: Do not cast zero.
2008-11-03  Alexandre Julliardntdll: Return more correct information for SystemBasicI...
2008-10-31  Alexandre Julliardkernel32: Call build_envp in the parent process so...
2008-10-31  Alexandre Julliardkernel32: Call build_argv in the parent process so...
2008-10-31  Alexandre Julliardkernel32: Allocate global arenas on the Win32 heap.
2008-10-30  Alexandre Julliardkernel32: Moved the pthread emulation support to ntdll.
2008-10-30  Alexandre Julliardkernel32: Use ntdll functions where possible to impleme...
2008-10-30  Alexandre Julliardkernel32: Only try to open a VxD if opening a normal...
2008-10-29  Alexandre Julliardntdll: Store the exit code in the server in RtlExitUser...
2008-10-29  Alexandre Julliardntdll: Allocate a new virtual region for large blocks...
2008-10-28  Dmitry Timoshkovkernel32: Don't ignore extended keys.
2008-10-24  Alexandre Julliardkernel32: Return the Windows symlink in QueryDosDevice...
2008-10-22  Aric Stewartntdll: Update behavior of ActivationContextBasicInforma...
2008-10-22  Paul Vrienskernel32/tests: Skip a test if needed.
2008-10-22  Paul Vrienskernel32/tests: Fix a few failures on win9x and winme.
2008-10-21  Paul Vrienskernel32/tests: Free memory after use.
2008-10-20  Francois Gougetdirent.h is a conditional include now.
2008-10-18  Alexandre Julliardkernel32: Convert source files to utf-8.
2008-10-17  Rob Shearmankernel32: Fix some Esperanto day and month names.
2008-10-17  Alexandre Julliardkernel32: Delete the .windows-label file if the label...
2008-10-17  Rob Shearmankernel32: Convert NLS resource files using hex-encoded...
2008-10-16  Aric Stewartkernel32/tests: Add test for GetCommandLineW.
2008-10-16  Aric Stewartkernel32/tests: Add a test for CreateProcess with an...
2008-10-16  Jacek Cabankernel32: Added GetLogicalDriveStrings tests.
2008-10-16  Jacek Cabankernel32: Return uppercase drive letter in GetLogicalDr...
2008-10-16  Dmitry Timoshkovkernel32: Add support for foreign process handles in...
next