Authors: Richard Cohen <richard@daijobu.co.uk>, Jim Tabor, Thomas Weidenmueller ...
[wine] / libs / wine / port.c
2005-09-08  Alexandre JulliardImplemented wine_switch_to_stack for x86_64.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2004-11-22  Eric FriasFix Sparc assembly code in wine_switch_to_stack.
2004-10-11  Vincent BéronImplement interlocked* and wine_switch_to_stack for...
2004-05-25  Emmanuel MaillardAdjust stack pointer in wine_switch_to_stack to prevent...
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-22  Alexandre JulliardCreate a huge array in bss to reserve the memory area...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-10-14  Alexandre JulliardAdded check for pthread.h (reported by Steven Edwards).
2003-10-10  Alexandre JulliardAdded placeholders for wine_pthread_init_process and
2003-08-29  Alexandre JulliardExport SYSDEPS_SwitchToThreadStack() functionality...