Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2020-06-29 | 1.3 kB | |
sbcl-2.0.6-documentation-html.tar.bz2 | 2020-06-29 | 231.8 kB | |
sbcl-2.0.6-release-notes.txt | 2020-06-29 | 1.3 kB | |
sbcl-2.0.6-source.tar.bz2 | 2020-06-29 | 6.6 MB | |
sbcl-2.0.6-x86-64-linux-binary.tar.bz2 | 2020-06-29 | 10.2 MB | |
sbcl-2.0.6-crhodes.asc | 2020-06-29 | 959 Bytes | |
Totals: 6 Items | 17.0 MB | 0 |
changes in sbcl-2.0.6 relative to sbcl-2.0.5: * planned incompatible change: the defined symbols in the Metaobject Protocol, currently accessible from both SB-MOP and SB-PCL packages, will in a later release be no longer exported from SB-PCL. * platform support: ** better support for dynamic-extent on the SPARC architecture. ** bug fix for loading very large core files. ** bug fix for logior and logxor on PPC64. * enhancement: EQUALP on structure instances uses code specialized to each structure type, inlining comparison of non-pointer slots. * enhancement: some standard operators, such as WITH-OUTPUT-TO-STRING and CHANGE-CLASS, have been adapted to use dynamic-extent temporary objects, and so cons less garbage on the heap. * enhancement: read tables are more space- and speed efficient * bug fix: stream conditions with dynamic-extent streams have the stream replaced by a stub. (reported by Matt Kaufmann) * bug fix: garbage collections triggered from foreign callbacks crashed. (lp#1884403, reported by Andrew Kent) * bug fix: compiler failure in compiling MAKE-LIST. (lp#1881349) * bug fix: using the debugger from frames with calls to functions with unsupplied optional arguments is less likely to cause heap corruption. (lp#1883745)