REPL Server: Don't establish a SIGINT handler.
[bpt/guile.git] / libguile / control.h
2011-03-29 Andy Wingofix prompt and abort with the boot evaluator
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-11 Andy Wingoremove internal treatment of default prompt tag, it...
2010-03-04 Andy Wingoadd printers for prompts and with-fluids objects
2010-02-26 Andy Wingorewinding prompts works
2010-02-26 Andy Wingofix a prompt bug
2010-02-25 Andy Wingosimplify handling of nonlocal prompt returns from c
2010-02-24 Andy Wingoadd %default-prompt-tag, and error (not abort()) on...
2010-02-22 Andy Wingoactually capture partial continuations
2010-02-22 Andy Wingoabort always dispatches to VM bytecode, to detect same...
2010-02-19 Andy Wingoprompt as part of guile's primitive language
2010-02-19 Andy Wingoadd scm_c_abort, wire it up to the abort opcode
2010-02-19 Andy Wingoprompt handlers are always inline
2010-02-19 Andy Wingo<prompt> has no pre-unwind-handler, it's unnecessary
2010-02-08 Andy Wingoconnect a few more wires to promptenstein
2010-01-31 Andy Wingoadd @control and @prompt stub primitives