Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31371
Modified Files:
CREDITS NEWS version.lisp-expr
Log Message:
0.8.14.14: Two commits for the price of one
* Clean up indentation of IR1-CONVERT
* NEWS entry about single stepping.
Index: CREDITS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/CREDITS,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- CREDITS 9 Sep 2004 12:10:11 -0000 1.58
+++ CREDITS 13 Sep 2004 08:36:29 -0000 1.59
@@ -675,7 +675,8 @@
Nikodemus Siivola:
He provided build fixes, in particular to tame the SunOS toolchain,
implemented package locks, ported the linkage-table code from CMUCL,
- and has fixed many (stream-related and other) bugs besides.
+ reimplemented STEP, and has fixed many (stream-related and other) bugs
+ besides.
Juho Snellman:
He provided several performance enhancements, including a better hash
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.621
retrieving revision 1.622
diff -u -d -r1.621 -r1.622
--- NEWS 13 Sep 2004 05:40:27 -0000 1.621
+++ NEWS 13 Sep 2004 08:36:29 -0000 1.622
@@ -3,6 +3,8 @@
SB-INT:*AFTER-SAVE-INITIALIZATIONS* have been renamed
SB-EXT:*SAVE-HOOKS* and SB-EXT:*INIT-HOOKS*, and are now
part of the supported interface.
+ * new feature: Single-stepping of code compiled with DEBUG 2 or higher
+ and (> DEBUG (MAX SPACE SPEED)) is now possible.
* new feature: saving cores with foreign code loaded is now
supported on x86/FreeBSD, x86/Linux, and sparc/SunOS. (based
on Timothy Moore's work for CMUCL)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1823
retrieving revision 1.1824
diff -u -d -r1.1823 -r1.1824
--- version.lisp-expr 13 Sep 2004 07:14:38 -0000 1.1823
+++ version.lisp-expr 13 Sep 2004 08:36:30 -0000 1.1824
@@ -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.8.14.13"
+"0.8.14.14"
|