From 9cdf6e7130467382485e99c14e1ce6a48aa8b4b8 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Tue, 11 Jun 2002 16:13:35 +0000 Subject: [PATCH] 0.7.4.25: Bugfix for PPC floating point control handling ... document and test. Minor text file tweaking, too --- CREDITS | 3 +++ NEWS | 4 ++++ src/compiler/ppc/parms.lisp | 21 +++++++++++++++++---- tests/compiler.impure.lisp | 9 +++++++++ version.lisp-expr | 2 +- 5 files changed, 34 insertions(+), 5 deletions(-) diff --git a/CREDITS b/CREDITS index 8800487..be40848 100644 --- a/CREDITS +++ b/CREDITS @@ -547,6 +547,9 @@ Nathan Froyd: Matthias Hoelzl: He reported and fixed COMPILE's misbehavior on macros. +Espen S Johnsen: + He provided an ANSI-compliant version of CHANGE-CLASS for PCL. + Arthur Lemmens: He found and fixed a number of SBCL bugs while partially porting SBCL to bootstrap under