summaryrefslogtreecommitdiff
path: root/libguile/control.h
Commit message (Expand)AuthorAgeFilesLines
* abort-to-prompt uses an intrinsicAndy Wingo2018-06-261-4/+2
* Most header files use forward decl for union scm_vm_stack_elementAndy Wingo2018-06-261-1/+1
* Use ptrdiff_t instead of scm_t_ptrdiffAndy Wingo2018-06-211-1/+1
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* libguile header files have uniform format for copyright declarationsAndy Wingo2018-06-201-1/+2
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Refactor handling of auxiliary stacks and setjmp/longjmpAndy Wingo2018-06-171-2/+4
* VM stack grows downwardAndy Wingo2015-10-211-1/+2
* scm_i_prompt_pop_abort_args_x takes struct scm_vm* as argAndy Wingo2013-11-211-1/+1
* Remove last use of SCM vm in VMAndy Wingo2013-11-211-1/+3
* abort-to-prompt* instead of @abortAndy Wingo2013-06-251-2/+2
* dynstack: pushing a prompt no longer allocates memoryAndy Wingo2012-03-071-16/+1
* the dynamic stack is really a stack now, instead of a listAndy Wingo2012-03-031-20/+8
* refactor tc7 and tc16 checksAndy Wingo2011-10-241-1/+1
* fix prompt and abort with the boot evaluatorAndy Wingo2011-03-291-2/+2
* remove internal treatment of default prompt tag, it seems there was no needAndy Wingo2010-03-111-3/+0
* add printers for prompts and with-fluids objectsAndy Wingo2010-03-041-0/+1
* rewinding prompts worksAndy Wingo2010-02-261-3/+3
* fix a prompt bugAndy Wingo2010-02-261-4/+6
* simplify handling of nonlocal prompt returns from cAndy Wingo2010-02-251-0/+2
* add %default-prompt-tag, and error (not abort()) on an abort to bad tagAndy Wingo2010-02-241-0/+3
* actually capture partial continuationsAndy Wingo2010-02-221-1/+2
* abort always dispatches to VM bytecode, to detect same-invocation abortsAndy Wingo2010-02-221-1/+4
* prompt as part of guile's primitive languageAndy Wingo2010-02-191-3/+2
* add scm_c_abort, wire it up to the abort opcodeAndy Wingo2010-02-191-0/+1
* prompt handlers are always inlineAndy Wingo2010-02-191-5/+2
* <prompt> has no pre-unwind-handler, it's unnecessaryAndy Wingo2010-02-191-3/+3
* connect a few more wires to promptensteinAndy Wingo2010-02-081-0/+28
* add @control and @prompt stub primitivesAndy Wingo2010-01-311-0/+26