Cast time_t to long for printing.
[wine] / dlls / winedos / dosexe.h
2003-09-30  Jukka HeinonenUse correct linear pointer when accessing BIOS data...
2003-09-17  Alexandre JulliardMoved I/O port handling to dlls/winedos.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-25  Jukka HeinonenMake all users of DOSVM_Enter explicitly set V86 flag.
2003-08-20  Jukka HeinonenRemove unnecessary __wine_call_from_16_regs call frame...
2003-06-30  Jukka HeinonenMake timer IRQ handler regular builtin interrupt handle...
2003-06-23  Jukka HeinonenAdd IRQ acknowledge handler for internal IRQs.
2003-06-06  Jukka HeinonenPending timer interrupts no longer deadlock DOSVM_Wait.
2003-05-02  Jukka HeinonenRemove obsolete code from DOSVM_Wait.
2003-04-21  Jukka HeinonenMoved dosconf.c to winedos.
2003-03-04  Jukka HeinonenMove real mode interrupt emulation code to file interru...
2003-02-11  Jukka HeinonenReorganize IOCTL handling.
2002-12-15  Jukka HeinonenAdd support for DPMI32. Make winedos16.dll unnecessary.
2002-12-07  Jukka HeinonenMove int08 stub and LOL to upper memory.
2002-12-02  Jukka HeinonenMove DPMI segments to winedos.
2002-11-27  Jukka HeinonenMoved handlers for int25 and int26 to winedos.
2002-11-24  Jukka HeinonenMoved handlers for int11, int15 and int5c to winedos.
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-18  Jukka HeinonenRemoved obsolete INT_Int31Handler.
2002-11-13  Marcus MeissnerDo not define MZ_SUPPORTED if we do not have sys/vm86...
2002-11-12  Jukka HeinonenMove simple interrupt handlers to winedos.
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-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-30  Alexandre JulliardFixed some dll separation issues.
2002-05-16  Christian CostaAdded DMA and SoundBlaster emulation.
2002-05-05  Jukka HeinonenTerminating DOS program in real mode now calls ExitThre...
2002-04-03  Jukka HeinonenRedirect DOS writes to stdout/console to DOSVM_PutChar.
2002-03-19  Jukka HeinonenConsole mode DOS programs now receive mouse events.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.