From: Nikodemus Siivola Date: Mon, 28 Aug 2006 17:16:22 +0000 (+0000) Subject: 0.9.16.5: clean up some unused symbols from SB-EXT (really) X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=253b808015cb271bae2a3f79eefd198f63d1fdbb;p=sbcl.git 0.9.16.5: clean up some unused symbols from SB-EXT (really) The missing package-data-list.lisp-expr changes from last commit. ETOOMANYCHERRIES --- diff --git a/package-data-list.lisp-expr b/package-data-list.lisp-expr index 2fa1bf0..e2dd14b 100644 --- a/package-data-list.lisp-expr +++ b/package-data-list.lisp-expr @@ -571,7 +571,6 @@ like *STACK-TOP-HINT* and unsupported stuff like *TRACED-FUN-LIST*." ;; People have various good reasons to mess with the GC. "*AFTER-GC-HOOKS*" - "*GC-NOTIFY-AFTER*" "*GC-NOTIFY-BEFORE*" "*GC-NOTIFY-STREAM*" "BYTES-CONSED-BETWEEN-GCS" "GC" "GC-OFF" "GC-ON" "GET-BYTES-CONSED" "*GC-RUN-TIME*" @@ -642,12 +641,6 @@ like *STACK-TOP-HINT* and unsupported stuff like *TRACED-FUN-LIST*." ;; a year or so it can go away completely. "DEF-SOURCE-CONTEXT" - ;; FIXME: These seem like the right thing, but are they - ;; consistent with ANSI? (And actually maybe they're not - ;; quite the right thing; it might be better to also do - ;; WITH-STANDARD-IO-SYNTAX or something.) - "*ERROR-PRINT-LENGTH*" "*ERROR-PRINT-LEVEL*" "*ERROR-PRINT-LINES*" - ;; extended declarations.. "FREEZE-TYPE" "INHIBIT-WARNINGS" "MAYBE-INLINE" diff --git a/version.lisp-expr b/version.lisp-expr index c403e47..3f1829f 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,5 +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.4" +"0.9.16.5"