summaryrefslogtreecommitdiff
path: root/libguile/promises.c
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-2/+2
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-32/+32
* Rename __scm.h to scm.hAndy Wingo2018-06-201-2/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-7/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve procs.h include from _scm.h.Andy Wingo2018-06-191-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-3/+2
* Deprecate dynamic rootsAndy Wingo2016-11-211-1/+0
* Remove scm_puts_unlocked.Andy Wingo2016-04-261-1/+1
* Remove scm_putc_unlocked.Andy Wingo2016-04-261-1/+1
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-02-081-2/+2
|\
| * Improve the usage of variable names in C docstrings.Bake Timmons2012-02-021-2/+2
* | locking for putc, putsAndy Wingo2011-11-081-2/+2
|/
* more care regarding SCM_PACK and SCM_UNPACKAndy Wingo2011-05-131-2/+2
* remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo2010-04-091-2/+1
* promises are in their own file nowAndy Wingo2009-12-011-0/+150