Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24673
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.16.4: clean up some unused symbols from SB-EXT
In Memoriam:
*GC-NOTIFY-AFTER*
*GC-NOTIFY-BEFORE*
*GC-NOTIFY-STREAM*
*ERROR-PRINT-LENGTH*
*ERROR-PRINT-LEVEL*
*ERROR-PRINT-LINES*
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1054
retrieving revision 1.1055
diff -u -d -r1.1054 -r1.1055
--- NEWS 28 Aug 2006 16:56:47 -0000 1.1054
+++ NEWS 28 Aug 2006 17:14:04 -0000 1.1055
@@ -1,5 +1,9 @@
;;;; -*- coding: utf-8; -*-
-changes in sbcl-0.9.17 (0.9.99?) relative to sbcl-0.9.15:
+changes in sbcl-0.9.17 (0.9.99?) relative to sbcl-0.9.16:
+ * incompatible change: SB-EXT package no longer contains the
+ following unused symbols: *GC-NOTIFY-AFTER*, *GC-NOTIFY-BEFORE*,
+ *GC-NOTIFY-STREAM*, *ERROR-PRINT-LENGTH*, *ERROR-PRINT-LEVEL*,
+ *ERROR-PRINT-LINES*
* bug fix: ENOUGH-NAMESTRING on pathnames with no name and a pattern
for a type now works.
* bug fix: loading of default sysinit file works. (thanks to Leonid
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2967
retrieving revision 1.2968
diff -u -d -r1.2967 -r1.2968
--- version.lisp-expr 28 Aug 2006 16:56:47 -0000 1.2967
+++ version.lisp-expr 28 Aug 2006 17:14:05 -0000 1.2968
@@ -17,4 +17,5 @@
;;; 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.16.3"
+"0.9.16.4"
+
|