Moved 16-bit calls initialization and exception handling to kernel32.
[wine] / memory / instr.c
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-07-01  Jukka HeinonenStart processing asynchronous DOS events in DPMI mode.
2003-05-20  Alexandre JulliardMoved system.dll implementation to dlls/kernel.
2003-05-14  Alexandre JulliardMade INSTR_EmulateInstruction return the exception...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-10-08  Jukka HeinonenAdd support for interrupts in 32-bit code.
2002-08-17  Patrik StridvallMSVC compatibility fixes.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-11  Jukka HeinonenWhen using MapSL, 32-bit addresses are no longer trunca...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-21  Andreas MohrCosmetics.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-24  Alexandre JulliardMoved most global data out of the LPDOSTASK structure.
2000-09-18  Alexandre JulliardMisc cleanups.
2000-06-03  Alexandre JulliardDelay loading of interrupt table functions until they...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-08-01  Alexandre JulliardChanged INSTR_EmulateInstruction to use a CONTEXT86...
1999-07-15  Ulrich WeigandUse position-independent code in assembly glue when...
1999-06-20  Alexandre JulliardFixed Winelib compilation.
1999-06-18  Alexandre JulliardInclude instruction emulation in Winelib.