X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=4ab65d991fc6eea78953677ba30efa0f2fd40f31;hb=e5334bc7f2c88a5819e45e2d6e1cfe18af355169;hp=a617c05cdab2a911c1fc15a096ee1aff09b6e55c;hpb=cd1e6992dee4ad09355e672f9f4e4ddb34bbc651;p=sbcl.git diff --git a/NEWS b/NEWS index a617c05..4ab65d9 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,15 @@ ;;;; -*- 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