Just textual fixes.
greater than 32 handle EOF correctly.
* 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
+ succeeds. (reported by Marco Baringer)
* fixed some bugs revealed by Paul Dietz' test suite:
** READ-SEQUENCE now works on ECHO-STREAMs.
** RATIONALIZE works more according to its specification. (thanks
;;; the symbol table (for example, prepending an underscore).
(defun extern-alien-name (name)
(declare (type simple-base-string name))
- ;; non-ELF ports currently don't need any prefix
+ ;; ELF ports currently don't need any prefix
name)
;;; 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.52"
+"0.8.9.53"