Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sbcl-2.0.5-x86-openbsd67-binary.tar.bz2 | 2020-06-03 | 9.5 MB | |
sbcl-2.0.5-x86-64-openbsd67-binary.tar.bz2 | 2020-06-03 | 9.8 MB | |
sbcl-2.0.5-powerpc-openbsd67-binary.tar.bz2 | 2020-06-03 | 9.5 MB | |
sbcl-2.0.5-armel-openbsd67-binary.tar.bz2 | 2020-06-03 | 9.3 MB | |
sbcl-2.0.5-arm64-openbsd67-binary.tar.bz2 | 2020-06-03 | 9.5 MB | |
sbcl-2.0.5-joshe.asc | 2020-06-03 | 732 Bytes | |
README | 2020-05-31 | 1.6 kB | |
sbcl-2.0.5-release-notes.txt | 2020-05-31 | 1.6 kB | |
sbcl-2.0.5-documentation-html.tar.bz2 | 2020-05-31 | 231.8 kB | |
sbcl-2.0.5-source.tar.bz2 | 2020-05-31 | 6.5 MB | |
sbcl-2.0.5-x86-64-linux-binary.tar.bz2 | 2020-05-31 | 10.2 MB | |
sbcl-2.0.5-crhodes.asc | 2020-05-31 | 955 Bytes | |
Totals: 12 Items | 64.5 MB | 14 |
changes in sbcl-2.0.5 relative to sbcl-2.0.4: * platform support: ** experimental support for ARM32 and ARM64 on OpenBSD ** better musl libc support. (lp#1768368, thanks to Eric Timmons) ** more correct use of futexes on 64-bit Linux. (lp#1876825, reported by Ilya Perminov) ** restore building on current Solaris. (lp#1881393, thanks to Shawn Ellis) * enhancement: CMUCL-style START-BLOCK and END-BLOCK declarations are now supported for block compiling forms at a sub-file granularity. * enhancement: IPv6 support in sb-bsd-sockets is enabled on Windows. * minor change: *compile-print* now makes it more clear what block compilation is actually doing. The default output is now slightly more verbose as a result. * bug fix: number keys in EQUALP hash tables are correctly hashed. (lp#1878653, reported by Syll) * bug fix: EQness is better preserved given partial sharing of list contents in the file compiler. (lp#1583753, reported by Denis Budyak) * bug fix: the peephole pass neglected to preserve jump table labels. (lp#1876485) * bug fix: fix compiler crash in block compilation merging of toplevel lambdas. (lp#1865336, reported by il71) * bug fix: sb-introspect's function-lambda-arglist is better at extracting default values of nested macro arguments. (lp#1876194) * bug fix: RESTART-BIND's body is an implicit progn, and so does not accept declarations. (lp#1876303, reported by Michal Herda) * optimization: EQUAL hash tables with keys involving structure-objects will have fewer systematic collisions.