Don't call QueryAbort16() in WriteSpool16(), since it might be called
[wine] / msdos /
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...
2000-07-25  Ove KaavenUse lcall opcodes, so all gas-es understand it...
2000-07-25  Ove KaavenMake int16 read from the BIOS keyboard buffer, not...
2000-07-25  Ove KaavenFixed broken assembler. Removed support for old protect...
2000-07-23  Ove KaavenChange the V86BASE macro to call DOSMEM_MemoryBase...
2000-06-18  Dmitry TimoshkovUse GetSystemDefaultLangID() instead of WINE_LanguageId.
2000-06-07  Patrik StridvallFixed some warnings.
2000-06-07  Ulrich WeigandRemoved mis-aligned accesses during BIOS/DOS data initi...
2000-06-03  Patrik StridvallFixed some warnings.
2000-06-03  Alexandre JulliardDelay loading of interrupt table functions until they...
2000-06-03  Alexandre JulliardDelay initialization of I/O permissions until they...
2000-05-30  Andreas MohrImplemented int 0x21 long file name function 0x71a0...
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-24  Marcus MeissnerCommented out broken __asm__, added comments where...
2000-05-23  Ove KaavenScale mouse coordinates to default width 640.
2000-04-29  Eric PouechFixed a few compilation warnings.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-04  Ian SchmidtImplemented FAT32 function 7302 (Get Extended DPB).
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-08  David Elliott- Slightly reworked include files (less messy, more...
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Andreas Mohr- implemented serial numbers for audio CDs and data CDs
2000-02-03  Ove KaavenAdded INT_Int16ReadChar and made int09 handle special...
2000-01-30  Ove KaavenMade int9 handler add keystroke to BIOS keyboard buffer.
2000-01-29  Andreas Mohr- support for reading labels and serial nums from device
1999-12-25  Eric PouechFixed first/last playable frame referencing.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-23  Robert 'Admiral... Report non-hercules video. Turned on int 2a.
1999-10-13  Marcus MeissnerReplicate CreateDirectory() LastError workaround for...
1999-09-29  Patrik StridvallModification due to problems with winapi-check.
next