Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sbcl-2.2.0-arm64-freebsd-binary.tar.bz2 | 2021-12-30 | 9.2 MB | |
sbcl-2.2.0-x86-windows-binary.msi | 2021-12-30 | 10.6 MB | |
sbcl-2.2.0-x86-64-windows-binary.msi | 2021-12-30 | 12.0 MB | |
README | 2021-12-30 | 1.1 kB | |
sbcl-2.2.0-release-notes.txt | 2021-12-30 | 1.1 kB | |
sbcl-2.2.0-documentation-html.tar.bz2 | 2021-12-30 | 232.1 kB | |
sbcl-2.2.0-source.tar.bz2 | 2021-12-30 | 6.7 MB | |
sbcl-2.2.0-x86-64-linux-binary.tar.bz2 | 2021-12-30 | 10.2 MB | |
sbcl-2.2.0-crhodes.asc | 2021-12-30 | 951 Bytes | |
Totals: 9 Items | 48.9 MB | 10 |
changes in sbcl-2.2.0 relative to sbcl-2.1.11: * platform support: ** support for FreeBSD on 64-bit arm platforms has been added. ** the :SB-LINKABLE-RUNTIME build-time feature is now supported on 32-bit and 64-bit arm platforms, and on the FreeBSD operating system. ** bug fix: correct encoding for vmovsd. (lp#1953483, reported by Marco Heisig) ** bug fix: support ABIv1 callbacks on big-endian ppc64. (lp#1900343, thanks to Thomas Fitzsimmons) ** bug fix: don't misuse mprotect() in dynamic space on Windows. (lp#1955723, reported by 3b) * enhancement: catch type mismatches for REPLACE, SUBSTITUTE, MAKE-ARRAY with :INITIAL-CONTENTS. * optimization: printing symbols is around 10% faster than previously. * bug fix: don't use the current type of non-returning functions when redefining them in another file. (lp#1953214, reported by Nicolas Hafner) * bug fix: eliminate stack cleanups more conservatively. (lp#1954330, reported by Daniel Kochmański) * bug fix: check consistently in tests for the existence of VOPs. (lp#1952896, reported by Sébastien Villemot)