1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 18:50:19 +02:00
guile/module/system
Andy Wingo 652f48c062 use *repl-stack* instead of *repl-level*
* module/ice-9/boot-9.scm (*repl-stack*): Instead of repl-level, have a
  stack.
  (batch-mode?): Change to poke the stack.

* module/ice-9/deprecated.scm (set-batch-mode?!): Update deprecation
  method.

* module/system/repl/common.scm (repl-prompt): Update to poke
  *repl-stack* to get the level.

* module/system/repl/repl.scm (start-repl): Bind *repl-stack*
  appropriately.
2010-06-26 22:28:21 +02:00
..
base current-language fluid refactoring 2010-06-02 22:19:40 +02:00
repl use *repl-stack* instead of *repl-level* 2010-06-26 22:28:21 +02:00
vm `(debug)' debugs the current stack. 2010-06-18 13:10:33 +02:00
foreign.scm rename (rnrs bytevector) to (rnrs bytevectors) 2010-06-01 13:26:11 +02:00
xref.scm use nested-ref-module in (system xref) 2010-04-24 17:42:00 +02:00