Add DOS editing key support in BUFFERED INPUT.
[wine] / dlls / winedos / int21.c
2004-08-14  Markus AmslerAdd DOS editing key support in BUFFERED INPUT.
2004-08-13  Markus AmslerMake FINDFIRST working with /.
2004-08-09  Markus AmslerFixed drive mapping in GET ALLOCATION.
2004-07-12  Marcus MeissnerRemove lvalue casts that are no longer supported.
2004-06-17  Alexandre JulliardCheck for non-existent directory in INT21_SetCurrentDir...
2004-06-03  Rein KlazesIn INT21_GetFreeDiskSpace adjust the sectors-per-cluste...
2004-04-26  Jukka HeinonenImplement DOS7 canonicalize path function as a conversi...
2004-04-19  Alexandre JulliardFixed/updated the file attributes defines.
2004-04-16  Alexandre JulliardUpdate the drive environment strings when changing...
2004-04-14  Alexandre JulliardReplaced create_file server requests by a call to NtCre...
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-03-17  Alexandre JulliardFindFirstFile can return an empty short name if the...
2004-03-12  Alexandre JulliardChanged the create_file server request to take NtCreate...
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-02-24  Alexandre JulliardChanged handling of special DOS devices to use real...
2004-01-14  Eric Pouech- got rid of FILE_Dup2 export from kernel32
2003-11-26  Steven EdwardsPorting fixes.
2003-11-25  Uwe BonnesINT21_GetFreeDiskSpace(): The drive parameter is found...
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-14  Alexandre JulliardRepaired INT21_FindFirst/FindNext.
2003-11-14  Eric Pouech- moved the remaining of int21 calls to dlls/winedos
2003-11-03  Jukka HeinonenImplement fat32 extended free space function.
2003-10-27  Jukka HeinonenMoved drive parameter block (DPB) routines to winedos.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-09-22  Michael StefaniucSilence the FIXME's produced by a check for a dos32...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Sylvain PetreolleChanged some functions to reset CFLAG on success.
2003-09-02  Jukka HeinonenMake DOS process exit using ExitProcess instead of...
2003-06-16  Jukka HeinonenMigrate create/open file functions to winedos.
2003-06-13  Jukka HeinonenMove get current directory and set current directory...
2003-06-04  Jukka HeinonenMigrate most int21 ioctl routines to winedos.
2003-05-20  Jukka HeinonenAdded some long filename functions.
2003-05-19  Jukka HeinonenMove get current drive int21 function to winedos.
2003-05-15  Alexandre JulliardThomas Mertes <thomas.mertes_at_gmx.at>
2003-05-11  Jukka HeinonenMake read from stdin use buffered input code and redire...
2003-05-06  Jukka HeinonenReport errors to applications when illegal dates are...
2003-05-02  Jukka HeinonenRemove obsolete code from DOSVM_Wait.
2003-04-21  Jukka HeinonenMoved dosconf.c to winedos.
2003-04-08  Jukka HeinonenReturn correct segment for VESA information.
2003-03-30  Jukka HeinonenAdd prototype for GetCompressedFileSize. Move some...
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  Jukka HeinonenReturn number of bytes written when writing to DOS...
2003-01-20  Lawson WhitneyFix reversed hour and minute in int 21 ah=2c.
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  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-06  Patrik StridvallFixed some issues found by winapi_check.
2002-10-29  Jukka HeinonenModify winedos interrupt handlers so that they work...
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-30  Alexandre JulliardFixed some dll separation issues.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-05  Jukka HeinonenReal mode interrupt handler now handles interrupt 21...
2002-04-11  Alexandre JulliardRemoved obsolete console driver.
2002-04-08  Jukka HeinonenConverted "read standard input with echo" interrupt...
2002-04-03  Jukka HeinonenRedirect DOS writes to stdout/console to DOSVM_PutChar.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  NogFixed function 0xb.
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.