|
[Sbcl-commits] CVS: sbcl NEWS, 1.1296, 1.1297 version.lisp-expr,
1.3830, 1.3831
From: Nikodemus Siivola <demoss@us...> - 2008-01-29 12:51
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7429
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.14.2: XREF needs to account for the last node of a block as well
* ...as it can be eg. a CSET node. Reported by "mogunus" on #lisp.
Lest readers of sbcl-commits start thinking that #lisp is the best
place to report bugs: it is not. This got immediate attention as I
was working in closely related areas anyways.
sbcl-devel and sbcl-help remain the correct place to report bugs.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1296
retrieving revision 1.1297
diff -u -d -r1.1296 -r1.1297
--- NEWS 28 Jan 2008 15:10:54 -0000 1.1296
+++ NEWS 29 Jan 2008 12:51:26 -0000 1.1297
@@ -4,6 +4,8 @@
well as other cases where the interesting frames used to be
obscured by interrupt handling frames.
* bug fix: SORT was not interrupt safe.
+ * bug fix: XREF accounts for the last node of each basic-block as
+ well.
changes in sbcl-1.0.14 relative to sbcl-1.0.13:
* new feature: SB-EXT:*EXIT-HOOKS* are called when the process exits
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3830
retrieving revision 1.3831
diff -u -d -r1.3830 -r1.3831
--- version.lisp-expr 28 Jan 2008 15:10:55 -0000 1.3830
+++ version.lisp-expr 29 Jan 2008 12:51:27 -0000 1.3831
@@ -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".)
-"1.0.14.1"
+"1.0.14.2"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1296, 1.1297 version.lisp-expr, 1.3830, 1.3831 | Nikodemus Siivola <demoss@us...> |