0.9.16.5: clean up some unused symbols from SB-EXT (really)
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 28 Aug 2006 17:16:22 +0000 (17:16 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 28 Aug 2006 17:16:22 +0000 (17:16 +0000)
 The missing package-data-list.lisp-expr changes from last commit.

 ETOOMANYCHERRIES

package-data-list.lisp-expr
version.lisp-expr

index 2fa1bf0..e2dd14b 100644 (file)
@@ -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"
index c403e47..3f1829f 100644 (file)
@@ -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"