From ed1c175929e880580d162be4b5d3e102cf9f43f1 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Mon, 19 Apr 2004 14:15:46 +0000 Subject: [PATCH] 0.8.9.53: Just textual fixes. --- NEWS | 2 ++ src/compiler/x86/vm.lisp | 2 +- version.lisp-expr | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a90f447..7fef10d 100644 --- 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 diff --git a/src/compiler/x86/vm.lisp b/src/compiler/x86/vm.lisp index c66c6f6..3049812 100644 --- a/src/compiler/x86/vm.lisp +++ b/src/compiler/x86/vm.lisp @@ -451,5 +451,5 @@ ;;; 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) diff --git a/version.lisp-expr b/version.lisp-expr index 609be37..fc52e2e 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.9.52" +"0.8.9.53" -- 1.7.10.4