OLE: ITypeInfo_Invoke parameter naming change.
[wine] / include / thread.h
2005-09-19  Alexandre JulliardFixed the structure layout to be identical to the publi...
2005-06-06  Alexandre JulliardMoved the ntdll per-thread data out of the TEB into...
2005-05-18  Alexandre JulliardRemoved last dependencies on 16-bit headers from ntdll.
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-14  Alexandre JulliardStore the winsock per-thread data in NtCurrentTeb(...
2005-04-27  Alexandre JulliardRemoved the MESSAGEQUEUE structure, and store the corre...
2005-03-19  Alexandre JulliardAdded support for the TLS expansion slots, adding an...
2005-01-14  Eric Pouech- got rid of include/async.h
2005-01-04  Alexandre JulliardFixed the FIXME in RtlNtStatusToDosError, and implemented
2004-05-10  Eric PouechBetter have internal & external TEB definitions have...
2004-04-16  Alexandre JulliardRtlSetCurrentDirectory_U: store a handle to the current...
2004-04-16  Alexandre JulliardAdded hack to fetch the current directory from the...
2004-04-15  Alexandre JulliardGet rid of the TEB flags, they are no longer used.
2003-11-25  Alexandre JulliardStore the thread entry point in the startup info passed...
2003-11-25  Alexandre JulliardStore the last error code at the TEB offset used by...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-10-28  Alexandre JulliardRemoved no longer needed SIGNAL_Unblock() function.
2003-10-22  Alexandre JulliardSimplified signal stack allocation a bit, and avoid...
2003-10-09  Alexandre JulliardMoved the constructor for the initial TEB to ntdll...
2003-09-08  Alexandre JulliardOn TlsFree, clear the released TLS index in all threads.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-29  Alexandre JulliardExport SYSDEPS_SwitchToThreadStack() functionality...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-08-21  Alexandre JulliardStore the debug info structure on the thread stack.
2003-08-15  Alexandre JulliardMoved __errno_location() handling to pthread.c, and...
2003-06-27  Alexandre JulliardMoved some of the process functions to dlls/kernel.
2003-06-16  Jukka HeinonenRemove SIGALRM handler.
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-04-01  Alexandre JulliardAdded SYSDEPS_GetUnixTid to return the Unix thread...
2003-03-26  Alexandre JulliardMoved errno_location support to sysdeps.c.
2003-03-21  Alexandre JulliardSplit signal blocking code out of SIGNAL_Reset into...
2003-02-27  Alexandre JulliardProperly save/restore %gs register across 16-bit calls.
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-10-01  Patrik StridvallAdded a GNU C implementation of some of the DECLSPEC_...
2002-09-12  Alexandre JulliardUse larger signal stack to avoid overflows in filesyste...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2002-01-04  Ove KaavenFixed vm86_enter race conditions.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-06  François GougetFix the #include order for config.h.
2001-06-21  Ove KaavenExtended __wine_enter_vm86 to handle pending interrupts.
2001-05-18  Alexandre JulliardRemoved THREAD_IsWin16.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-03-22  Michael McCormackUse poll() on the client-side during server waits to...
2001-03-08  Alexandre JulliardAdded support for nested server waits (to allow waiting...
2001-03-01  Alexandre JulliardCreate the server pipes on the client side and transfer...
2001-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-21  Alexandre JulliardAdded separate server pipe to wait on blocking server...
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-29  Alexandre JulliardAdded the data structures and macros that will be neede...
2000-08-03  Juergen SchmiedImplemented the ErrorInfo interfaces.
2000-06-12  Juergen Schmied- implemented Get/SetThreadLocale
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-01  Alexandre JulliardSetup the initial thread %fs from a constructor.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-14  Ove KaavenPOSIX threads emulation, tricks glibc into being thread...
2000-04-13  Alexandre JulliardCleanup thread stack allocation. Use a single VirtualAl...
2000-04-11  Alexandre JulliardMade GetProcessHeap(), GetCurrentProcessId(), GetCurren...
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-07  Alexandre JulliardBetter implementation of inline functions SetLastError and
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
2000-01-29  Alexandre JulliardUse a per-thread buffer and write(2) for debug traces.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-15  Juergen Schmied- added NT fields to TEB
1999-12-05  Eric PouechMoved wineserver's buffer & buffer_size at the end...
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-05-29  Alexandre JulliardGot rid of THREAD_InitDone.
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-22  Ulrich WeigandImproved syslevel handling, store currently held syslev...
1999-05-09  Alexandre JulliardImproved exception handling.
1999-05-08  Ulrich WeigandCall THREAD_FreeTHDB as service thread callback.
1999-04-18  Ulrich WeigandMerged Linux/FreeBSD reentrant errno handler, added...
1999-03-27  Ulrich WeigandFixed sequence of DLL_PROCESS_DETACH notification calls.
1999-03-21  Alexandre JulliardChanged process initialisation to use the new server...
1999-03-16  Ulrich WeigandPass new arguments (suspend/inherit) to the server.
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-28  Alexandre JulliardProcess and thread id now use the server-side id instea...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-21  Alexandre JulliardChanged initial process creation to avoid memory alloca...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-19  Alexandre JulliardHacked server-side device support
next