kernel32: Implemented atoms query function on top of ntdll ones.
[wine] / dlls / kernel / tests / thread.c
2005-12-05  Alexandre Julliardkernel: Added a basic test for exception handling in...
2005-11-18  Alexandre JulliardAvoid setting the context before the thread has started...
2005-11-15  Paul VriensCorrected last error information.
2005-11-14  Eric PouechFix set_test_val function declaration to ensure stack...
2005-11-12  Paul VriensAdd some extra error information.
2005-11-10  Francois GougetAdd trailing '\n's to ok() and TRACE() calls.
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-10-28  Saulius KrasuckasTest CreateThread() for reception of NULL pointer to...
2005-10-28  Saulius KrasuckasAdd a test for GetThreadExitCode.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-08-12  Francois GougetAssorted spelling fixes.
2005-07-30  Felix NawothnigFix remaining thread tests on WinME.
2005-07-25  Felix NawothnigFix thread tests on WinME.
2005-06-14  Mike McCormackFix declaration warnings in the test cases.
2005-03-25  Jakob ErikssonFix thread affinity test for SMP machines.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-11-03  Robert ShearmanFix broken thread start routines.
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-06  Francois GougetAdd trailing '\n's to ok() calls.
2003-09-16  Rolf KalbermatterRemove <ntstatus.h> to allow compilation with MS PSDK...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-01-20  Francois Gouget{Get,Set}ThreadPriorityBoost are stubs on Win98.
2002-11-30  Francois Gouget{Get,Set}ThreadPriorityBoost and SetThreadIdealProcesso...
2002-11-30  Alexandre JulliardPartially implemented kernel/user times in GetThreadTim...
2002-11-25  Alexandre JulliardMoved some GetThreadTimes tests out of the todo block.
2002-10-09  Jeff SmithSpelling corrections.
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-04-03  Geoffrey HausheerCleaned up a bit, removed todos for OpenThread, avoid...
2002-04-02  Geoffrey HausheerAdded test for thread functions.