[COMCTL32] Pt.rc: Place accelerator FIXMEs
[reactos.git] / reactos / lib / kernel32 / synch / wait.c
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2006-02-17 Ged Murphyreshuffling of dlls
2005-08-08 Thomas Bluemeluse loops instead of gotos
2005-08-07 Alex IonescuRetry waiting if STATUS_ALERTED is returned
2005-08-07 Alex IonescuFix horridly wrong SignalObjectAndWait return values...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-04 Filip Navara- Fix the return value of WaitForMultipleObjectsEx.
2004-11-14 Hartmut Birr- Implemented waitable console handles.
2004-10-02 Hartmut Birr- Terminate the wait thread if the handle was from...
2004-07-18 Filip Navara- Properly set last error in WaitForSingleObjectEx.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-03-07 Art YerkesAdded waiting on console handles. We use a thread...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-23 Eric KohlMove kernekl32-internal declarations from global includ...
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2003-08-28 Gé van GeldorpStubs for newer functions (patch by Jonathan Wilson)
2003-07-20 Royce Mitchell IIIapplied Mike Nordell's fix to lib/kernel32/synch/wait...
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-18 Eric KohlFixed wrong argument order.
2003-03-06 Eric KohlImplemented SignalObjectAndWait().
2003-02-27 Gunnar DalsnesWaitForMultipleObjectsEx passed WaitAny for WaitAll...
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2001-11-08 Eric KohlImplemented abandoning of mutexes/mutants.
2001-11-07 Eric KohlAttach/detach mutant(mutex) to/from owning thread.
2001-01-20 Eric KohlCompleted mutex and semaphore implementation
2000-12-08 Casper HornstrupFixed bug that caused a crash when creating an unnamed...
2000-07-01 Emanuele AlibertiMinor changes.
2000-03-18 Eric KohlFixed compiler warnings
2000-03-16 Eric KohlFixed ANSI <--> Unicode conversions
1999-12-17 Phillip Susifixed WaitForMultipleObjects()'s handling of the WaitAl...
1999-10-07 Eric KohlFixed header inclusion order.
1999-09-12 Eric KohlFixed WaitForSingleObject() and WaitForMultipleObjects().
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-05-11 Eric KohlMinor fixes.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-01-04 David WelchCreated bugs in wait and timer code
1998-12-04 Rex JolliffRolled in various changes from others