Add prototype for GetCompressedFileSize. Move some int21 functions to
[wine] / msdos / int21.c
2003-03-30  Jukka HeinonenAdd prototype for GetCompressedFileSize. Move some...
2003-03-22  Rein KlazesFix two comparisons between a 32 bit register with...
2003-03-04  Jukka HeinonenMove decoding of long file name functions to winedos.
2003-02-19  Jukka HeinonenMove resize memory block to winedos and make it resize...
2003-02-11  Jukka HeinonenReorganize IOCTL handling.
2003-01-30  Jukka HeinonenFix buffered input function. Add support for UMB subfun...
2003-01-28  Jukka HeinonenReturn scancode when extended keycodes are read using...
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-23  Jukka HeinonenReturn number of bytes written when writing to DOS...
2002-12-10  Jukka HeinonenMove int21 country information handling to winedos.
2002-12-07  Jukka HeinonenMove int08 stub and LOL to upper memory.
2002-12-03  Andreas MohrFixed error checking in file creation and closing.
2002-12-03  Jukka HeinonenClean up int21 handling. Move error handling to winedos.
2002-12-02  Jukka HeinonenRename old DOS3Call as INT_Int21Handler and make new...
2002-11-21  Jukka HeinonenRemoved last users of msdos/interrupts.c.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
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-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-26  Alexandre JulliardLink to the curses library only for the dlls that need it.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-11  Patrik StridvallDocumentation fixes.
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-02-12  Andreas MohrImplemented the int21 LFN rename file function.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
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-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-10-17  Ove KaavenImplemented DOS INT21 AH=4B (EXEC).
2000-10-13  Peter HawkinsAdded DOS int 21h function 4452h support (DR-DOS versio...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-07-29  Ove KaavenMake direct console input routines go through int16...
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-06-18  Dmitry TimoshkovUse GetSystemDefaultLangID() instead of WINE_LanguageId.
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-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-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-13  Marcus MeissnerReplicate CreateDirectory() LastError workaround for...
1999-09-23  Alexandre JulliardImplemented uppercasing functions (based on a patch...
1999-08-01  Alexandre JulliardRemoved IP_reg, SP_reg and FL_reg definitions to avoid...
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-05-22  Ove KaavenChanged global DOS_LOL into function DOSMEM_LOL() in...
1999-05-08  Ove KaavenMoved DOS List of Lists initialization, and added the...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-15  Bertho StultiensAdded IOCTL function 0x440d/0x72.
1999-04-03  Alexandre JulliardMask off unsupported attributes in _lcreat (bug reporte...
1999-03-22  Andreas MohrCosmetics.
1999-03-17  Jess HaasFixed/implemented various interrupt functions.
1999-03-14  Ove KaavenFully implemented Direct Console Input.
1999-02-28  Marcus MeissnerChanged CreateDirectory LastError returns to match...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-01-31  Alexandre JulliardChanged DOS extended error handling to be based on...
1999-01-31  Ove KaavenAdded missing includes (the PSP handling was incorrect...
1999-01-30  Andreas MohrSome interrupt enhancements.
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-20  Ove KaavenClear DOS extended error only for funcs >=0x2f (thanks...
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Andreas MohrImplemented raw device access calls for ioctlGenericBlk...
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-12-07  Stefan LeichterFile handle bug fix.
1998-12-03  Joseph PranevichCall the new console driver for some routines. This...
1998-11-25  Ulrich WeigandChanged CTX_SEG_OFF_TO_LIN to allow linear addresses...
1998-11-22  Andreas MohrAdded INT21_ParseFileNameIntoFCB() and some other thing...
1998-11-07  Andreas MohrMade this file DOSMOD friendly.
1998-10-17  Joseph PranevichTerminate and Stay Resident now a fixme because it...
1998-10-11  Ove KaavenI think it's time to rethink the HFILE16_TO_HFILE32...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-26  Alexandre JulliardRelease 980726 wine-980726
1998-07-12  Alexandre JulliardRelease 980712 wine-980712
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
next