summaryrefslogtreecommitdiff
path: root/libguile/promises.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-2/+2
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-32/+32
2018-06-20Rename __scm.h to scm.hAndy Wingo1-2/+0
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-7/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-19Devolve procs.h include from _scm.h.Andy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-3/+2
2016-11-21Deprecate dynamic rootsAndy Wingo1-1/+0
2016-04-26Remove scm_puts_unlocked.Andy Wingo1-1/+1
2016-04-26Remove scm_putc_unlocked.Andy Wingo1-1/+1
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-2/+2
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-2/+2
2011-11-08locking for putc, putsAndy Wingo1-2/+2
2011-05-13more care regarding SCM_PACK and SCM_UNPACKAndy Wingo1-2/+2
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-2/+1
2009-12-01promises are in their own file nowAndy Wingo1-0/+150