X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=package-data-list.lisp-expr;h=0e35531cc210ae5dbba1cb20a7f8075a6eff1951;hb=d202a453b45430e04671b966c01bc067c2667442;hp=ee3352e8bfb2eeb69c6e15438985249bd9f21f75;hpb=b1abaa98c141c3f9baceb1185086fde7b5256e98;p=sbcl.git diff --git a/package-data-list.lisp-expr b/package-data-list.lisp-expr index ee3352e..0e35531 100644 --- a/package-data-list.lisp-expr +++ b/package-data-list.lisp-expr @@ -518,9 +518,6 @@ like *STACK-TOP-HINT* and unsupported stuff like *TRACED-FUN-LIST*." ;; hairy compiles. "*COMPILE-PROGRESS*" - ;; There is no one right way to do DESCRIBE. - "*DESCRIBE-INDENTATION-STEP*" - ;; It can be handy to be able to evaluate expressions involving ;; the thing under examination by CL:INSPECT. "*INSPECTED*" @@ -687,7 +684,7 @@ retained, possibly temporariliy, because it might be used internally." ;; bootstrapping magic, to make things happen both in ;; the cross-compilation host compiler's environment and ;; in the cross-compiler's environment - "DEF!MACRO" "DEF!METHOD" "DEF!STRUCT" "DEF!TYPE" + "DEF!CONSTANT" "DEF!MACRO" "DEF!METHOD" "DEF!STRUCT" "DEF!TYPE" ;; stuff for hinting to the compiler "NAMED-LAMBDA" @@ -737,6 +734,10 @@ retained, possibly temporariliy, because it might be used internally." "DEFPRINTER" "AVER" "ENFORCE-TYPE" + ;; ..and CONDITIONs.. + "BUG" + "UNSUPPORTED-OPERATOR" + ;; ..and DEFTYPEs.. "INDEX" @@ -758,7 +759,8 @@ retained, possibly temporariliy, because it might be used internally." "UNENCAPSULATE" ;; various CHAR-CODEs - "BELL-CHAR-CODE" "ESCAPE-CHAR-CODE" "FORM-FEED-CHAR-CODE" + "BACKSPACE-CHAR-CODE" "BELL-CHAR-CODE" "ESCAPE-CHAR-CODE" + "FORM-FEED-CHAR-CODE" "LINE-FEED-CHAR-CODE" "RETURN-CHAR-CODE" "RUBOUT-CHAR-CODE" "TAB-CHAR-CODE" ;; symbol-hacking idioms @@ -878,7 +880,22 @@ retained, possibly temporariliy, because it might be used internally." ;; implementation of the Lisp type system (e.g. TYPE-INTERSECTION and ;; SPECIFIER-TYPE) could move to a separate package SB!TYPE. (There's ;; lots of stuff which currently uses the SB!KERNEL package which - ;; doesn't actually use the type system stuff.) + ;; doesn't actually use the type system stuff.) And maybe other + ;; possible splits too: + ;; * Pull GC stuff (*GC-INHIBIT*, *NEED-TO-COLLECT-GARBAGE*, etc.) + ;; out into SB-GC. + ;; * Pull special case implementations of sequence functions (e.g. + ;; %MAP-TO-LIST-ARITY-1 and %FIND-POSITION-IF-NOT) and + ;; other sequence function implementation grot into SB-SEQ. + ;; * Pull all the math stuff (%ACOS, %COSH, 32BIT-LOGICAL-AND...) + ;; into SB-MATH. + ;; * Pull all the array stuff (%ARRAY-DATA-VECTOR, %RAW-REF-LONG, + ;; WITH-ARRAY-DATA, ALLOCATE-VECTOR, HAIRY-DATA-VECTOR-REF...) + ;; into SB-ARRAY. + ;; * Pull all the streams stuff out into SB-STREAM. + ;; * Pull all the OBJECT-NOT-FOO symbols out. Maybe we could even + ;; figure out a way to stop exporting them? Failing that, + ;; they could be in SB-INTERR. #s(sb-cold:package-data :name "SB!KERNEL" :doc @@ -897,7 +914,7 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "%ATAN" "%ATAN2" "%ATANH" "%CALLER-FRAME-AND-PC" "%CHECK-BOUND" "%CLOSURE-FUN" "%CLOSURE-INDEX-REF" "%COS" "%COS-QUICK" - "%COSH" "%DEPOSIT-FIELD" + "%COSH" "%DEPOSIT-FIELD" "%DETECT-STACK-EXHAUSTION" "%DOUBLE-FLOAT" "%DPB" "%EXP" "%EXPM1" "%FIND-POSITION" "%FIND-POSITION-VECTOR-MACRO" "%FIND-POSITION-IF" "%FIND-POSITION-IF-VECTOR-MACRO" @@ -924,18 +941,17 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "%SET-SIGNED-SAP-REF-16" "%SET-SIGNED-SAP-REF-32" "%SET-SIGNED-SAP-REF-64" "%SET-SIGNED-SAP-REF-8" "%SET-STACK-REF" "%SIN" "%SIN-QUICK" - "%SINGLE-FLOAT" "%SINH" "%SP-SET-DEFINITION" - "%SP-SET-PLIST" + "%SINGLE-FLOAT" "%SINH" "%SQRT" "%SXHASH-SIMPLE-STRING" "%SXHASH-SIMPLE-SUBSTRING" "%TAN" "%TAN-QUICK" "%TANH" "%UNARY-ROUND" "%UNARY-TRUNCATE" "%WITH-ARRAY-DATA" "%WITH-ARRAY-DATA-MACRO" "*ALREADY-MAYBE-GCING*" - "*CURRENT-LEVEL*" "*EMPTY-TYPE*" - "*EVAL-STACK*" "*EVAL-STACK-TOP*" "*GC-INHIBIT*" + "*CURRENT-LEVEL-IN-PRINT*" "*EMPTY-TYPE*" + "*GC-INHIBIT*" "*NEED-TO-COLLECT-GARBAGE*" - "*PRETTY-PRINTER*" "*UNIVERSAL-TYPE*" - "*UNIVERSAL-FUN-TYPE*" + "*PRETTY-PRINTER*" "*CONTROL-STACK-EXHAUSTION-SAP*" + "*UNIVERSAL-TYPE*" "*UNIVERSAL-FUN-TYPE*" "*UNPARSE-FUN-TYPE-SIMPLIFY*" "*WILD-TYPE*" "32BIT-LOGICAL-AND" "32BIT-LOGICAL-ANDC1" "32BIT-LOGICAL-ANDC2" @@ -1082,7 +1098,6 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "NUMERIC-TYPE-HIGH" "NUMERIC-TYPE-LOW" "NUMERIC-TYPE-P" "OBJECT-NOT-ARRAY-ERROR" "OBJECT-NOT-BASE-CHAR-ERROR" "OBJECT-NOT-BIGNUM-ERROR" "OBJECT-NOT-BIT-VECTOR-ERROR" - "OBJECT-NOT-COERCEABLE-TO-FUN-ERROR" "OBJECT-NOT-COMPLEX-ERROR" "OBJECT-NOT-COMPLEX-FLOAT-ERROR" "OBJECT-NOT-COMPLEX-SINGLE-FLOAT-ERROR" @@ -1185,7 +1200,7 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "TYPE-SPECIFIER" "TYPE-UNION" "TYPE/=" "TYPE=" "TYPES-EQUAL-OR-INTERSECT" "UNBOUND-SYMBOL-ERROR" "UNBOXED-ARRAY" - "UNDEFINED-SYMBOL-ERROR" "UNION-TYPE" "UNION-TYPE-P" + "UNDEFINED-FUN-ERROR" "UNION-TYPE" "UNION-TYPE-P" "UNION-TYPE-TYPES" "UNKNOWN-ERROR" "UNKNOWN-KEY-ARG-ERROR" "UNKNOWN-TYPE" "UNKNOWN-TYPE-P" @@ -1287,6 +1302,7 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "!TARGET-TYPE-COLD-INIT" "!RANDOM-COLD-INIT" "!READER-COLD-INIT" "!TYPECHECKFUNS-COLD-INIT" "STREAM-COLD-INIT-OR-RESET" "!LOADER-COLD-INIT" + "!EXHAUST-COLD-INIT" "!PACKAGE-COLD-INIT" "SIGNAL-COLD-INIT-OR-REINIT" "!POLICY-COLD-INIT-OR-RESANIFY" "!VM-TYPE-COLD-INIT" "!BACKQ-COLD-INIT" "!SHARPM-COLD-INIT" @@ -1491,7 +1507,7 @@ SB-KERNEL) have been undone, but probably more remain." "REMOVE-FD-HANDLER" "REMOVE-PORT-DEATH-HANDLER" "REMOVE-PORT-OBJECT" "RESOLVE-LOADED-ASSEMBLER-REFERENCES" - "SAP+" "SAP-" "SAP-INT" "SAP-INT-TYPE" + "SAP+" "SAP-" "SAP-INT" "SAP-REF-16" "SAP-REF-32" "SAP-REF-64" "SAP-REF-8" "SAP-REF-DESCRIPTOR" "SAP-REF-DOUBLE" "SAP-REF-LONG" @@ -1527,7 +1543,7 @@ needed by the current implementation of SBCL, and makes no guarantees of interface stability." :use ("CL" "SB!ALIEN" "SB!EXT" "SB!INT" "SB!SYS") :export (;; wrappers around Unix stuff to give just what Lisp needs - "UID-USERNAME" + "UID-USERNAME" "UID-HOMEDIR" ;; stuff with a one-to-one mapping to Unix constructs "D-INO" "D-NAME" "D-NAMLEN" "D-OFF" "D-RECLEN" @@ -1574,7 +1590,9 @@ no guarantees of interface stability." "UNIX-TRUNCATE" "UNIX-TTYNAME" "UNIX-UID" "UNIX-UNLINK" "UNIX-UTIMES" "UNIX-WRITE" "WINSIZE" "WRITEGRP" "WRITEOTH" "WRITEOWN" "WS-COL" "WS-ROW" "WS-XPIXEL" - "WS-YPIXEL" "W_OK" "X_OK" "SIGSYS" "TCSETPGRP" "FD-ZERO" + "WS-YPIXEL" + "WNOHANG" "WSTOPPED" "WUNTRACED" + "W_OK" "X_OK" "SIGSYS" "TCSETPGRP" "FD-ZERO" "SIGQUIT" "SIGCHLD" "SIGSEGV" "FD-CLR" "SIGUSR2" "EALREADY" "SIGPIPE" "CHECK" "SIGXCPU" "EOPNOTSUPP" "SIGFPE" "SIGHUP" "ENOTSOCK" "EINTR" @@ -1824,9 +1842,7 @@ structure representations" #!-gencgc "DYNAMIC-1-SPACE-START" #!-gencgc "DYNAMIC-1-SPACE-END" "READ-ONLY-SPACE-START" "READ-ONLY-SPACE-END" - "TARGET-BYTE-ORDER" - "TARGET-HEAP-ADDRESS-SPACE" "*TARGET-MOST-NEGATIVE-FIXNUM*" - "*TARGET-MOST-POSITIVE-FIXNUM*" + "TARGET-BYTE-ORDER" "TARGET-HEAP-ADDRESS-SPACE" "STATIC-SPACE-START" "STATIC-SPACE-END" "TRACE-TABLE-CALL-SITE" "TRACE-TABLE-FUN-EPILOGUE" "TRACE-TABLE-FUN-PROLOGUE"