Added a DOS text mode memory buffer copy in order to be able to tell
[wine] / win32 /
2002-06-04  Alexandre JulliardAdded --debugmsg option to the debugger.
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-06-02  Eric PouechBetter too long lines detection, added del key support...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Gerald PfeiferFixed warnings.
2002-05-25  Andreas Mohr- Add some undocumented ioctl mappings.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-23  Alexandre JulliardReplaced -dosver and -winver options by config file...
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-11  Eric PouechFixed FlushInstructionCache prototype.
2002-05-01  Jason EdmeadesCorrect behaviour of DEL key back to deleting the curre...
2002-04-30  Jason Edmeades- Added f8 (history retrieval from partial command...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-21  Mike McCormackMoved int13 support to the VWIN32_DIOC_DOS_INT13 ioctl.
2002-04-01  Eric PouechFixed writing multiline block while wrapping enabled.
2002-03-31  Alexandre JulliardHack to make wineconsole work again.
2002-03-29  Francois GougetFix SetFileAttributes to honor the umask (rather than...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-12  Dmitry TimoshkovMake Home, End and Enter on the keypad work in the...
2002-02-12  Jukka HeinonenSetFileAttributes returns now an error if target file...
2002-01-31  Patrik StridvallFixed some issues found by winapi_check.
2002-01-29  Dmitry TimoshkovAdded GetComputerNameEx[AW] semi-stub.
2002-01-18  Patrik StridvallFixed some issues found by winapi_check.
2002-01-13  Eric PouechChanged the Wine internal cdrom interface to the NT...
2002-01-10  Eric PouechFix some bad behavior when some lock states (capslock...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-26  Michael StefaniucCheck the return value of *snprintf for C99 style overf...
2001-12-21  Eric PouechFixed buffer length in history manipulation.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-25  Eric PouechNow passing event with --use-event to let programs...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-06  François GougetFix the #include order for config.h.
2001-10-23  Francois GougetExpand environment variables in "Debugger" setting.
2001-10-21  Andreas MohrCosmetics.
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-02  Andreas MohrYet another documentation/message text patch.
2001-09-14  Francois GougetHANDLER_ROUTINE is in fact PHANDLER_ROUTINE.
2001-09-11  Guy AlbertelliQuiet FlushInstructionCache for non-NT systems where...
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-15  Eric PouechModified the debugger launching code so that only one...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Mike McCormackDeclare stubs for ReadFileEx, WriteFileEx.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-07  Marcus MeissnerStub for GetQueuedCompletionStatus.
2001-06-06  Andreas MohrDocumentation updates.
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-24  Andreas Mohr- add handler for VCD VxD ("virtual comm device" ?)
2001-05-18  Marcus MeissnerDo not return FALSE on SetFileAttributes() failure...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-04-23  Francois GougetUse snprintf to prevent buffer overflows in format_exce...
2001-04-12  Michael Stefaniuc- added stubs for three console functions
2001-03-22  Alexandre JulliardUse the new send_fd mechanism for the set_console_fd...
2001-03-20  Alexandre JulliardTerminate process on unhandled ^C exception instead...
2001-03-05  Dmitry TimoshkovImplemented SetFileApisToOEM, SetFileApisToANSI and...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-02-16  Alexandre JulliardPass the stdin/stdout handles on startup to use as...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-14  Andreas MohrGive both --winver nt40 and win31 for VxD warning,...
2001-02-13  James AbbatielloUse the Pentium's rdtsc instruction (if available)...
2001-01-26  Alexandre JulliardMade exception_event_request non-blocking, and added
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-09  François Gougetpty_handle is a HANDLE, not an int.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardUse getpagesize() instead of VIRTUAL_GetPageSize().
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-02  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-12-02  Andreas MohrAdded a --winver nt40 hint to VxD error message.
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-11-29  Kees SchoenmakersAdded HASP device stub.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-28  Alexandre JulliardMoved EnumPortsA to dlls/winspool.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Andreas MohrImplemented TerminateApp needed for DBase 5.0.
2000-11-25  Alexandre JulliardFixed GetLargestConsoleWindowSize return type for Winel...
2000-11-12  Alexandre JulliardThe debugger "Auto" registry value should be a string.
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  Guy L. AlbertelliNeed to get any outstanding input prior to returning...
2000-10-29  Marcus MeissnerQuieten VxDCall_VMM output.
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-22  Andreas Mohr- Print CS reg at crash MessageBox (needed for Win16...
2000-10-12  Eric PouechFixed regression for debugger startup event creation.
2000-10-12  Rein KlazesPrevent SetFileAttributeA from making directory read...
2000-10-12  Andreas MohrChanged debugger launching to auto per default.
2000-10-01  Alexandre JulliardImplemented a bunch of large integer functions in ntdll.
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...
next