summaryrefslogtreecommitdiff
path: root/libguile/atomic.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-25Switch to use atomic_compare_exchange_strongAndy Wingo1-14/+2
2019-05-23Fix 'atomic-box-compare-and-swap!'.Mark H Weaver1-4/+15
2018-10-07Fix use of uninstalled header by installed headersAndy Wingo1-0/+1
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Make .c copyright headers uniformAndy Wingo1-1/+2
2018-06-20Rationalize include order in C filesAndy Wingo1-3/+7
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-7/+7
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Devolve threads.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-1/+0
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-1/+2
2016-09-06Add atomic boxesAndy Wingo1-0/+128