Remove support for 'file', 'name', and 'mode' in .spec files.
[wine] / msdos /
2002-09-04  Alexandre JulliardAdded DPMI segments structure and related function...
2002-08-31  Patrik StridvallMSVC compatibility fixes.
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 StridvallMSVC compatibility fixes.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-13  Marcus MeissnerFixed the ppdev.h present but not direct io access...
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-20  Andreas MohrChange BIOSDATA's rows on screen minus 1 from 23 to 24.
2002-07-10  Admiral CoeymanAdded support for FPU emulation interrupts.
2002-07-05  Gregg Mattinson- Forte C does not support nameless structures or unions
2002-07-03  Andreas MohrCall Sleep for int 0x2f function 0x1680 (IDLE CALL).
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-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-11  Jukka HeinonenRawModeSwitch can now be used to return DPMI applicatio...
2002-05-07  Jukka HeinonenAdded support for DPMI RawModeSwitch.
2002-04-21  Mike McCormackMoved int13 support to the VWIN32_DIOC_DOS_INT13 ioctl.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-13  Eric PouechNow using the NT CD interface.
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-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-08  Ove KaavenMoved the int 9 (keyboard) handler to dlls/winedos.
2001-11-07  Ove KaavenAdded a few default palette entries for the VGA/MCGA...
2001-11-07  Ove KaavenAdded RunInThread callout to winedos.
2001-11-06  François GougetFix the #include order for config.h.
2001-11-05  Ove KaavenImplemented a dynamic table of DOS interrupt handlers.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-09-19  Andreas MohrUpdates and error message improvements.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-15  Uwe BonnesDon't call Dosvm functions when Dosvm isn't initialized.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-14  Uwe BonnesDon't claim the parport for exclusive access and releas...
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-26  Uwe BonnesAdded /dev/parport support for direct port access.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Marcus MeissnerMade DOS VGA display again with last months DDRAW updates.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-04-04  Alexandre JulliardDon't call strtok twice if it failed the first time.
2001-02-12  Andreas MohrImplemented the int21 LFN rename file function.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-05  François GougetWe must cast the return value of GetProcAddress.
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardUse getpagesize() instead of VIRTUAL_GetPageSize().
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-12-01  Alexandre JulliardMoved the few remaining functions in wprocs.dll to...
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-25  Andreas MohrCosmetics.
2000-11-25  Dimitrie O. PaunInclude config.h in files that test for constants defin...
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Ove KaavenWhen a Win16 app sets a selector base to low DOS memory...
2000-11-13  Ove KaavenUse the virtual real-mode interrupt table if low DOS...
2000-11-13  Ove KaavenReorganized DOS memory remapping slightly, so that...
2000-11-05  Gerald PfeiferAdded missing #include <sys/types.h>.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-23  Andreas MohrAlways open/close the CD-ROM device for every Windows...
2000-10-22  Joerg MayerReduce the number of warnings about missing initializers.
2000-10-17  Ove KaavenImplemented DOS INT21 AH=4B (EXEC).
2000-10-15  Alexandre JulliardSet selector 0000H base to 0xf0000 until the first...
2000-10-13  Peter HawkinsAdded DOS int 21h function 4452h support (DR-DOS versio...
2000-10-13  Mike McCormackMoved comm.c into kernel32.
2000-10-12  Mike McCormackRemoved dependency on globals LPT[] and COM{}.
2000-10-12  Andreas MohrReplace null bytes by spaces in WriteConsoleOutputA...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-27  Alexandre JulliardFixed a few non portable zero-size array declarations.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
next