| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust comments in <config.h> reminders. | Bruno Haible | 2023-04-13 | 1 | -1/+1 |
* | Add more reminders to include <config.h>. | Bruno Haible | 2023-04-12 | 1 | -4/+5 |
* | maint: run 'make update-copyright' | Simon Josefsson | 2023-01-01 | 1 | -1/+1 |
* | Rely on new stdbool behavior | Paul Eggert | 2022-09-10 | 1 | -1/+0 |
* | maint: run 'make update-copyright' | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
* | Don't use '#pragma weak' for thread functions in Linux/glibc>=2.34. | Bruno Haible | 2021-07-17 | 1 | -1/+3 |
* | Put LGPLv2+ notices in source files where appropriate. | Bruno Haible | 2021-06-04 | 1 | -8/+8 |
* | maint: run 'make update-copyright' | Paul Eggert | 2020-12-31 | 1 | -1/+1 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-12-31 | 1 | -1/+1 |
* | New options --enable-threads=isoc and --enable-threads=isoc+posix. | Bruno Haible | 2019-11-27 | 1 | -1/+48 |
* | thread, lock, cond, tls: Remove support for Pth threads. | Bruno Haible | 2019-07-06 | 1 | -61/+2 |
* | thread, lock, cond, tls: Remove support for old Solaris threads. | Bruno Haible | 2019-07-06 | 1 | -63/+2 |
* | windows-cond: New module. | Bruno Haible | 2019-06-20 | 1 | -30/+15 |
* | windows-mutex: New module. | Bruno Haible | 2019-06-20 | 1 | -1/+1 |
* | thread, lock, cond, tls: Recognize C11 multithreaded applications. | Bruno Haible | 2019-06-20 | 1 | -3/+15 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | lock, cond, thread, tls: Use a different symbol as libpthread witness. | Bruno Haible | 2018-05-11 | 1 | -2/+2 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | all: prefer https: URLs | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
* | headers: check that _GL_INLINE_HEADER_BEGIN is defined | Paul Eggert | 2013-08-28 | 1 | -0/+3 |
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
* | cond, lock, thread: better 'inline' | Paul Eggert | 2012-11-29 | 1 | -1/+8 |
* | maint: replace FSF snail-mail addresses with URLs | Paul Eggert | 2012-02-09 | 1 | -2/+1 |
* | Talk about "native Windows API", not "Win32". | Bruno Haible | 2012-01-04 | 1 | -2/+2 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | glthread/*, strsignal: Support for MSVC. | Bruno Haible | 2011-10-04 | 1 | -0/+1 |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
* | update nearly all FSF copyright year lists to include 2009 | Jim Meyering | 2009-12-29 | 1 | -1/+1 |
* | New implementation of condition variables for Win32. | Bruno Haible | 2008-10-17 | 1 | -8/+11 |
* | Provide a Win32 implementation of the 'cond' module. | Yoann Vandoorselaere | 2008-10-12 | 1 | -1/+58 |
* | Needs to depend on modules 'errno' and 'time'. | Bruno Haible | 2008-10-01 | 1 | -7/+8 |
* | Don't redefine ETIMEDOUT on Solaris. | Bruno Haible | 2008-09-13 | 1 | -3/+2 |
* | Use dummy implementation also if USE_WIN32_THREADS. | Yoann Vandoorselaere | 2008-09-12 | 1 | -1/+1 |
* | Fix syntax errors in C++ mode. | Bruno Haible | 2008-08-17 | 1 | -0/+20 |
* | Include <stdlib.h> always. | Bruno Haible | 2008-08-17 | 1 | -3/+1 |
* | New module 'cond'. | Yoann Vandoorselaere | 2008-08-17 | 1 | -0/+330 |