summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Harold Newman <william.newman@airmail.net>2002-08-25 13:34:10 +0000
committerWilliam Harold Newman <william.newman@airmail.net>2002-08-25 13:34:10 +0000
commit48b4e7d2121bc92ed4b4ed0951b85e764f864f05 (patch)
tree3fc27428cd1503069ed6815577a70ea8a74649e3
parent4dbc52ee4f9a4f566701f1d33e7916e8491b918b (diff)
release, tagged as sbcl_0_7_7
-rw-r--r--BUGS2
-rw-r--r--CREDITS4
-rw-r--r--NEWS5
-rw-r--r--version.lisp-expr2
4 files changed, 10 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index 0811c129b..f4a9efc80 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 fe5c18c62..104eb2ee3 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 5f3dca30c..8d8b505a6 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 2e4d02210..51fe90bd8 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"