Reduce code duplication.
[gnulib.git] / lib / glthread /
2008-10-01 Bruno HaibleNeeds to depend on modules 'errno' and 'time'.
2008-10-01 Bruno HaibleFix the Win32 implementation of the 'thread' module.
2008-09-13 Bruno HaibleDon't redefine ETIMEDOUT on Solaris.
2008-09-12 Yoann VandoorselaereUse dummy implementation also if USE_WIN32_THREADS.
2008-08-20 Paolo BonziniMerge branch 'master' of ssh://bonzini@git.sv.gnu.org...
2008-08-18 Bruno HaibleFix link error with Solaris threads.
2008-08-18 Bruno HaibleInclude <pthread.h>.
2008-08-18 Bruno HaibleFix 2008-08-03 change.
2008-08-18 Bruno HaibleAvoid forcing a context switch right after thread creation.
2008-08-18 Bruno HaibleImplement thread control primitives for Win32.
2008-08-17 Bruno HaibleInclude the right header files.
2008-08-17 Bruno HaibleFix syntax errors in C++ mode.
2008-08-17 Bruno HaibleMake gl_create_thread easier to use.
2008-08-17 Bruno HaibleNew module 'yield'.
2008-08-17 Bruno HaibleNew module 'thread'.
2008-08-17 Bruno HaibleInclude <stdlib.h> always.
2008-08-17 Yoann VandoorselaereNew module 'cond'.
2008-08-17 Bruno HaibleMove some code from module 'lock' to module 'threadlib'.
2008-08-14 Bruno HaibleSeparate the macros and the function symbols.
2008-08-14 Bruno HaibleMove the lock and tls source files into a subdirectory.