Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
[wine] / win32 /
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-09-19  Patrik StridvallAdded support for anonymous structs/unions on compilers...
1999-09-13  Ulrich WeigandFixed last error code when trying to load unknown VxD...
1999-09-04  Guy AlbertelliFixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-08  Alexandre JulliardFixed SetLocalTime prototype.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-04  Andreas MohrImplemented SetLocalTime.
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-08-01  Alexandre JulliardRemoved async I/O support.
1999-08-01  Alexandre JulliardMade stack manipulation macros into inline functions.
1999-07-31  Patrik StridvallFixed some of the issues reported by Solaris Lint.
1999-07-31  Ulrich WeigandCreate VxD handle only for known VxDs.
1999-07-18  Ulrich WeigandWork-around for compiler bug.
1999-07-15  Ulrich WeigandFixed some CONTEXT86 vs. CONTEXT mismatches.
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
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,
next