Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | license: fix GPLv3 texts to use a comma instead of semicolon. | Bernhard Voelker | 2022-01-05 | 1 | -1/+1 |
| | | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command. | ||||
* | maint: run 'make update-copyright' | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Avoid missing-declarations warning in various tests. | Bruno Haible | 2019-07-22 | 1 | -1/+1 |
| | | | | | | | | * tests/test-argp.c (fail, test1, test2, test_file, test3, test4, test5, test6, test_optional, test7, test8, test9, test10, test11, test12, test13, test14, test15, test_fun): Declare static. * tests/test-cnd.c (test_cnd_wait): Likewise. * tests/test-cond.c (test_cond): Likewise. | ||||
* | Fix typo in comment. | Bruno Haible | 2019-07-15 | 1 | -1/+1 |
| | | | | | | * tests/test-cnd.c (EXPLICIT_YIELD): Fix typo in comment. * tests/test-tss.c (EXPLICIT_YIELD): Likewise. * tests/test-thread_local.c (EXPLICIT_YIELD): Likewise. | ||||
* | cnd: Add tests. | Bruno Haible | 2019-06-20 | 1 | -0/+209 |
* tests/test-cnd.c: New file, based on tests/test-cond.c. * modules/cnd-tests: New file. |