lib/glthread/cond.h


Log

Author Commit Date CI Message
Jim Meyering d60f3b0c 2011-01-01T20:17:23 maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
Jim Meyering b2e2010c 2010-01-01T10:31:12 update nearly all FSF copyright year lists to include 2010 Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
Jim Meyering 3030c5b5 2009-12-28T10:50:36 update nearly all FSF copyright year lists to include 2009 The files named by the following are exempted: grep -v '^#' config/srclist.txt|grep -v '^$' \ | while read src dst; do test -f "$dst" && { echo "$dst"; continue; } test -d "$dst" || continue echo "$dst"/$(basename "$src") done > exempt git ls-files tests/unictype >> exempt In the remaining files, convert to all-interval notation if - there is already at least one year interval like 2000-2003 - the file is maintained by me - the file is in lib/uni*/, where that style already prevails Otherwise, use update-copyright's default.
Bruno Haible 9e7900db 2008-10-17T13:33:22 New implementation of condition variables for Win32.
Yoann Vandoorselaere 4116861d 2008-10-12T00:14:22 Provide a Win32 implementation of the 'cond' module.
Bruno Haible d4300b64 2008-10-01T03:11:20 Needs to depend on modules 'errno' and 'time'.
Bruno Haible 9036fbd9 2008-09-13T11:55:59 Don't redefine ETIMEDOUT on Solaris.
Yoann Vandoorselaere 69aaf488 2008-09-12T02:34:54 Use dummy implementation also if USE_WIN32_THREADS.
Bruno Haible fbb0d77f 2008-08-17T21:26:13 Fix syntax errors in C++ mode.
Bruno Haible b36e040f 2008-08-17T18:33:47 Include <stdlib.h> always.
Yoann Vandoorselaere f507f9b0 2008-08-17T17:21:35 New module 'cond'.