New implementation of condition variables for Win32.
[gnulib.git] / lib / glthread / cond.h
2008-10-17 Bruno HaibleNew implementation of condition variables for Win32.
2008-10-11 Yoann VandoorselaereProvide a Win32 implementation of the 'cond' module.
2008-10-01 Bruno HaibleNeeds to depend on modules 'errno' and 'time'.
2008-09-13 Bruno HaibleDon't redefine ETIMEDOUT on Solaris.
2008-09-12 Yoann VandoorselaereUse dummy implementation also if USE_WIN32_THREADS.
2008-08-17 Bruno HaibleFix syntax errors in C++ mode.
2008-08-17 Bruno HaibleInclude <stdlib.h> always.
2008-08-17 Yoann VandoorselaereNew module 'cond'.