Added version information.
[wine] / dlls / winedos /
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.
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-11-06  Jukka HeinonenMove most int31 functions to winedos.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Jukka HeinonenIgnore VCPI installation checks. Handle XMS query any...
2002-11-04  Jukka HeinonenWhen returning from 32-bit default interrupt handlers...
2002-10-31  Jukka HeinonenPrevent crashes when DOS program tries to access consol...
2002-10-30  Alexandre JulliardAdded winedos16.spec.c.
2002-10-30  Jukka HeinonenAdd winedos16.dll which contains 16-bit protected mode...
2002-10-29  Jukka HeinonenModify winedos interrupt handlers so that they work...
2002-10-28  Andreas Mohr- Make int09 update the BIOS data segment's keyboard...
2002-10-28  Jukka HeinonenAdd routines for manipulating protected mode interrupt...
2002-10-25  Andreas MohrTiny int17 printer fix.
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-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
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-08-28  Patrik StridvallRemoved trailing white space.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-13  Jukka HeinonenAdd support for moving VGA controller window in framebu...
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-29  Chris MorganSome dos VGA error handling. Misc TRACE changes.
2002-07-29  Jukka HeinonenVGA emulation now supports outw and outl.
2002-07-29  Jukka HeinonenAdd VGA controller framebuffer between VGA window and
2002-07-28  Jukka HeinonenAdd decoding logic for VGA indexed registers.
2002-07-10  Admiral CoeymanAdded support for FPU emulation interrupts.
2002-07-03  Andreas MohrBetter toggle all relevant bits in VGA crt register.
2002-07-03  Andreas MohrMake sure we wait some time during int16 keyboard query...
2002-07-03  Andreas MohrAdded a DOS text mode memory buffer copy in order to...
next