summaryrefslogtreecommitdiff
path: root/libguile/dynstack.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-21VM stack grows downwardAndy Wingo1-2/+2
2013-11-21The dynamic stack records SP and FP values as offsetsAndy Wingo1-12/+12
2013-11-19All instruction pointers are now scm_t_uint32*Andy Wingo1-3/+3
2013-06-28Simplify dynstack API to only wind one fluid at a timeAndy Wingo1-46/+39
2012-03-07dynstack: pushing a prompt no longer allocates memoryAndy Wingo1-25/+37
2012-03-03the dynamic stack is really a stack now, instead of a listAndy Wingo1-0/+544