From 3951e5fcc8f3e5e183e7bd240a2fa4ca8cb6960e Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Mon, 24 May 2004 14:30:50 +0000 Subject: [PATCH] 0.8.10.53: 0.8.10.51 me harder! Nikodemus pointed out that sbcl.1 also mentions compiler-onliness. Avoid confusion the easy way by just deleting that paragraph, on the theory that people reading about SBCL at the once-over-lightly level of the man page probably don't need to hear about details which are unlikely to affect their lives. --- doc/sbcl.1 | 5 ----- version.lisp-expr | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/sbcl.1 b/doc/sbcl.1 index 7b4678e..a195b16 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -194,11 +194,6 @@ better job on them.) .SH THE COMPILER -SBCL is essentially a compiler-only implementation of Common Lisp. All -nontrivial Lisp code is compiled to native machine code before being -executed, even when the Lisp code is typed interactively at the -"interpreter" prompt. - SBCL inherits from CMU CL the "Python" native code compiler. (Though we often avoid that name in order to avoid confusion with the scripting language also called Python.) This compiler is very clever diff --git a/version.lisp-expr b/version.lisp-expr index 6eb5db9..71a4269 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.10.52" +"0.8.10.53" -- 1.7.10.4