widl: Added support for importing parent interfaces from importlib.
[wine] / loader / pthread.c
2006-02-14  Eric Pouechloader: Added missing attr destroy.
2006-01-24  Alexandre Julliardloader: Detect pthread_get_stackaddr_np returning the...
2005-09-13  Alexandre JulliardAvoid some warnings on 64-bit platforms.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2004-07-21  Emmanuel Maillardwine_pthread_init_thread: retrieve the stack info on...
2004-03-30  Alexandre JulliardFixed rounding bug in the stack info calculation when...
2004-02-11  Alexandre JulliardBetter fix for the thread exit race on pthreads.
2004-02-05  Alexandre JulliardRevert the thread exit race fix for now, it doesn't...
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2003-11-12  Alexandre JulliardAdded configure check for pthread_getattr_np.
2003-11-12  Alexandre JulliardAdded sigsetjmp/siglongjmp and gettid to the portabilit...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-06  Alexandre JulliardCreate two separate wine binaries, one using libpthread...