Fixed version info.
[wine] / dlls / winedos /
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-28  Christian CostaThe SVGA block code was not accessible (AH and AL inver...
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-23  Alexandre JulliardRemoved some unnecessary imports.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-17  Christian CostaDo not create a window each time VGA_DoSetMode is calle...
2002-05-16  Christian CostaHandle properly the requested video mode in Int10h...
2002-05-16  Christian CostaAdded DMA and SoundBlaster emulation.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-14  Robert CoeymanAdded the rest of the register manipulation code to...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-11  Christian CostaAvoid deadlock in VGA_DoSetMode.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-05  Jukka HeinonenDOSVM now exports DPMI Raw Mode Switch routine.
2002-05-05  Jukka HeinonenTerminating DOS program in real mode now calls ExitThre...
2002-05-05  Jukka HeinonenReal mode interrupt handler now handles interrupt 21...
2002-05-01  Jukka HeinonenWhen DOS program executes another DOS program, command...
2002-04-29  Jukka HeinonenWhen freeing XMS memory block, return an error if block...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-20  Christian CostaGET FUNCTIONALITY/STATE INFORMATION: The input paramete...
2002-04-19  Christian CostaVGA_ioport_in: Fake the occurrence of the vertical...
2002-04-17  Christian CostaImplement SET INDIVIDUAL DAC REGISTER and SET BLOCK...
2002-04-11  Alexandre JulliardRemoved obsolete console driver.
2002-04-11  Jukka HeinonenRemoved obsolete text mode color and attribute code.
2002-04-08  Jukka HeinonenConverted "read standard input with echo" interrupt...
2002-04-08  Jukka HeinonenWrites to stdout and VGA_WriteChars routine now update...
2002-04-03  Jukka HeinonenRedirect DOS writes to stdout/console to DOSVM_PutChar.
2002-04-02  Jukka HeinonenCompiles now even on platforms that do not support...
2002-04-01  Jukka HeinonenRoutine DOSVM_Wait now wakes up if new events are queue...
2002-03-23  Alexandre JulliardCreate threads to manage timers instead of using the...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-20  Admiral CoeymanBeginnings of the code that should allow DOS programs...
2002-03-19  Jukka HeinonenConsole mode DOS programs now receive mouse events.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-31  NogFixed function 0xb.
2002-01-31  NogImplement function 0xb (Read mouse motion counters...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2002-01-29  NogImplement function number 0x5 (Return mouse button...
2002-01-29  Jukka HeinonenLow-resolution and low-color VGA modes are now mapped...
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2002-01-06  Ove KaavenDOS support restructure. The DOS virtual machine is...
2002-01-01  Alexandre JulliardLink with libutil only where needed.
2001-12-26  Alexandre JulliardLink to the curses library only for the dlls that need it.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
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-08  Ove KaavenMoved the int 9 (keyboard) handler to dlls/winedos.
2001-11-07  Ove KaavenAdded RunInThread callout to winedos.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-04-27  Patrik StridvallAdded documentation.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-15  Alexandre JulliardUpdated debug channels.
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-27  Ove KaavenSince DOSVM_Wait() blocks the normal event processing...
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.