Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sbcl-1.4.3-crhodes.asc | 2017-12-29 | 888 Bytes | |
sbcl-1.4.3-x86-linux-binary.tar.bz2 | 2017-12-29 | 10.2 MB | |
README | 2017-12-29 | 1.1 kB | |
sbcl-1.4.3-release-notes.txt | 2017-12-29 | 1.1 kB | |
sbcl-1.4.3-documentation-html.tar.bz2 | 2017-12-29 | 232.0 kB | |
sbcl-1.4.3-source.tar.bz2 | 2017-12-29 | 6.0 MB | |
Totals: 6 Items | 16.4 MB | 1 |
changes in sbcl-1.4.3 relative to sbcl-1.4.2: * enhancement: SLEEP respects deadlines established by SB-SYS:WITH-DEADLINE. * bug fix: DECODE-TIMEOUT and operators accepting a timeout no longer signal an error when called with an argument that is of type (real 0) but not (unsigned-byte 62) (lp#1727789) * bug fix: fixed heap exhaustion bug when consing millions of small objects * bug fix: sb-safepoint builds are now a lot less prone to deadlocks and odd crashes (lp#1424031, lp#1268710) * bug fix: argumentless CALL-NEXT-METHOD where specialized-to-T or unspecialized parameters are mutated now uses the original (non-mutated) parameter values (lp#1734771) * bug fix: memory faults from lisp no longer use (thread-and-interrupt unsafe) global storage for fault addresses (everywhere), and now have cleaner backtraces (on x86 and x86-64). (lp#309068) * bug fix: pathnames with a directory component of the form (:absolute {:up,:wild,:wild-inferiors}) no longer fail to unparse. (lp#1738775) * bug fix: more reliable signal handling on macOS.