Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2023-04-30 | 815 Bytes | |
sbcl-2.3.4-documentation-html.tar.bz2 | 2023-04-30 | 233.4 kB | |
sbcl-2.3.4-release-notes.txt | 2023-04-30 | 815 Bytes | |
sbcl-2.3.4-source.tar.bz2 | 2023-04-30 | 7.3 MB | |
sbcl-2.3.4-x86-64-linux-binary.tar.bz2 | 2023-04-30 | 11.8 MB | |
sbcl-2.3.4-crhodes.asc | 2023-04-30 | 951 Bytes | |
Totals: 6 Items | 19.3 MB | 7 |
changes in sbcl-2.3.4 relative to sbcl-2.3.3: * enhancement: attempts to call non-callable objects can now provide USE-VALUE restarts on x86-64 and arm64. * bug fix: ioctl() (both in SBCL's internals and through SB-POSIX) was broken on ARM64/Darwin. (reported by fiddlerwoaroof) * platform support: ** support for cross-compiling the system to Android has been added; (thanks to Gleefre) ** include likely absolute paths for gmp and mpfr on ARM64/Darwin; (thanks to Elias Lawson-Fox) ** include another absolute path for mpfr on Windows; (thanks to Ari Projansky) ** the PROMISE-COMPILE feature from the SB-CONCURRENCY contrib is now available on all threaded platforms; * optimization: VALUES-LIST performs less redundant work on x86-64 and ARM64.