only sporadically reproducible.
191: "Miscellaneous PCL deficiencies"
- (reported by Alexey Dejenka sbcl-devel 2002-08-04)
+ (reported by Alexey Dejneka sbcl-devel 2002-08-04)
a. DEFCLASS does not inform the compiler about generated
functions. Compiling a file with
(DEFCLASS A-CLASS ()
patched code to SBCL to enable dynamic loading of object files
under OpenBSD.
+Eric Marsden:
+ Some of his fixes to CMU CL since the SBCL fork have been ported
+ to SBCL.
+
Dave McDonald:
He made a lot of progress toward getting SBCL to be bootstrappable
under CLISP.
changes in sbcl-0.7.7 relative to sbcl-0.7.6:
* An alpha-quality port to the parisc architecture running Linux,
- based on the old CMUCL backend has been made. This, even more so
+ based on the old CMUCL backend, has been made. This, even more so
than the other backends, should be considered still a work in
progress; known problems include that the Linux kernel in 64-bit
mode does not propagate the correct sigcontext structure to
SB-KERNEL:CONTROL-STACK-EXHAUSTED condition (subclass of
STORAGE-CONDITION) is signalled, so stack exhaustion can no longer
be caught using IGNORE-ERRORS.
+ * Bugs 65, 70, and 109 fixed: The compiler now preserves invariants
+ correctly when transforming recursive LABELS functions to LETs.
+ (thanks to Alexey Dejneka)
* Bug 48a./b. fixed: SYMBOL-MACROLET now refuses to bind symbols
that are names of constants or global variables.
* Bug fix: DEFINE-ALIEN-ROUTINE now declaims the correct FTYPE for
;;; for internal versions, especially for internal versions off the
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.7.6.29"
+"0.7.7"