From 888e047a95aac9e3a41c668aeefd9847f0d84cd1 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 28 Aug 2006 17:14:04 +0000 Subject: [PATCH] 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* --- NEWS | 6 +++++- doc/internals-notes/threading-specials | 9 +-------- version.lisp-expr | 3 ++- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index 6db48df..b613ab5 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/doc/internals-notes/threading-specials b/doc/internals-notes/threading-specials index 9b67b2a..70e6c77 100644 --- a/doc/internals-notes/threading-specials +++ b/doc/internals-notes/threading-specials @@ -539,13 +539,10 @@ SB-THREAD::*BACKGROUND-THREADS-WAIT-FOR-DEBUGGER* ; intentionally global *PRINT-LINES* *PRINT-ESCAPE* *PRINT-LEVEL* -*ERROR-PRINT-LENGTH* -*ERROR-PRINT-LINES* *READ-EVAL* *PRINT-ESCAPE* *TRACE-OUTPUT* SB-IMPL::*INSPECT-LENGTH* -*ERROR-PRINT-LEVEL* SB-IMPL::*DRIBBLE-STREAM* ; what to do with dribble in threaded lisp? SB-IMPL::*HELP-FOR-INSPECT* ; read-only *PRINT-ARRAY* @@ -853,11 +850,7 @@ SB-VM::*ALIEN-STACK* ; bound in create_thread_struct() SB-IMPL::*OBJECTS-PENDING-FINALIZATION* ; needs locking for writers -*GC-NOTIFY-STREAM* ; going away -*BEFORE-GC-HOOKS* ; must be global -*AFTER-GC-HOOKS* ; ditto -*GC-NOTIFY-AFTER* ; going away -*GC-NOTIFY-BEFORE* ; going away +*AFTER-GC-HOOKS* ; must be global *GC-RUN-TIME* SB-INT:*N-BYTES-FREED-OR-PURIFIED* diff --git a/version.lisp-expr b/version.lisp-expr index 6dc983d..c403e47 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" + -- 1.7.10.4