From 48b4e7d2121bc92ed4b4ed0951b85e764f864f05 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Sun, 25 Aug 2002 13:34:10 +0000 Subject: [PATCH] 0.7.7: release, tagged as sbcl_0_7_7 --- BUGS | 2 +- CREDITS | 4 ++++ NEWS | 5 ++++- version.lisp-expr | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/BUGS b/BUGS index 0811c12..f4a9efc 100644 --- a/BUGS +++ b/BUGS @@ -1301,7 +1301,7 @@ WORKAROUND: 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 () diff --git a/CREDITS b/CREDITS index fe5c18c..104eb2e 100644 --- a/CREDITS +++ b/CREDITS @@ -565,6 +565,10 @@ Pierre Mai: 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. diff --git a/NEWS b/NEWS index 5f3dca3..8d8b505 100644 --- a/NEWS +++ b/NEWS @@ -1192,7 +1192,7 @@ changes in sbcl-0.7.6 relative to sbcl-0.7.5: 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 @@ -1213,6 +1213,9 @@ changes in sbcl-0.7.7 relative to sbcl-0.7.6: 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 diff --git a/version.lisp-expr b/version.lisp-expr index 2e4d022..51fe90b 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; 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" -- 1.7.10.4