1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-26 13:10:22 +02:00
guile/module/system/repl
Andy Wingo 2b12193df2 heap/literal fixes for repl-default-options
* module/system/repl/common.scm (repl-default-options): Heap-allocate
  the repl-default-options, to avoid mutating a literal.
  (make-repl): Copy repl-default-options.
2010-07-10 10:49:01 +02:00
..
command.scm fix up a repl command docstring 2010-07-09 18:39:15 +02:00
common.scm heap/literal fixes for repl-default-options 2010-07-10 10:49:01 +02:00
debug.scm tweaks to print-locals 2010-07-09 18:34:24 +02:00
describe.scm eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
error-handling.scm integrate the debugger into the repl 2010-07-09 17:05:25 +02:00
repl.scm avoid running the debugger during parsing or compilation at the repl 2010-07-09 18:58:01 +02:00