server: Distinguish between a directory and a file changing in
[wine] / dlls / kernel / wowthunk.c
2005-08-29  Alexandre JulliardMoved the kernel 16-bit initialization to a new DllEntr...
2005-08-27  Alexandre JulliardDon't try to initialize the 16-bit thunking code if...
2005-07-03  Alexandre JulliardMoved all 16-bit relay code to the text section.
2005-07-01  Alexandre JulliardMoved most of the implementation of CALL32_CBClient...
2005-06-20  Mike McCormack- don't include winreg.h
2005-05-16  Alexandre JulliardMoved a bunch of definitions out of module.h into a new
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-16  Alexandre JulliardMoved the remaining stack frame definitions to kernel_p...
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-10  Eric PouechGet rid of include/miscemu.h.
2005-05-06  Francois GougetAssorted spelling fixes.
2004-09-28  Robert Shearman- Don't perform event check if in system code. Fixes...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-03-25  Alexandre JulliardChanged LoadLibraryEx32W16 to use OpenFile16 to look...
2004-03-16  Jukka HeinonenDPMI programs now handle pending events.
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-18  Alexandre JulliardRemoved include/selectors.h.
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-10-28  Alexandre JulliardRestored emulation of protected instructions in 32...
2003-10-09  Alexandre JulliardWe need to initialize the relay debug lists for +snoop...
2003-10-08  Alexandre JulliardDuplicate parts of the relay debugging init code into...
2003-09-18  Alexandre JulliardMoved synchronization and syslevel routines to dlls...
2003-09-17  Alexandre JulliardUse WOWCallback16Ex to switch to vm86 mode so that...
2003-09-17  Alexandre JulliardMoved instruction emulation to dlls/kernel.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-27  Alexandre JulliardConverted remaining 16-bit functions to the new varargs...
2003-08-25  Alexandre JulliardMoved selector fixup for the relay code to the callto16...
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-05-13  Eric PouechSupport 14 and 15 arguments in WOW_CallProc32W16.
2003-02-27  Alexandre JulliardMoved CreateThread16 to kernel, and made it use WOWCall...
2002-10-29  Eric PouechSilence unneeded ERR while converting tasks.
2002-10-25  Michael StefaniucCompile the kernel dll with -DSTRICT.
2002-10-18  Alexandre JulliardAdded FIXMEs for metafile and fullhwnd handle conversio...
2002-10-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-10-17  Alexandre JulliardUse the WOWHandle functions to convert between task...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-19  Uwe BonnesUse GlobalPageLock for GetVDMPointer32W16 pointers.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-11  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-28  James AbbatielloIncrease number of supported args for WOW_CallProc32W16...
2000-08-16  Peter GantenIf a module cannot be found in LoadLibraryEx32W16,...
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-07  Peter GantenLoadLibraryEx32W16 should use the search algorithm...
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.