Do not use the PEB lock as loader lock, use a separate critical
[wine] / scheduler / critsection.c
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-08-17  Alexandre JulliardMade the Interlocked*Pointer functions static inline...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2000-11-25  Dimitrie O. PaunInclude config.h in files that test for constants defin...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...
2000-09-29  Alexandre JulliardMoved critical section implementation to ntdll.
2000-09-10  Alexandre JulliardImplemented RtlpWaitForCriticalSection and RtlpUnWaitCr...
2000-06-07  Patrik StridvallFixed issues found by winapi_check.
2000-06-04  Ulrich WeigandUpdated support for Solaris/Sparc architecture.
2000-04-08  Alexandre JulliardAdded lazy initialization of critical sections, based...
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-07  Alexandre JulliardBetter implementation of inline functions SetLastError and
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-11-24  Alexandre JulliardRaise an exception when a critical section wait failed.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-07  James AbbatielloAddresses issues with multiple processes accessing...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Ulrich WeigandWarn if wrong process tries to enter critical section.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Alexandre JulliardAdded timeout to critical section waiting.
1999-04-15  Bertho StultiensUnitializeCriticalSection partial stub implementation.
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1998-12-31  Alexandre JulliardRe-implemented using a real semaphore.
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-07-26  Alexandre JulliardRelease 980726 wine-980726
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1998-01-18  Alexandre JulliardRelease 980118 wine-980118
1998-01-04  Alexandre JulliardRelease 980104 wine-980104