ddraw: Get rid of ICOM_OBJECT.
[wine] / dlls / kernel32 /
2009-01-20  Alexandre Julliardkernel32/nls: Use a codepage 950 encoding that round...
2009-01-20  Francois Gougetkernel32: Fix some bad left-over uses of value in the...
2009-01-19  Alexandre Julliardkernel32: LCMapString should include the terminating...
2009-01-19  Austin Englishkernel32: Fix a compiler warning on NetBSD.
2009-01-19  Andrew Nguyenkernel32: Ensure that WriteConsoleW succeeds with an...
2009-01-19  Andrew Nguyenkernel32/tests: Simplify a test function's parameters.
2009-01-15  Alexandre Julliardkernel32/tests: Add test cases for reading/writing...
2009-01-15  Alexandre Julliardkernel32: Remove the DIB section hack in WriteFile...
2009-01-15  Alexandre Julliardkernel32/tests: Add test cases for reading/writing...
2009-01-14  Nikolay Sivovkernel32/tests: Some todo tests for CompareStringA...
2009-01-13  Nikolay Sivovkernel32: Implemented GetErrorMode().
2009-01-12  Andrey Turkinntdll: Add RtlCaptureStackBackTrace stub.
2009-01-09  Francois Gougetkernel32: Fix the sysctl() usage and the CPU detection...
2009-01-08  Alexandre Julliardkernel32/tests: Fix some integer to pointer conversion...
2009-01-08  Alexandre Julliardkernel32/tests: Use _lclose instead of CloseHandle...
2009-01-08  Francois Gougetwinapi_test: The tests don't support WIN64 yet so disab...
2009-01-08  Francois Gougetwinapi_test: The real tests are done at compile time...
2009-01-08  Francois Gougetwinapi_test: Fix TEST_FIELD() so it correctly tests...
2009-01-08  Francois Gougetwinapi_test: FIELD_ALIGNMENT() is redundant so remove it.
2009-01-08  Francois Gougetwinapi_test: Updated so the generated tests work.
2009-01-07  Alexandre Julliardkernel32: #ifdef out some code that is not needed on...
2009-01-06  Alexandre Julliardkernel32: Moved the 16-bit WOW thunk routines to thunk.c.
2009-01-06  Alexandre Julliardkernel32: Moved _DebugOutput to kernel16.c.
2009-01-06  Alexandre Julliardwinebuild: Improve the calling sequence for register...
2009-01-06  Alexandre Julliardkernel32: Change the DEFINE_REGS_ENTRYPOINT macro to...
2009-01-05  Austin Englishkernel32: Fix a compiler warning on non-i386.
2009-01-04  Alexandre Julliardkernel32/tests: Use the actual name of the exe module...
2009-01-04  Alexandre Julliardkernel32/tests: Comment out a couple of heap tests...
2009-01-04  Alexandre Julliardinclude: Fix data structures for processor affinity...
2009-01-03  Alexandre Julliardkernel32/tests: Use the correct SIZE_T type instead...
2009-01-03  Alexandre Julliardkernel32/tests: Fix the NT header initialization for...
2009-01-03  Alexandre Julliardkernel32/tests: Don't compare the result of llseek...
2009-01-03  Alexandre Julliardkernel32/tests: Fix pointer casting warnings on 64...
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2009-01-03  Austin Englishkernel32: Add heap support for OpenBSD.
2009-01-02  Alexandre Julliardserver: Replace EXCEPTION_RECORD by an explicit definit...
2009-01-02  Alexandre Julliardserver: Simplify the debug_event_t structure.
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...
next