Report correct IRQ bases to DPMI applications.
[wine] / dlls / winedos / int31.c
2003-05-02  Jukka HeinonenReport correct IRQ bases to DPMI applications.
2003-03-22  Alexandre JulliardChanged the SET_AX etc. macros to not return a value.
2003-03-04  Jukka HeinonenMove real mode interrupt emulation code to file interru...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-01-28  Jukka HeinonenReplace FIXMEs with TRACEs in those paging functions...
2002-12-15  Jukka HeinonenAdd support for DPMI32. Make winedos16.dll unnecessary.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-11  Jukka HeinonenMove all int31 functions to winedos.
2002-11-06  Jukka HeinonenMove most int31 functions to winedos.
2002-11-04  Jukka HeinonenIgnore VCPI installation checks. Handle XMS query any...
2002-10-29  Jukka HeinonenModify winedos interrupt handlers so that they work...
2002-10-28  Jukka HeinonenAdd routines for manipulating protected mode interrupt...
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-09-04  Alexandre JulliardAdded DPMI segments structure and related function...
2002-08-30  Alexandre JulliardFixed some dll separation issues.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-05  Jukka HeinonenDOSVM now exports DPMI Raw Mode Switch routine.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.