winedos: Clear TF bit before passing control to a VM86 interrupt handler.
[wine] / dlls / winedos / module.c
2005-10-03  Dmitry TimoshkovConvert a WARN to a FIXME to make it visible to a user...
2005-08-26  Mike McCormackFix gcc 4.0 warnings.
2005-05-10  Eric PouechMoved DOS memory handling to winedos.
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-05-05  Rein Klazes- In MZ_DoLoadImage if an environment segment is specif...
2005-04-27  Eric Pouech- delayed initialisation of BIOS and SYSTEM information...
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-10-18  Markus AmslerInitialize .COM stack.
2004-08-13  Markus AmslerMake environment variables uppercase.
2004-08-09  Markus AmslerFix EXEC function 01 (load but don't execute): initial...
2004-01-20  Michael StefaniucFixed DOS EXE loader for the case where we realy have...
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Jukka HeinonenMake DOS process exit using ExitProcess instead of...
2003-08-25  Jukka HeinonenMake all users of DOSVM_Enter explicitly set V86 flag.
2003-06-30  Jukka HeinonenMake timer IRQ handler regular builtin interrupt handle...
2003-05-02  Jukka HeinonenFix argument passing to DOS program from winevdm.
2003-04-27  Alexandre JulliardFixed non-MZ case broken by previous patch.
2003-04-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
2003-02-11  Jukka HeinonenReorganize IOCTL handling.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-02  Eric PouechRemoved unused #include of module.h.
2002-12-07  Jukka HeinonenMove int08 stub and LOL to upper memory.
2002-10-28  Jukka HeinonenAdd routines for manipulating protected mode interrupt...
2002-10-23  Chris MorganCall CreateProcessA() when executing non-dos applicatio...
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-10-23  Patrik StridvallFix for platforms not supporting DOS mode.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-17  Alexandre JulliardUse the WOWHandle functions to convert between task...
2002-08-30  Alexandre JulliardFixed some dll separation issues.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-05  Jukka HeinonenTerminating DOS program in real mode now calls ExitThre...
2002-05-01  Jukka HeinonenWhen DOS program executes another DOS program, command...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-06  Ove KaavenDOS support restructure. The DOS virtual machine is...
2001-12-05  Alexandre JulliardFixed compile for !MZ_SUPPORTED.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-20  Patrik StridvallDocumentation fixes.
2001-11-07  Ove KaavenAdded RunInThread callout to winedos.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-04-27  Patrik StridvallAdded documentation.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-01-06  Alexandre JulliardUse the exe name and file handle we got from the server...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-27  Ove KaavenRelease the Win16 lock before starting the DOS process...
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.