Fix signed/unsigned comparison warnings.
[wine] / dlls / winedos /
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-20  Jukka HeinonenAdded support for int33 show/hide mouse cursor calls.
2004-09-08  Markus AmslerRespect given buffer size in GET EXTENDED COUNTRY INFOR...
2004-09-07  Markus AmslerFix filename terminator table, correct exclude_last...
2004-09-07  Rein KlazesFix compile error with include files from Linux 2.6.7+.
2004-09-07  Andreas Mohr- fix int21 block device read/write
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-14  Markus AmslerAdd DOS editing key support in BUFFERED INPUT.
2004-08-13  Markus AmslerMake FINDFIRST working with /.
2004-08-13  Markus AmslerMake environment variables uppercase.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-09  Markus AmslerFix EXEC function 01 (load but don't execute): initial...
2004-08-09  Markus AmslerFixed drive mapping in GET ALLOCATION.
2004-08-04  Markus AmslerPass debug exceptions to winedos.
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 JulliardMoved wine_get_unix_file_name implementation to ntdll...
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-04-06  Florian GothAdded some more stubs after examining the dosbox source...
2004-03-30  Florian GothAdded some stubs.
2004-03-25  Florian GothAdded stubs for a few functions.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
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-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-02-24  Alexandre JulliardChanged handling of special DOS devices to use real...
2004-02-24  Uwe BonnesIO_pp_outp: Allow to switch direction of the printer...
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-20  Michael StefaniucFixed DOS EXE loader for the case where we realy have...
2004-01-14  Eric Pouech- got rid of FILE_Dup2 export from kernel32
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2004-01-09  Michael Stefaniuc- add VESA mode 0x6a (same as 0x102)
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-05  Eric PouechMade wine_get_unix_file_name take a Unicode string...
2004-01-02  Michael StefaniucFill in the color MaskSize and FieldPosition fields...
2004-01-02  Michael StefaniucUse a struct as specified in the VBE 3.0 standard for the
2004-01-02  Michael StefaniucSet the "bytes per scan line" field when generating...
2003-12-02  Alexandre JulliardUse wine_server_release_fd() instead of close() everywh...
2003-12-01  Jukka HeinonenAdd upper limit for the number of pending timer interrupts.
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-26  Steven EdwardsPorting fixes.
2003-11-25  Uwe BonnesINT21_GetFreeDiskSpace(): The drive parameter is found...
2003-11-25  Eric PouechGot rid of DRIVE_OpenDevice, and replaced it with Win32...
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-18  Alexandre JulliardUse the wine_ldt_* functions directly in winedos instea...
2003-11-17  Alexandre JulliardMoved toolhelp.h to dlls/kernel.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
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-11  Jukka HeinonenFix race in real mode event handling.
2003-11-05  Alexandre JulliardSet %fs and %gs in the register context to their curren...
2003-11-03  Jukka HeinonenImplement fat32 extended free space function.
2003-10-27  Jukka HeinonenClean up mouse driver implementation.
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-10-14  Jukka HeinonenRemove races from DPMI async event handling.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-09  Oleg ProkhorovAvoid HeapReAlloc of a NULL pointer.
2003-10-08  Mike McCormackDon't share some protected mode interrupts in winedos.
2003-10-07  Jukka HeinonenUse correct pointer when accessing real mode interrupt...
2003-10-04  Jukka HeinonenReboot (int19) under DOS now does ExitProcess.
2003-09-30  Jukka HeinonenUse correct linear pointer when accessing BIOS data...
2003-09-22  Michael StefaniucSilence the FIXME produced by an install check of MVSOU...
2003-09-22  Michael StefaniucSilence the FIXME's produced by a check for a dos32...
2003-09-22  Jukka HeinonenWhen entering protected mode, V86 flag must be clear.
2003-09-17  Alexandre JulliardMoved I/O port handling to dlls/winedos.
2003-09-17  Alexandre JulliardUse WOWCallback16Ex to switch to vm86 mode so that...
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  Michael Stefaniucint33 21h is identical to int33 00h.
2003-09-02  Jukka HeinonenMake DOS process exit using ExitProcess instead of...
2003-09-01  Jukka HeinonenAdd support for specific EOI PIC command.
2003-08-29  Jukka HeinonenWorkaround implemented for passing faked mickeys to...
2003-08-29  Jukka HeinonenAllow application to use VGA window that overlaps frame...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-08-25  Jukka HeinonenMake all users of DOSVM_Enter explicitly set V86 flag.
2003-08-25  Alexandre JulliardFixed copy/paste error in WOWCallback16Ex call (spotted...
2003-08-25  Jukka HeinonenReplace some magic numbers with symbols.
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-20  Jukka HeinonenMake FPU emulation use CS:IP when determining location...
2003-08-20  Jukka HeinonenRemove unnecessary __wine_call_from_16_regs call frame...
2003-08-19  Jukka HeinonenWhen forcing call to DOS relay from protected mode...
2003-08-18  Alexandre JulliardAdded missing \n in TRACE calls.
2003-08-18  Jukka HeinonenFix CPU flag handling when internal interrupts are...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-15  Jukka HeinonenMake int1a BIOS ticks be equal to BIOS segment ticks.
2003-07-08  Jukka HeinonenReal mode context should always have V86 flag turned on.
2003-07-03  Marcus MeissnerDPMI exceptions only happen on i386.
2003-07-01  Jukka HeinonenStart processing asynchronous DOS events in DPMI mode.
next