X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=4ab65d991fc6eea78953677ba30efa0f2fd40f31;hb=e5334bc7f2c88a5819e45e2d6e1cfe18af355169;hp=4a68deb29ff90893efa6138e2790ac78fe789e4a;hpb=c589b9363d23ec9133e5396adaf4240cb0a8bd18;p=sbcl.git diff --git a/NEWS b/NEWS index 4a68deb..4ab65d9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.31 +changes relative to sbcl-1.0.32: + * improvement: support O_LARGEFILE access to files larger than 2GB on + x86-64/linux. (thanks to Daniel Janus) + * bug fix: restore buildability on the MIPS platform. (regression from + 1.0.30.38, reported by Samium Gromoff) + * bug fix: inspecting closures is less likely to fail with a type error. + * new feature: SB-INTROSPECT:WHO-SPECIALIZES-DIRECTLY to get a list of + definitions for methods specializing on the passed class itself. + * new feature: SB-INTROSPECT:WHO-SPECIALIZES-GENERALLY to get a list of + definitions for methods specializing on the passed class itself, or on + subclasses of it. + +changes in sbcl-1.0.32 relative to sbcl-1.0.31: * optimization: faster FIND and POSITION on strings of unknown element type in high SPEED policies. (thanks to Karol Swietlicki) * optimization: faster CONCATENATE 'STRING in low SPEED policies (reported @@ -24,6 +36,8 @@ changes relative to sbcl-1.0.31 * bug fix: Have RUN-PROGRAM with :INPUT T only run the subprocess in a new process group if it doesn't need to share stdin with the sbcl process. (thanks to Leslie Polzer) + * bug fix: SATISFIES could be misoptimized to refer to a local function. + (reported by Stanislaw Halik) changes in sbcl-1.0.31 relative to sbcl-1.0.30: * improvement: stack allocation is should now be possible in all nested