Assorted spelling and case fixes.
[wine] / dlls / kernel / thread.c
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-27  Alexandre JulliardPorting fixes.
2003-11-25  Alexandre JulliardStore the last error code at the TEB offset used by...
2003-11-18  Alexandre JulliardForce minimum stack size to 1Mb for Xlib.
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-10-31  Alexandre JulliardImplemented RtlCreateUserThread, and use it to move...
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-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...
2003-09-17  Alexandre JulliardMoved almost all remaining process, thread, fiber and...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Dimitrie O. PaunConsolidate all kernel power management functions.
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.