kernel32: Remove superfluous pointer casts.
[wine] / dlls / kernel32 / tests / sync.c
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2009-02-24  Francois Gougetkernel32/tests: Use win_skip() to skip over unimplement...
2009-01-29  Alexandre Julliardkernel32/tests: Don't test the implementation details...
2009-01-03  Alexandre Julliardkernel32/tests: Fix pointer casting warnings on 64...
2008-12-04  Alexandre JulliardDefine _WIN32_WINNT before including any headers.
2008-11-17  Alexandre Julliardkernel32/test: Fix the timer queue tests on Vista.
2008-11-04  Michael Stefaniuckernel32: Do not cast zero.
2008-09-30  Reece Dunnkernel32: Be more verbose when reporting the sync test...
2008-09-11  Alexandre Julliardkernel32/tests: Fix the BindIoCompletionCallback test...
2008-08-05  Paul Vrienskernel32/tests: Fix a test failure on Win9x.
2008-07-30  Dan Hipschmankernel32/tests: Add tests for undocumented default...
2008-07-30  Dan Hipschmanntdll: Add support for a default timer queue.
2008-07-28  Dan Hipschmanntdll: Fix a small timer-queue bug whereby a deleted...
2008-07-25  Dan Hipschmanntdll: Implement RtlDeleteTimer for kernel32's DeleteTi...
2008-07-25  Dan Hipschmanntdll: Implement RtlUpdateTimer for kernel32's ChangeTi...
2008-07-25  Dan Hipschmanntdll: Implement the timer queue thread.
2008-07-23  Dan Hipschmanntdll: Implement RtlCreateTimer for kernel32's CreateTi...
2008-07-22  Dan Hipschmanntdll: Implement [Rtl]Create/DeleteTimerQueue[Ex].
2008-07-22  Dan Hipschmankernel32/tests: Check that timers are not NULL in timer...
2008-07-22  Dan Hipschmankernel32/tests: Add tests for Change/DeleteTimerQueueTimer.
2008-07-22  Detlef Riekenbergkernel32/tests: Run the tests again on Win9x.
2008-07-21  Francois GougetAssorted spelling fixes.
2008-07-17  Dan Hipschmankernel32/tests: Add tests for timer queues.
2008-07-16  Dan Hipschmankernel32/tests: Fix p_BindIoCompletionCallback declarat...
2008-06-30  James Hawkinskernel32: Fix a few test failures in win9x.
2008-05-26  Francois Gougetkernel32/tests: Get the tests running again on Win95.
2008-05-21  Alexandre Julliardkernel32: Waitable timer names are case sensitive.
2008-05-21  Alexandre Julliardkernel32: Semaphore names are case sensitive.
2008-05-21  Alexandre Julliardkernel32: Event names are case sensitive.
2008-05-21  Alexandre Julliardkernel32: Mutex names are case sensitive.
2008-04-25  James Hawkinskernel32: Fix a test that fails in win2k3.
2008-01-16  Francois Gougetkernel32/tests: Small spelling fix in a parameter name.
2007-12-21  Andrey Turkinntdll: Implement BindIoCompletionCallback.
2007-12-18  Stefan Dösingerkernel32: Add a test for BindIoCompletionCallback.
2007-11-06  Rob Shearmanserver: Don't do access checks on the security descript...
2007-10-25  Rob Shearmankernel32: Add tests for creating events with different...
2007-02-06  Francois GougetAdd missing '\n's in traces.
2007-02-05  Damjan Jovanovicntdll: Slist support.
2006-10-10  Michael Stefaniuckernel32/tests: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.