X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=70dcf9bb39295d5a9ed464aeff27e61cfa30aec4;hb=40bea2551744d3cdc05a79a923fbff79a5755845;hp=f79f635e1a391b89c13d4d31c5c2d51fd4a6e0a5;hpb=6b0e40584d83dfc32e028b5835d973bdbd61e182;p=sbcl.git diff --git a/NEWS b/NEWS index f79f635..70dcf9b 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,14 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- changes relative to sbcl-1.0.53: + * enchancement: on CHENEYGC targets, SB-KERNEL:MAKE-LISP-OBJ now does + the same validation of pointer objects as GENCGC does, instead of a + comparatively weak bounds-check against the heap spaces. * bug fix: on 64-bit targets, atomic-incf/aref does index computation correctly, even on wide-fixnum builds. (lp#887220) + * bug fix: (directory "foo/*/*.*") did not follow symlinks in foo/ that + resolved to directories. + * bug fix: SB-KERNEL:MAKE-LISP-OBJ on GENCGC no longer categorically + refuses to create SIMPLE-FUN objects. changes in sbcl-1.0.53 relative to sbcl-1.0.52: * enhancement: on 64-bit targets, in src/compiler/generic/early-vm.lisp,