Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2018-04-29 | 591 Bytes | |
sbcl-1.4.7-release-notes.txt | 2018-04-29 | 591 Bytes | |
sbcl-1.4.7-documentation-html.tar.bz2 | 2018-04-29 | 227.8 kB | |
sbcl-1.4.7-source.tar.bz2 | 2018-04-29 | 6.0 MB | |
sbcl-1.4.7-x86-64-linux-binary.tar.bz2 | 2018-04-29 | 10.4 MB | |
sbcl-1.4.7-crhodes.asc | 2018-04-29 | 891 Bytes | |
Totals: 6 Items | 16.6 MB | 0 |
changes in sbcl-1.4.7 relative to sbcl-1.4.6: * enhancement: better handling of unknown keyword arguments (lp#1750466) * enhancement: namestrings can now be computed for certain pathnames that previously did not have namestrings because of #\. characters in their name and/or type components. * bug fix: compiling a SLEEP call with a float positive infinity argument no longer causes an internal error (lp#1754081) * bug fix: keyword arguments provided to a generic function with EQL-specialized methods are checked more correctly (reported by Syll, lp#1760987)