summaryrefslogtreecommitdiff
path: root/module/ice-9/deprecated.scm
AgeCommit message (Expand)AuthorFilesLines
2011-12-19Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+0
2011-12-19Add a deprecated alias for $exptChristian Persch1-0/+5
2011-05-12remove all deprecated codeAndy Wingo1-847/+1
2011-05-12all deprecated routines emit warningsAndy Wingo1-29/+94
2010-11-19deprecate process-define-moduleAndy Wingo1-1/+103
2010-11-03Use a fluid for the list of the reader's "hash procedures"Andreas Rottmann1-1/+16
2010-10-01deprecate turn-on-debugging, it is obsoleteAndy Wingo1-1/+9
2010-09-24remove a number of debug optionsAndy Wingo1-0/+11
2010-09-02module-ref-submodule deprecation fixesAndy Wingo1-20/+3
2010-08-29fix #y back-compat shimAndy Wingo1-10/+3
2010-07-16remove (ice-9 emacs)Andy Wingo1-9/+0
2010-07-14fix boostrapping error with srfi-1 (for the third time!)Andy Wingo1-1/+6
2010-06-26use *repl-stack* instead of *repl-level*Andy Wingo1-1/+1
2010-06-22top-repl out to its own moduleAndy Wingo1-1/+7
2010-06-22deprecate named-module-use!, load-emacs-interface, and remove --emacsAndy Wingo1-1/+16
2010-06-19deprecate the-last-stackAndy Wingo1-0/+11
2010-06-19deprecate save-stack, stack-saved?Andy Wingo1-1/+23
2010-06-19handle-system-error to scm-style-replAndy Wingo1-1/+8
2010-06-18default-pre-unwind-handler to scm-style-replAndy Wingo1-3/+10
2010-06-18finish deprecating pre-unwind-handler-dispatchAndy Wingo1-1/+8
2010-06-18deprecate `repl'Andy Wingo1-1/+9
2010-06-18batch-mode? in terms of *repl-level*Andy Wingo1-1/+14
2010-06-18deprecate set-repl-prompt!Andy Wingo1-1/+8
2010-06-18assert-repl-* and associated state variables to scm-style-replAndy Wingo1-1/+22
2010-06-14fix bug in collectAndy Wingo1-2/+2
2010-06-11deprecate `collect'Andy Wingo1-1/+20
2010-06-11deprecate get-option, for-next-option, display-usage-report, transform-usage-...Andy Wingo1-1/+134
2010-06-11deprecate `scheme-file-suffix'Andy Wingo1-1/+8
2010-06-11deprecate `bad-throw'Andy Wingo1-0/+7
2010-06-11deprecate has-suffix?Andy Wingo1-1/+7
2010-06-10deprecate apply-to-argsAndy Wingo1-1/+24
2010-06-10scm-style-repl -> (ice-9 scm-style-repl)Andy Wingo1-190/+12
2010-06-10deprecate error-catching-loop, error-catching-replAndy Wingo1-0/+91
2010-06-10deprecate scm-style-replAndy Wingo1-1/+110
2010-04-24module-public-interface is a field in the module recordAndy Wingo1-0/+23
2010-04-24add submodule bindersAndy Wingo1-0/+2
2010-04-24module-{ref,define}-submodule use the submodules tableAndy Wingo1-1/+19
2010-04-24deprecated %app shims use module-define-submodule!Andy Wingo1-10/+11
2010-04-22deprecate %appAndy Wingo1-0/+7
2010-04-22formally deprecate `app'Andy Wingo1-1/+4
2010-04-19deprecate @bindAndy Wingo1-1/+37
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-0/+2
2010-01-11Move `feature?' to `deprecated.scm'.Ludovic Courtès1-1/+6
2010-01-11Make `(ice-9 deprecated)' a module of its own.Ludovic Courtès1-4/+29
2009-12-04eval.c closures are now applicable smobs, not tc3sAndy Wingo1-0/+4
2009-12-03implement transcendental sin, cos etc in c; deprecate $sin, $cos, etcAndy Wingo1-0/+17
2009-12-01new evaluator, y'allAndy Wingo1-0/+5
2009-10-16bitvector tweaksAndy Wingo1-1/+1
2009-10-15Fix compilation of literal bitvectors.Ludovic Courtès1-1/+1
2009-10-15add back support for #y bitvector read syntaxAndy Wingo1-0/+17