sbcl-1.3.9 released
Christophe Rhodes <[email protected]> Tue, 30 Aug 2016 16:39:35 +0100
| Newsgroups | gmane.lisp.steel-bank.announce |
|---|---|
| Message-ID | <[email protected]> |
Dear all,
I've released SBCL 1.3.9, and uploaded a source tarball to Sourceforge.
The month in development was fairly quiet, as suggested by the fairly
minimal user-visible changes, appended below.
Best wishes,
Christophe
changes in sbcl-1.3.9 relative to sbcl-1.3.8:
* minor incompatible change: NAMESTRING prefers to return a BASE-STRING
instead of (ARRAY CHARACTER (*)) when possible.
* enhancement: cached make-instance/allocate-instance constructors can now
get garbage collected.
* optimization: better performance for some unoptimized operations on
complex numbers.
* bug fix: using the options :LOCAL-NICKNAMES and :LOCK in the same
DEFPACKAGE form no longer signals a bogus error
------------------------------------------------------------------------------