summaryrefslogtreecommitdiff
path: root/lib/glthread/cond.h
Commit message (Expand)AuthorAgeFilesLines
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* headers: check that _GL_INLINE_HEADER_BEGIN is definedPaul Eggert2013-08-281-0/+3
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* cond, lock, thread: better 'inline'Paul Eggert2012-11-291-1/+8
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* glthread/*, strsignal: Support for MSVC.Bruno Haible2011-10-041-0/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* New implementation of condition variables for Win32.Bruno Haible2008-10-171-8/+11
* Provide a Win32 implementation of the 'cond' module.Yoann Vandoorselaere2008-10-121-1/+58
* Needs to depend on modules 'errno' and 'time'.Bruno Haible2008-10-011-7/+8
* Don't redefine ETIMEDOUT on Solaris.Bruno Haible2008-09-131-3/+2
* Use dummy implementation also if USE_WIN32_THREADS.Yoann Vandoorselaere2008-09-121-1/+1
* Fix syntax errors in C++ mode.Bruno Haible2008-08-171-0/+20
* Include <stdlib.h> always.Bruno Haible2008-08-171-3/+1
* New module 'cond'.Yoann Vandoorselaere2008-08-171-0/+330