1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
guile/module/system/repl
Andy Wingo cdab9fc625 add ,reload meta-command and document it and reload-module
* module/ice-9/boot-9.scm (reload-module): Add docstring.
* module/system/repl/command.scm (reload): New meta-command.

* doc/ref/scheme-using.texi (Module Commands): Document the ,reload
  meta-command.
* doc/ref/api-modules.texi (Module System Reflection): Document
  reload-module.
2010-12-17 13:27:43 +01:00
..
command.scm add ,reload meta-command and document it and reload-module 2010-12-17 13:27:43 +01:00
common.scm repl read/write using current ports, not captured ports 2010-11-18 14:32:53 +01:00
debug.scm ,frame and related commands handle for-trap? appropriately 2010-10-12 13:24:46 +02:00
describe.scm eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
error-handling.scm call-with-error-handling pass-keys w/ procedural handlers fix 2010-11-12 17:16:35 +01:00
repl.scm repl read/write using current ports, not captured ports 2010-11-18 14:32:53 +01:00
server.scm add (system repl server) 2010-10-10 12:15:34 +02:00