X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=package-data-list.lisp-expr;h=62a1ed8e1e6c3d9cddd67db2760be19d5d61dfb8;hb=c8218514d751c4d777892b79bbf1ca6597f731c0;hp=dd2495eb4dc9277cd4d63b1b0a279abfb85193bd;hpb=2f453e77acd12b73a09c3b50601a420d3454b732;p=sbcl.git diff --git a/package-data-list.lisp-expr b/package-data-list.lisp-expr index dd2495e..62a1ed8 100644 --- a/package-data-list.lisp-expr +++ b/package-data-list.lisp-expr @@ -1,9 +1,16 @@ -;;;; the specifications of SBCL-specific packages, except.. +;;;; -*- Lisp -*- + +;;;; the specifications of target packages, except for a few things +;;;; which are handled elsewhere by other mechanisms: ;;;; * the creation of the trivial SB-SLOT-ACCESSOR-NAME package ;;;; * any SHADOWing hackery -;;;; The standard, non-SBCL-specific packages COMMON-LISP, -;;;; COMMON-LISP-USER, and KEYWORD are also handled through other -;;;; mechanisms. +;;;; * the standard, non-SBCL-specific packages COMMON-LISP, +;;;; COMMON-LISP-USER, and KEYWORD +;;;; +;;;; The packages are named SB!FOO here and elsewhere in +;;;; cross-compilation, in order to avoid collision with corresponding +;;;; SB-FOO packages in the cross-compilation host. They're renamed to +;;;; SB-FOO later, after the danger of collision has passed. ;;;; This software is part of the SBCL system. See the README file for ;;;; more information. @@ -152,7 +159,6 @@ "%UNWIND-PROTECT-BREAKUP" "*BACKEND-BYTE-ORDER*" "*BACKEND-DISASSEM-PARAMS*" - "*BACKEND-INFO-ENVIRONMENT*" "*BACKEND-INSTRUCTION-FLAVORS*" "*BACKEND-INSTRUCTION-FORMATS*" "*BACKEND-INTERNAL-ERRORS*" "*BACKEND-PAGE-SIZE*" "*BACKEND-REGISTER-SAVE-PENALTY*" @@ -474,14 +480,19 @@ like *STACK-TOP-HINT*" "ADD-OFFS-NOTE-HOOK" "ADD-OFFS-COMMENT-HOOK" "DSTATE-CUR-ADDR" "DSTATE-NEXT-ADDR")) - #!+sb-interpreter #s(sb-cold:package-data :name "SB!EVAL" - :doc "private: the implementation of the IR1 interpreter" + :doc "private: originally the implementation of the IR1 interpreter, +and now that the IR1 interpreter is gone, home to some stuff which is still +used by the bytecode interpreter" :use ("CL" "SB!KERNEL" "SB!INT") - :export (#!+sb-show "*EVAL-STACK-TRACE*" + :export #!-sb-interpreter + ("INTERNAL-EVAL") + #!+sb-interpreter + ("INTERNAL-EVAL" + #!+sb-show "*EVAL-STACK-TRACE*" #!+sb-show "*INTERNAL-APPLY-NODE-TRACE*" - "FLUSH-INTERPRETED-FUNCTION-CACHE" "INTERNAL-EVAL" + "FLUSH-INTERPRETED-FUNCTION-CACHE" "INTERPRETED-FUNCTION" "INTERPRETED-FUNCTION-ARGLIST" "INTERPRETED-FUNCTION-CLOSURE" @@ -914,6 +925,8 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "%CLOSURE-INDEX-REF" "%COS" "%COS-QUICK" "%COSH" "%DEPOSIT-FIELD" "%DOUBLE-FLOAT" "%DPB" "%EXP" "%EXPM1" + "%FIND-POSITION" "%FIND-POSITION-VECTOR-MACRO" + "%FIND-POSITION-IF" "%FIND-POSITION-IF-VECTOR-MACRO" "%HYPOT" "%INSTANCE-SET-CONDITIONAL" "%LDB" "%LOG" "%LOGB" "%LOG10" "%LOG1P" "%LONG-FLOAT" "%MAKE-COMPLEX" "%MAKE-FUNCALLABLE-INSTANCE" "%MAKE-RATIO" @@ -946,6 +959,7 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "*EVAL-STACK-TOP*" "*GC-INHIBIT*" "*NEED-TO-COLLECT-GARBAGE*" "*PRETTY-PRINTER*" "*UNIVERSAL-TYPE*" + "*UNIVERSAL-FUNCTION-TYPE*" "*UNPARSE-FUNCTION-TYPE-SIMPLIFY*" "*WILD-TYPE*" "32BIT-LOGICAL-AND" "32BIT-LOGICAL-ANDC1" "32BIT-LOGICAL-ANDC2" @@ -1039,6 +1053,7 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "HAIRY-TYPE-CHECK-TEMPLATE-NAME" "HAIRY-TYPE-SPECIFIER" "HANDLE-CIRCULARITY" "IGNORE-IT" "ILL-BIN" "ILL-BOUT" "ILL-IN" "ILL-OUT" + "INDEX-OR-MINUS-1" "INDEX-TOO-LARGE-ERROR" "*!INITIAL-ASSEMBLER-ROUTINES*" "*!INITIAL-FDEFN-OBJECTS*" "*!INITIAL-FOREIGN-SYMBOLS*"