X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=c680409c575e365bd9960ff1a367a93c781931a4;hb=656f994cdddc89af3a99c8af266816b09879df4a;hp=72be4c3ebee2490d213473ad1b2297f6b6166f8d;hpb=9ce24dc604859d2670a989da2a9015b67c37e00f;p=sbcl.git diff --git a/NEWS b/NEWS index 72be4c3..c680409 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,11 @@ ;;;; -*- coding: utf-8; -*- +changes in sbcl-0.9.6 relative to sbcl-0.9.5: + * bug fix: add a workaround to SBCL looping infinitely at startup on + Linux kernels with apparently buggy implementations of personality(). + (thanks to Svein Ove Aas) + * bug fix: Unicode symbols are correctly printed in LDB backtraces + (thanks to David Lichteblau) + changes in sbcl-0.9.5 relative to sbcl-0.9.4: * new feature: timers based on Zach Beane's excellent timer package * added support for the following external formats: koi8-u, @@ -35,6 +42,9 @@ changes in sbcl-0.9.5 relative to sbcl-0.9.4: iterated. (reported by Bryan O'Connor, fixed by Rob MacLachlan) * bug fix: backquote does not optimize (LIST* x y) to CONS when x may be expanded. (reported by Alexander on c.l.l) + * bug fix: no more style-warnings when compiling code using LAST + under high-SPEED low-SPACE settings. (reported by David Wallin + aka froog on #lisp) * fixed some incompatibilities between SBCL's MOP and the MOP specified by AMOP: ** the METAOBJECT class is now implemented;