Fixed some problems found while compiling and linking Wine under
[wine] / dlls / winedos /
2003-10-14  Jukka HeinonenRemove races from DPMI async event handling.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-09  Oleg ProkhorovAvoid HeapReAlloc of a NULL pointer.
2003-10-08  Mike McCormackDon't share some protected mode interrupts in winedos.
2003-10-07  Jukka HeinonenUse correct pointer when accessing real mode interrupt...
2003-10-04  Jukka HeinonenReboot (int19) under DOS now does ExitProcess.
2003-09-30  Jukka HeinonenUse correct linear pointer when accessing BIOS data...
2003-09-22  Michael StefaniucSilence the FIXME produced by an install check of MVSOU...
2003-09-22  Michael StefaniucSilence the FIXME's produced by a check for a dos32...
2003-09-22  Jukka HeinonenWhen entering protected mode, V86 flag must be clear.
2003-09-17  Alexandre JulliardMoved I/O port handling to dlls/winedos.
2003-09-17  Alexandre JulliardUse WOWCallback16Ex to switch to vm86 mode so that...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Sylvain PetreolleChanged some functions to reset CFLAG on success.
2003-09-02  Michael Stefaniucint33 21h is identical to int33 00h.
2003-09-02  Jukka HeinonenMake DOS process exit using ExitProcess instead of...
2003-09-01  Jukka HeinonenAdd support for specific EOI PIC command.
2003-08-29  Jukka HeinonenWorkaround implemented for passing faked mickeys to...
2003-08-29  Jukka HeinonenAllow application to use VGA window that overlaps frame...
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.
next