GetTimeFormat() should return LocalTime not SystemTime.
[wine] / win32 /
1999-06-27  Marcus MeissnerReadConsoleA: use ir as pointer to (req+1).
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-18  Alexandre JulliardA few optimizations.
1999-06-12  Patrik StridvallAdded missing/wrong includes.
1999-06-12  Rein KlazesCorrected a problem in GetTimeZoneInformation() due...
1999-06-11  Alexandre JulliardReturn console handles in alloc_console request.
1999-05-29  Marcus MeissnerFix <return> key (somehow we get a control keystate).
1999-05-24  Ulrich WeigandUse register functions with arguments for LogApiThk...
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-23  Alexandre JulliardImplemented the Win32 debug API functions.
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-23  Ulrich WeigandAdded _DebugOutput (KERNEL.328), LogApiThk (KERNEL...
1999-05-22  Ulrich WeigandSet %ebx to point to real 16-bit stack in CBClientThunkSL.
1999-05-22  Juergen SchmiedSome stubs for pccard vxd to debug the native shell32.
1999-05-17  Ulrich WeigandBugfix: FT_PrologPrime was broken due to relay changes.
1999-05-14  Alexandre JulliardFixed a few bugs, and improved the exception macros...
1999-05-13  Alexandre JulliardAdapted for new register functions support (ESP_reg...
1999-05-13  Alexandre JulliardVxDCall functions do not need to be 'register'.
1999-05-12  Alexandre JulliardAdded macros and definitions for using exception inside...
1999-05-12  Alexandre JulliardMoved some exception definitions to winnt.h and ntddk.h.
1999-05-09  Alexandre JulliardFixed request size for alloc_console and free_console.
1999-05-09  Alexandre JulliardImproved exception handling.
1999-05-08  Marcus MeissnerIgnore ESC[%dc reports generated by 8bit control codes.
1999-05-04  Andreas MohrGetMailslotInfo is supposed to check for pointer validity.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-01  Juergen SchmiedFixed typo.
1999-04-19  Marcus MeissnerAdded MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-03  Eric PouechAdded (empty) stub for OpenVxDHandle.
1999-04-01  Ulrich WeigandImplemented PROCESS_CallUserSignalProc().
1999-03-28  Steffen MoellerSetFileAttributesA: "implemented" setting of directory...
1999-03-28  Andreas MohrAdded CreateIoCompletionPort stub.
1999-03-25  David LuyerChanged "strings.h" to "string.h".
1999-03-17  Marcus MeissnerFixed some warnings. removed some unneccessary includes...
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-13  Peter GantenChange GetStartupInfoA/W to return the real StartupInfo.
1999-03-13  Ulrich WeigandImplemented UTRegister and UTUnRegister.
1999-02-28  Alexandre JulliardCLIENT_WaitReply: don't clear last error on success...
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-28  Ulrich WeigandGetBinaryType[AW] moved to loader/module.c, modified...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Huw D M DaviesFixed a few broken includes.
1999-02-19  Ian SchmidtPartial stub implementation of undocumented KERNEL...
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Alexandre JulliardRemoved CONSOLE_Ops.
1999-02-13  Andreas MohrAdds a warning message if permissions not sufficient.
1999-02-12  Juergen SchmiedSmall fixes to compile with the headers (mostly nt...
1999-02-09  Zygo Blaxellwine_openpty is not properly declared (either missing...
1999-02-05  Marcus MeissnerContinued hack to win32/console.c, so that the IDA...
1999-01-31  Alexandre JulliardAdded input queue to server-side console object,
1999-01-30  Alexandre JulliardBerend Reitsma <berend at asset-control.com>
1999-01-26  Marcus MeissnerDo not endlessly loop in CONSOLE_get_input after EOF.
1999-01-20  Marcus MeissnerWin32 console needs SYNCHRONIZE access.
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Marcus Meissner0 means success, all else failure for WaitForSingleObject.
1999-01-03  Juergen SchmiedMoved ADVAPI32 files to dlls/advapi32.
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Alexandre JulliardCleaned up and removed some no longer used code.
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-30  Alexandre JulliardHacks to support server-side console. Should be redone...
1998-12-30  Alexandre JulliardReimplemented Read/WriteFile to use server file descrip...
1998-12-24  Peter HunnisettCreateFile32A was only allowing console opens on CONIN...
1998-12-24  Jean-Claude CoteImplemented the GetBinaryType API function.
1998-12-24  Rein KlazesFix small problem in GetTimeZoneInformation().
1998-12-18  Juergen SchmiedStubs for WaitNamedPipe[A|W].
1998-12-14  Marcus MeissnerMade async IO (SIGIO) stuff from WINSOCK generic useable.
1998-12-14  Marcus Meissner(ReadConsole32A): small and stupid bug fixed
1998-12-11  Marcus MeissnerTwo debug messages clarified, one useless prototype...
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-12-09  Marcus MeissnerEnhanced Win32 Console (XTERM)
1998-11-30  Juergen SchmiedStubs for EnumServiceStatus32, small changes.
1998-11-25  Ulrich WeigandImplemented (most) VWin32.VxD DeviceIoControl routines.
1998-11-24  Ulrich WeigandBugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
1998-11-14  Rein KlazesAdded implementations for InterlockedExchangeAdd() and
1998-11-14  Huw D M DaviesFixes a few of the many compiler warnings.
1998-11-14  Juergen SchmiedStubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
1998-11-08  James SutherlandMore complete implementation of the SetCtrlHandler...
1998-11-07  Marcus Meissnermonodebg.vxd used by some Origin programs implemented.
1998-11-06  Uwe BonnesThe API for WideCharToMultiByte says that the src-strin...
1998-11-01  Marcus MeissnerFixed small off by one error in GetComputerName32W...
1998-11-01  Marcus MeissnerAdded stubs for user32,advapi32 functions.
1998-10-24  Uwe BonnesFile sharing fixes.
1998-10-23  Juergen SchmiedNew stub RegisterTaskList.
1998-10-15  Juergen SchmiedNew stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
1998-10-11  Ulrich WeigandImplemented new PE DLL initalization code, trying to...
1998-10-11  Ulrich WeigandImplemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_B...
1998-10-11  Patrik StridvallRemoved things that were earlier added by mistake.
1998-10-11  Marcus MeissnerAdded bad hacks so WriteConsoleOutput works on vt100...
1998-10-04  Alexandre JulliardInitial revision
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
next