Fix signed/unsigned comparison warnings.
[wine] / dlls / kernel / thunk.c
2004-06-16  Marcus MeissnerFixed some illegal lvalue casts / increments.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-12  Alexandre JulliardGet rid of the flatthunk.h header.
2004-02-12  Alexandre JulliardStore the kernel32 module handle globally to avoid...
2004-01-08  Mike HearnAlways print a message for generic stubs.
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-18  Alexandre JulliardRemoved include/selectors.h.
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-05  Alexandre JulliardSet %fs and %gs in the register context to their curren...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardRemoved some no longer needed definitions from stackfra...
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-03-18  Jon GriffithsDocumentation updates.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2002-10-25  Michael StefaniucCompile the kernel dll with -DSTRICT.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-13  Alexandre JulliardSetup exception frame around 16-bit calls to unwind...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-08  Andreas Mohr- Always copy (almost) the whole stack space over to...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-17  Alexandre JulliardDo not call THUNK_Init at startup, only do it when...
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-05  Alexandre JulliardRemoved calls to HEAP_GetSegptr.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-11  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-04  Mike McCormackAdded Ulrich Weigand's description of KERNEL32_99.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Patrik StridvallFixed Win16 documentation not fixed because of a bug...
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-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardExport the CallFrom16xxx functions from kernel32. Renam...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-13  Ulrich WeigandUpdate ESP correctly on return from flat thunk routines.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.