Initialize streamData and check on failure to read desired data from
[wine] / msdos /
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...
2000-09-24  Alexandre JulliardMoved most global data out of the LPDOSTASK structure.
2000-09-18  Alexandre JulliardMisc cleanups.
2000-08-28  James AbbatielloStub support for int2f/ax=1684/bx=0027 (VXDLDR).
2000-08-25  Andreas MohrMinor cosmetic changes.
2000-08-22  James AbbatielloFixes for reading latched values with ports 0x40-0x43.
2000-08-20  Chris MorganStubbed INT 15 function 84h.
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardRemoved obsolete SHMDATA parameter in GLOBAL_CreateBlock.
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-08-01  Alexandre JulliardMoved MulDiv() and VGA routines out of GDI.
2000-07-31  Ove KaavenRemoved DOS task fields from the NE_MODULE structure.
2000-07-31  Ove KaavenFixed a few problems.
2000-07-31  Ove KaavenUse MZ_Current() instead of pModule->lpDosTask. Cleaned...
2000-07-30  Ove KaavenRemoved hModule parameter from MZ_AllocDPMITask(),...
2000-07-30  Ove KaavenMade DOSMEM_Init() take a BOOL parameter instead of...
2000-07-29  Ove KaavenFill BIOS segments using pointers from DOSMEM_Bios...
2000-07-29  Ove KaavenMake direct console input routines go through int16...
2000-07-29  Ove KaavenLet Int09 routines remember a keystroke's ASCII code...
2000-07-29  Ove KaavenAdded some int33 function stubs.
2000-07-29  Ove KaavenChanged a few core int10 routines to use the BIOS data...
2000-07-28  Ove KaavenRemoved the hModule parameter from various DOSMEM routi...
2000-07-28  Ove KaavenJust get DOS task structure from MZ_Current(), instead...
2000-07-28  Ove KaavenMake a global asm helper function to handle 32-bit...
2000-07-26  Alexandre JulliardAvoid clobbering %ebx.
2000-07-25  Andreas Mohr- fixed a gross bug in SetCurrentDirectoryA (where...
next