Moved 16-bit calls initialization and exception handling to kernel32.
[wine] / tools / winebuild / relay.c
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-03-25  Alexandre JulliardStore %gs in the TEB on every call to 16-bit code,...
2003-02-27  Alexandre JulliardProperly save/restore %gs register across 16-bit calls.
2002-10-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-08-13  Alexandre JulliardSetup exception frame around 16-bit calls to unwind...
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-01  Alexandre JulliardGot rid of #ifdef USE_STABS.
2002-03-11  Patrik StridvallMade winebuild (almost) compile and work on Windows.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-12  Gavriel StateSome older versions of GDB need to have the filename...
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-08-28  Alexandre JulliardOutput correct assembly function headers for all functions.
2001-06-08  Bob GoodwinMask out garbage in the upper half of stack pointer.
2001-02-13  Josh DuBoisMore portable .align directive.
2000-12-29  Ulrich WeigandFixed winebuild to work on non-Intel architectures.
2000-12-01  Dimitrie O. PaunModified winebuild to use the __ASM_FUNC macro for...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
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-10-29  Alexandre JulliardPatch flat cs of 16-bit entry points if current %cs...
2000-09-13  Ulrich WeigandModified CallTo16Register routines to update register...
2000-06-23  Alexandre JulliardSplit the build program in several files.