summaryrefslogtreecommitdiff
path: root/libguile/control.h
Commit message (Expand)AuthorAgeFilesLines
* VM stack grows downward...Andy Wingo2015-10-211-1/+2
* scm_i_prompt_pop_abort_args_x takes struct scm_vm* as arg...Andy Wingo2013-11-211-1/+1
* Remove last use of SCM vm in VM...Andy Wingo2013-11-211-1/+3
* abort-to-prompt* instead of @abort...Andy Wingo2013-06-251-2/+2
* dynstack: pushing a prompt no longer allocates memory...Andy Wingo2012-03-071-16/+1
* the dynamic stack is really a stack now, instead of a list...Andy Wingo2012-03-031-20/+8
* refactor tc7 and tc16 checks...Andy Wingo2011-10-241-1/+1
* fix prompt and abort with the boot evaluator...Andy Wingo2011-03-291-2/+2
* remove internal treatment of default prompt tag, it seems there was no need...Andy Wingo2010-03-111-3/+0
* add printers for prompts and with-fluids objects...Andy Wingo2010-03-041-0/+1
* rewinding prompts works...Andy Wingo2010-02-261-3/+3
* fix a prompt bug...Andy Wingo2010-02-261-4/+6
* simplify handling of nonlocal prompt returns from c...Andy Wingo2010-02-251-0/+2
* add %default-prompt-tag, and error (not abort()) on an abort to bad tag...Andy Wingo2010-02-241-0/+3
* actually capture partial continuations...Andy Wingo2010-02-221-1/+2
* abort always dispatches to VM bytecode, to detect same-invocation aborts...Andy Wingo2010-02-221-1/+4
* prompt as part of guile's primitive language...Andy Wingo2010-02-191-3/+2
* add scm_c_abort, wire it up to the abort opcode...Andy Wingo2010-02-191-0/+1
* prompt handlers are always inline...Andy Wingo2010-02-191-5/+2
* <prompt> has no pre-unwind-handler, it's unnecessary...Andy Wingo2010-02-191-3/+3
* connect a few more wires to promptenstein...Andy Wingo2010-02-081-0/+28
* add @control and @prompt stub primitives...Andy Wingo2010-01-311-0/+26