0.8.9.53:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 19 Apr 2004 14:15:46 +0000 (14:15 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 19 Apr 2004 14:15:46 +0000 (14:15 +0000)
Just textual fixes.

NEWS
src/compiler/x86/vm.lisp
version.lisp-expr

diff --git a/NEWS b/NEWS
index a90f447..7fef10d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2388,6 +2388,8 @@ changes in sbcl-0.8.10 relative to sbcl-0.8.9:
     greater than 32 handle EOF correctly.
   * bug fix: class slots in redefined classes preserve their old
     values.  (thanks to Bruno Haible and Nikodemus Siivola)
+  * bug fix: compilation of funcalls of CXX+R (e.g. CDDR) now
+    succeeds.  (reported by Marco Baringer)
   * fixed some bugs revealed by Paul Dietz' test suite:
     ** READ-SEQUENCE now works on ECHO-STREAMs.
     ** RATIONALIZE works more according to its specification.  (thanks
index c66c6f6..3049812 100644 (file)
 ;;; the symbol table (for example, prepending an underscore).
 (defun extern-alien-name (name)
   (declare (type simple-base-string name))
-  ;; non-ELF ports currently don't need any prefix
+  ;; ELF ports currently don't need any prefix
   name)
index 609be37..fc52e2e 100644 (file)
@@ -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.9.52"
+"0.8.9.53"