summaryrefslogtreecommitdiff
path: root/libguile/control.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-21scm_i_prompt_pop_abort_args_x takes struct scm_vm* as argAndy Wingo1-1/+1
2013-11-21Remove last use of SCM vm in VMAndy Wingo1-1/+3
2013-06-25abort-to-prompt* instead of @abortAndy Wingo1-2/+2
2012-03-07dynstack: pushing a prompt no longer allocates memoryAndy Wingo1-16/+1
2012-03-03the dynamic stack is really a stack now, instead of a listAndy Wingo1-20/+8
2011-10-24refactor tc7 and tc16 checksAndy Wingo1-1/+1
2011-03-29fix prompt and abort with the boot evaluatorAndy Wingo1-2/+2
2010-03-11remove internal treatment of default prompt tag, it seems there was no needAndy Wingo1-3/+0
2010-03-04add printers for prompts and with-fluids objectsAndy Wingo1-0/+1
2010-02-26rewinding prompts worksAndy Wingo1-3/+3
2010-02-26fix a prompt bugAndy Wingo1-4/+6
2010-02-25simplify handling of nonlocal prompt returns from cAndy Wingo1-0/+2
2010-02-24add %default-prompt-tag, and error (not abort()) on an abort to bad tagAndy Wingo1-0/+3
2010-02-22actually capture partial continuationsAndy Wingo1-1/+2
2010-02-22abort always dispatches to VM bytecode, to detect same-invocation abortsAndy Wingo1-1/+4
2010-02-19prompt as part of guile's primitive languageAndy Wingo1-3/+2
2010-02-19add scm_c_abort, wire it up to the abort opcodeAndy Wingo1-0/+1
2010-02-19prompt handlers are always inlineAndy Wingo1-5/+2
2010-02-19<prompt> has no pre-unwind-handler, it's unnecessaryAndy Wingo1-3/+3
2010-02-08connect a few more wires to promptensteinAndy Wingo1-0/+28
2010-01-31add @control and @prompt stub primitivesAndy Wingo1-0/+26