X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=8dd176724a6eaeaf7ff729360d0745d52faf8430;hb=34ac026c949bdb6f782065681361267e383e59a7;hp=f8eb769be368ca0c4403e2984351345e90de7fda;hpb=4993cd552cc06b6889a2b1898448cb2687ed0b6c;p=sbcl.git diff --git a/NEWS b/NEWS index f8eb769..8dd1767 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.48: +changes in sbcl-1.0.49 relative to sbcl-1.0.48: * minor incompatible change: WITH-LOCKED-HASH-TABLE no longer disables interrupts for its body. * enhancement: source locations are now available for files loaded as @@ -30,6 +30,10 @@ changes relative to sbcl-1.0.48: terminal even if one is available. ** --script can be an argument, causing the script to be loaded from standard input. + * enhancement: MAKE-ALIEN-STRING provides an easy way to transport lisp + strings to foreign memory. + * enhancement: (SETF GC-LOGFILE) allows logging garbage collections to + a file, making it easier to understand heap dynamics. * optimization: using a &REST argument only in APPLY or VALUES-LIST calls allows the compiler to automatically elide rest-list allocation so long as the call sites are in functions that the compiler knows cannot escape.