Use the right buffer size in SYSPARAMS_Load instead of some random
[wine] / win32 /
2003-03-14  Rein KlazesAdded stub for GetDevicePowerState().
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-13  Robert Shearman- Add some stubs.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-13  György 'Nog' Jeney- Reimplement time functions using ntdll functions.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-12-02  Jukka HeinonenMove int13 handler to winedos.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-15  Jukka HeinonenDeviceIoControl now calls winedos interrupt handlers.
2002-11-15  Martin Wilck- Allow setting NetBIOS ComputerName through registry.
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-10-03  Alexandre JulliardRemoved LPxxx handle types that don't exist under Windows.
2002-09-29  Alexandre JulliardFixed a couple of bugs in the debugger startup.
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-13  Alexandre JulliardHandle special registry root keys directly in advapi32...
2002-09-13  Alexandre JulliardCopied the registry functions needed by VMM into device...
2002-09-13  Alexandre JulliardRemoved remaining references to advapi32 registry funct...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Patrik StridvallMSVC long long 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-08-09  Alexandre JulliardUnprotect the resource data in the unhandled exception...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-31  Eric PouechMoved all client-side console code to kernel.
2002-07-29  Chris MorganSome dos VGA error handling. Misc TRACE changes.
2002-07-23  Eric PouechMulti-line edit is now enabled.
2002-07-10  Eric PouechFixed synchronisation for ctrl event generation.
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...
next