Implemented the basic COM framework.
[wine] / dlls / winedos /
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.