summaryrefslogtreecommitdiff
path: root/libguile/dynstack.c
Commit message (Expand)AuthorAgeFilesLines
* Continuations capture machine code addressAndy Wingo2018-08-121-10/+15
* Rename scm_i_thread to scm_threadAndy Wingo2018-06-261-0/+1
* Use ptrdiff_t instead of scm_t_ptrdiffAndy Wingo2018-06-211-6/+6
* Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo2018-06-211-3/+3
* 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-1/+2
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-5/+5
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve variable.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Refactor handling of auxiliary stacks and setjmp/longjmpAndy Wingo2018-06-171-5/+6
* VM continuations store FP/SP by offsetAndy Wingo2017-02-121-3/+24
* Avoid reading garbage from dynstackAndy Wingo2017-02-121-0/+1
* Avoid stacks in dynamically-bound valuesAndy Wingo2017-02-071-0/+49
* with-dynamic-state compiler and VM supportAndy Wingo2016-12-051-0/+51
* Reimplement dynamic statesAndy Wingo2016-12-051-2/+3
* VM stack grows downwardAndy Wingo2015-10-211-2/+2
* The dynamic stack records SP and FP values as offsetsAndy Wingo2013-11-211-12/+12
* All instruction pointers are now scm_t_uint32*Andy Wingo2013-11-191-3/+3
* Simplify dynstack API to only wind one fluid at a timeAndy Wingo2013-06-281-46/+39
* dynstack: pushing a prompt no longer allocates memoryAndy Wingo2012-03-071-25/+37
* the dynamic stack is really a stack now, instead of a listAndy Wingo2012-03-031-0/+544