From 7061e27bb8e75dd909a4965605bd580c928b300c Mon Sep 17 00:00:00 2001 From: Alexey Dejneka Date: Wed, 21 Apr 2004 17:50:19 +0000 Subject: [PATCH] 0.8.9.55: * Put credits to Lutz Euler into NEWS. --- NEWS | 2 ++ version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7fef10d..f628903 100644 --- a/NEWS +++ b/NEWS @@ -2386,6 +2386,8 @@ changes in sbcl-0.8.10 relative to sbcl-0.8.9: values. (thanks to Zach Beane) * bug fix: streams with element-type (SIGNED-BYTE ) for greater than 32 handle EOF correctly. + * bug fix: on X86 an immediate argument of the IMUL instruction is + correctly printed in disassembly. (thanks to Lutz Euler) * 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 diff --git a/version.lisp-expr b/version.lisp-expr index c19ced5..fb92629 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.54" +"0.8.9.55" -- 1.7.10.4