Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv541
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.5.3:
Fix LDB backtraces when SB-UNICODE is on. Patch by David Lichteblau,
sbcl-devel "sb-unicode and ldb backtrace".
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.881
retrieving revision 1.882
diff -u -d -r1.881 -r1.882
--- NEWS 27 Sep 2005 16:58:47 -0000 1.881
+++ NEWS 27 Sep 2005 17:29:23 -0000 1.882
@@ -3,6 +3,8 @@
* 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
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2433
retrieving revision 1.2434
diff -u -d -r1.2433 -r1.2434
--- version.lisp-expr 27 Sep 2005 16:58:47 -0000 1.2433
+++ version.lisp-expr 27 Sep 2005 17:29:23 -0000 1.2434
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.5.2"
+"0.9.5.3"
|