Added some missing functions.
[wine] / dlls / winedos /
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-08-25  Jukka HeinonenMake all users of DOSVM_Enter explicitly set V86 flag.
2003-08-25  Alexandre JulliardFixed copy/paste error in WOWCallback16Ex call (spotted...
2003-08-25  Jukka HeinonenReplace some magic numbers with symbols.
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-20  Jukka HeinonenMake FPU emulation use CS:IP when determining location...
2003-08-20  Jukka HeinonenRemove unnecessary __wine_call_from_16_regs call frame...
2003-08-19  Jukka HeinonenWhen forcing call to DOS relay from protected mode...
2003-08-18  Alexandre JulliardAdded missing \n in TRACE calls.
2003-08-18  Jukka HeinonenFix CPU flag handling when internal interrupts are...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-15  Jukka HeinonenMake int1a BIOS ticks be equal to BIOS segment ticks.
2003-07-08  Jukka HeinonenReal mode context should always have V86 flag turned on.
2003-07-03  Marcus MeissnerDPMI exceptions only happen on i386.
2003-07-01  Jukka HeinonenStart processing asynchronous DOS events in DPMI mode.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-30  Alexandre JulliardReplace calls to WaitForMultipleObjects with a 0 count...
2003-06-30  Jukka HeinonenMake timer IRQ handler regular builtin interrupt handle...
2003-06-27  Gerald PfeiferEnable all of DllMain(), even if if not MZ_SUPPORTED.
2003-06-27  Sylvain PetreolleDisplay the interrupt number in hexadecimal.
2003-06-24  Gerald PfeiferExpose part of DOSVM_SendQueuedEvents() also for platfo...
2003-06-23  Francois GougetO_RDONLY==0 but it's cleaner to pass it to DRIVE_OpenDe...
2003-06-23  Jukka HeinonenAdd IRQ acknowledge handler for internal IRQs.
2003-06-20  Jukka HeinonenAdd int31 VIF manipulation functions.
2003-06-16  Jukka HeinonenMigrate create/open file functions to winedos.
2003-06-16  Jukka HeinonenMake DOSVM_Wait work in protected mode.
2003-06-13  Sylvain PetreolleTrace which real mode interrupt is emulated.
2003-06-13  Jukka HeinonenMove get current directory and set current directory...
2003-06-13  Jukka HeinonenSplit timer code into separate source file.
2003-06-06  Jukka HeinonenPending timer interrupts no longer deadlock DOSVM_Wait.
2003-06-04  Jukka HeinonenMigrate most int21 ioctl routines to winedos.
2003-05-20  Jukka HeinonenAdded some long filename functions.
2003-05-19  Jukka HeinonenMove get current drive int21 function to winedos.
2003-05-15  Alexandre JulliardMoved vxd support to winedos.
2003-05-15  Alexandre JulliardThomas Mertes <thomas.mertes_at_gmx.at>
2003-05-11  Jukka HeinonenMake read from stdin use buffered input code and redire...
2003-05-07  Jukka HeinonenAdd scrolling support for VGA text mode.
2003-05-06  Jukka HeinonenReport errors to applications when illegal dates are...
2003-05-04  Marcus MeissnerFixed non-x86 DOSVM_Wait prototype.
2003-05-02  Jukka HeinonenRemove obsolete code from DOSVM_Wait.
2003-05-02  Jukka HeinonenReport correct IRQ bases to DPMI applications.
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-04-21  Jukka HeinonenMoved dosconf.c to winedos.
2003-04-13  Jukka HeinonenInterrupt handling now prints more trace information.
2003-04-08  Jukka HeinonenReturn correct segment for VESA information.
2003-04-01  Alexandre JulliardPortability fixes.
2003-03-30  Jukka HeinonenAdd prototype for GetCompressedFileSize. Move some...
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-03-04  Jukka HeinonenMove decoding of long file name functions to winedos.
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-02-26  Sylvain PetreolleImplemented DSP Version command.
2003-02-26  Jukka HeinonenMove controller info and state/functionality info initi...
2003-02-24  Michael StefaniucRemove some unreachable code.
2003-02-24  Gerald PfeiferFix TRACE format string.
2003-02-19  Jukka HeinonenIgnore get shadow buffer function.
2003-02-19  Jukka HeinonenMove resize memory block to winedos and make it resize...
2003-02-14  Jukka HeinonenOutputting backspaces should only move the cursor.
2003-02-12  Michael StefaniucAdded some missing LeaveCriticalSection's.
2003-02-11  Jukka HeinonenReorganize IOCTL handling.
2003-02-11  Jukka HeinonenAdd locking to VGA_SetWindowStart.
2003-02-11  Jukka HeinonenAdd support for VESA mode information.
2003-01-30  Jukka HeinonenFix buffered input function. Add support for UMB subfun...
2003-01-28  Jukka HeinonenReplace FIXMEs with TRACEs in those paging functions...
2003-01-28  Jukka HeinonenReturn scancode when extended keycodes are read using...
2003-01-28  Jukka HeinonenHandle horizontal and vertical retrace separately.
2003-01-28  Jukka HeinonenUnify VGA and VESA video mode setting code.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-23  Jukka HeinonenReturn number of bytes written when writing to DOS...
2003-01-23  Jukka HeinonenReorganize int10 code. Fix comments.
2003-01-20  Lawson WhitneyFix reversed hour and minute in int 21 ah=2c.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-02  Eric PouechRemoved unused #include of module.h.
2002-12-15  Jukka HeinonenAdd support for DPMI32. Make winedos16.dll unnecessary.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-10  Jukka HeinonenMove int21 country information handling to winedos.
2002-12-07  Jukka HeinonenMove int08 stub and LOL to upper memory.
2002-12-03  Jukka HeinonenClean up int21 handling. Move error handling to winedos.
2002-12-02  Jukka HeinonenMove DPMI segments to winedos.
2002-12-02  Jukka HeinonenRename old DOS3Call as INT_Int21Handler and make new...
2002-12-02  Jukka HeinonenMove int13 handler to winedos.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-30  Andreas MohrFixed text mode value.
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-24  Jukka HeinonenVGA text mode no longer flickers and it is much faster.
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-18  Jukka HeinonenRemoved obsolete INT_Int31Handler.
2002-11-15  Jukka HeinonenDeviceIoControl now calls winedos interrupt handlers.
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-11-11  Jukka HeinonenMove all int31 functions to winedos.
2002-11-06  Jukka HeinonenStart using winedos handlers for all interrupts.
next