X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=0e37aceb9b52419fb8222c0098d475ffb701e3ad;hb=ad5cd2538240a4283cb4498b21ff7ab23adcde92;hp=e513fd3bf5239b94128bb1c66de072f1c9808ccd;hpb=a87f7ecb8beedbb3c1a225b7bc84dc6b51622cd9;p=sbcl.git diff --git a/NEWS b/NEWS index e513fd3..0e37ace 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ changes in sbcl-0.8.14 relative to sbcl-0.8.13: + * new feature: on platforms where "dladdr" is available foreign + function names now appear in backtraces. (based on Helmut Eller's + work for CMUCL) * bug fix: backtraces involving undefined functions or assembly routines are more informative. (thanks to Brian Downing) + * bug fix: mutually referent alien structures now work correctly. + (reported by Rick Taube) + * bug fix: structures defined by WITH-ALIEN can be referred to + within other definitions in the same WITH-ALIEN. + * bug fix: division operators (MOD, TRUNCATE and the like) with + constant zero divisors and integer dividends no longer generate + left shifts. changes in sbcl-0.8.13 relative to sbcl-0.8.12: * new feature: SB-PACKAGE-LOCKS. See the "Package Locks" section of