deprecate save-stack, stack-saved?
authorAndy Wingo <wingo@pobox.com>
Sat, 19 Jun 2010 10:57:31 +0000 (12:57 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 19 Jun 2010 10:57:31 +0000 (12:57 +0200)
commitd8158b837ed950c37cf33bddcd87464d4495d058
treeb1b2f77d25ee1701524dd9c64ef82ffcaa9581c1
parentbfccdcd53006c1e74676e48d338349e4119b0af9
deprecate save-stack, stack-saved?

* module/Makefile.am:
* module/ice-9/boot-9.scm:
* module/ice-9/save-stack.scm (stack-saved?, save-stack): Move these
  bindings to their own module.

* module/oop/goops.scm (goops-error):
* module/ice-9/boot-9.scm (error, top-repl): Remove calls to save-stack.

* module/ice-9/deprecated.scm (stack-saved?, save-stack): Add deprecated
  shims.

* module/ice-9/emacs.scm:
* module/ice-9/stack-catch.scm:
* module/ice-9/debugger/command-loop.scm:
* module/ice-9/scm-style-repl.scm: Import (ice-9 save-stack).
module/Makefile.am
module/ice-9/boot-9.scm
module/ice-9/debugger/command-loop.scm
module/ice-9/deprecated.scm
module/ice-9/emacs.scm
module/ice-9/save-stack.scm [new file with mode: 0644]
module/ice-9/scm-style-repl.scm
module/ice-9/stack-catch.scm
module/oop/goops.scm