Age | Commit message (Expand) | Author | Files | Lines |
2011-12-19 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+0 |
2011-12-19 | Add a deprecated alias for $expt | Christian Persch | 1 | -0/+5 |
2011-05-12 | remove all deprecated code | Andy Wingo | 1 | -847/+1 |
2011-05-12 | all deprecated routines emit warnings | Andy Wingo | 1 | -29/+94 |
2010-11-19 | deprecate process-define-module | Andy Wingo | 1 | -1/+103 |
2010-11-03 | Use a fluid for the list of the reader's "hash procedures" | Andreas Rottmann | 1 | -1/+16 |
2010-10-01 | deprecate turn-on-debugging, it is obsolete | Andy Wingo | 1 | -1/+9 |
2010-09-24 | remove a number of debug options | Andy Wingo | 1 | -0/+11 |
2010-09-02 | module-ref-submodule deprecation fixes | Andy Wingo | 1 | -20/+3 |
2010-08-29 | fix #y back-compat shim | Andy Wingo | 1 | -10/+3 |
2010-07-16 | remove (ice-9 emacs) | Andy Wingo | 1 | -9/+0 |
2010-07-14 | fix boostrapping error with srfi-1 (for the third time!) | Andy Wingo | 1 | -1/+6 |
2010-06-26 | use *repl-stack* instead of *repl-level* | Andy Wingo | 1 | -1/+1 |
2010-06-22 | top-repl out to its own module | Andy Wingo | 1 | -1/+7 |
2010-06-22 | deprecate named-module-use!, load-emacs-interface, and remove --emacs | Andy Wingo | 1 | -1/+16 |
2010-06-19 | deprecate the-last-stack | Andy Wingo | 1 | -0/+11 |
2010-06-19 | deprecate save-stack, stack-saved? | Andy Wingo | 1 | -1/+23 |
2010-06-19 | handle-system-error to scm-style-repl | Andy Wingo | 1 | -1/+8 |
2010-06-18 | default-pre-unwind-handler to scm-style-repl | Andy Wingo | 1 | -3/+10 |
2010-06-18 | finish deprecating pre-unwind-handler-dispatch | Andy Wingo | 1 | -1/+8 |
2010-06-18 | deprecate `repl' | Andy Wingo | 1 | -1/+9 |
2010-06-18 | batch-mode? in terms of *repl-level* | Andy Wingo | 1 | -1/+14 |
2010-06-18 | deprecate set-repl-prompt! | Andy Wingo | 1 | -1/+8 |
2010-06-18 | assert-repl-* and associated state variables to scm-style-repl | Andy Wingo | 1 | -1/+22 |
2010-06-14 | fix bug in collect | Andy Wingo | 1 | -2/+2 |
2010-06-11 | deprecate `collect' | Andy Wingo | 1 | -1/+20 |
2010-06-11 | deprecate get-option, for-next-option, display-usage-report, transform-usage-... | Andy Wingo | 1 | -1/+134 |
2010-06-11 | deprecate `scheme-file-suffix' | Andy Wingo | 1 | -1/+8 |
2010-06-11 | deprecate `bad-throw' | Andy Wingo | 1 | -0/+7 |
2010-06-11 | deprecate has-suffix? | Andy Wingo | 1 | -1/+7 |
2010-06-10 | deprecate apply-to-args | Andy Wingo | 1 | -1/+24 |
2010-06-10 | scm-style-repl -> (ice-9 scm-style-repl) | Andy Wingo | 1 | -190/+12 |
2010-06-10 | deprecate error-catching-loop, error-catching-repl | Andy Wingo | 1 | -0/+91 |
2010-06-10 | deprecate scm-style-repl | Andy Wingo | 1 | -1/+110 |
2010-04-24 | module-public-interface is a field in the module record | Andy Wingo | 1 | -0/+23 |
2010-04-24 | add submodule binders | Andy Wingo | 1 | -0/+2 |
2010-04-24 | module-{ref,define}-submodule use the submodules table | Andy Wingo | 1 | -1/+19 |
2010-04-24 | deprecated %app shims use module-define-submodule! | Andy Wingo | 1 | -10/+11 |
2010-04-22 | deprecate %app | Andy Wingo | 1 | -0/+7 |
2010-04-22 | formally deprecate `app' | Andy Wingo | 1 | -1/+4 |
2010-04-19 | deprecate @bind | Andy Wingo | 1 | -1/+37 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -0/+2 |
2010-01-11 | Move `feature?' to `deprecated.scm'. | Ludovic Courtès | 1 | -1/+6 |
2010-01-11 | Make `(ice-9 deprecated)' a module of its own. | Ludovic Courtès | 1 | -4/+29 |
2009-12-04 | eval.c closures are now applicable smobs, not tc3s | Andy Wingo | 1 | -0/+4 |
2009-12-03 | implement transcendental sin, cos etc in c; deprecate $sin, $cos, etc | Andy Wingo | 1 | -0/+17 |
2009-12-01 | new evaluator, y'all | Andy Wingo | 1 | -0/+5 |
2009-10-16 | bitvector tweaks | Andy Wingo | 1 | -1/+1 |
2009-10-15 | Fix compilation of literal bitvectors. | Ludovic Courtès | 1 | -1/+1 |
2009-10-15 | add back support for #y bitvector read syntax | Andy Wingo | 1 | -0/+17 |