Add prototype for GetCompressedFileSize. Move some int21 functions to
[wine] / dlls / winedos / int21.c
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.