summaryrefslogtreecommitdiff
path: root/libguile/atomic.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to use atomic_compare_exchange_strongAndy Wingo2019-05-251-14/+2
* Fix 'atomic-box-compare-and-swap!'.Mark H Weaver2019-05-231-4/+15
* Fix use of uninstalled header by installed headersAndy Wingo2018-10-071-0/+1
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make .c copyright headers uniformAndy Wingo2018-06-201-1/+2
* Rationalize include order in C filesAndy Wingo2018-06-201-3/+7
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-7/+7
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-1/+2
* Add atomic boxesAndy Wingo2016-09-061-0/+128