Cast time_t to long for printing.
[wine] / win32 /
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-18  Alexandre JulliardMoved VxDCall support to dlls/kernel.
2003-09-17  Alexandre JulliardMoved almost all remaining process, thread, fiber and...
2003-09-15  Mike McCormackMove the mailslot stubs into the dlls/kernel directory.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-08-12  Dimitrie O. PaunConsolidate all kernel power management functions.
2003-07-28  Mike HearnMerge CPU detection code into misc/cpu.c.
2003-07-09  Juraj HercekModified unhandled exception message to contain also...
2003-06-24  Eric Pouech- started implementing ntdll.NtDeviceIoControlFile...
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.
2003-06-13  Eric PouechAdded support for overlapped ioctl requests (and a...
2003-05-22  Alexandre JulliardBeep() is still needed in ntdll, move it back to some...
2003-04-27  Stefan LeichterRemoved W->A calls from FatalAppExitW.
2003-04-16  Uwe BonnesDon't use a hex number for the event in the default...
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-04-03  Paul McNettStubs for BeginUpdateResourceA(), BeginUpdateResourceW(),
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.
next