lib/glthread/thread.h


Log

Author Commit Date CI Message
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 5b0c33dc 2008-10-13T02:32:53 Add a comment.
Bruno Haible aa9a86a0 2008-10-01T02:28:35 Fix the Win32 implementation of the 'thread' module.
Bruno Haible 0e3f4935 2008-08-18T12:49:10 Fix link error with Solaris threads.
Bruno Haible ecbcf1d9 2008-08-18T02:23:32 Implement thread control primitives for Win32.
Bruno Haible fbb0d77f 2008-08-17T21:26:13 Fix syntax errors in C++ mode.
Bruno Haible eee77e6b 2008-08-17T21:18:02 Make gl_create_thread easier to use.
Bruno Haible cf3c4045 2008-08-17T19:29:30 New module 'thread'.