X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=package-data-list.lisp-expr;h=ca67d02502aa4b88188325299a8d362b319d68ac;hb=338ebb8ec835c255109363cbdf381867084f72fe;hp=8ebecdaefcc4825e89db9a9d537a1057baf8dac0;hpb=01cc13c8dab7399f6d7ef10e01add5edbbc03e31;p=sbcl.git diff --git a/package-data-list.lisp-expr b/package-data-list.lisp-expr index 8ebecda..ca67d02 100644 --- a/package-data-list.lisp-expr +++ b/package-data-list.lisp-expr @@ -871,7 +871,10 @@ like *STACK-TOP-HINT* and unsupported stuff like *TRACED-FUN-LIST*." #!+sb-simd-pack "%SIMD-PACK-UB32S" #!+sb-simd-pack "%SIMD-PACK-UB64S" #!+sb-simd-pack "%SIMD-PACK-DOUBLES" - #!+sb-simd-pack "%SIMD-PACK-SINGLES")) + #!+sb-simd-pack "%SIMD-PACK-SINGLES" + + ;; versioning utility + "ASSERT-VERSION->=")) #s(sb-cold:package-data :name "SB!FORMAT" @@ -907,7 +910,7 @@ Lisp extension proposal by David N. Gray" :doc "private: miscellaneous unsupported extensions to the ANSI spec. Much of the stuff in here originated in CMU CL's EXTENSIONS package and is retained, -possibly temporariliy, because it might be used internally." +possibly temporarily, because it might be used internally." :use ("CL" "SB!ALIEN" "SB!GRAY" "SB!FASL" "SB!SYS") :export (;; lambda list keyword extensions "&MORE" @@ -1226,10 +1229,6 @@ possibly temporariliy, because it might be used internally." "SET-FLOATING-POINT-MODES" "WITH-FLOAT-TRAPS-MASKED" - ;; compatibility hacks for old-style CMU CL data formats - "UNIX-ENVIRONMENT-CMUCL-FROM-SBCL" - "UNIX-ENVIRONMENT-SBCL-FROM-CMUCL" - ;; a sort of quasi-unbound tag for use in hash tables "+EMPTY-HT-SLOT+" @@ -1763,7 +1762,8 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "TYPE-SINGLE-VALUE-P" "TYPE-SPECIFIER" "TYPE-UNION" "TYPE/=" "TYPE=" "TYPES-EQUAL-OR-INTERSECT" "UNBOUND-SYMBOL-ERROR" "UNBOXED-ARRAY" - "UNDEFINED-FUN-ERROR" "UNION-TYPE" "UNION-TYPE-P" + "UNDEFINED-FUN-ERROR" "UNDEFINED-ALIEN-FUN-ERROR" + "UNION-TYPE" "UNION-TYPE-P" "UNION-TYPE-TYPES" "UNKNOWN-ERROR" "UNKNOWN-KEY-ARG-ERROR" "UNKNOWN-TYPE" "UNKNOWN-TYPE-P" "UNKNOWN-TYPE-SPECIFIER" "UNSEEN-THROW-TAG-ERROR" @@ -1929,9 +1929,11 @@ is a good idea, but see SB-SYS re. blurring of boundaries." ;; symbols from former SB!CONDITIONS "*HANDLER-CLUSTERS*" "*RESTART-CLUSTERS*" - "*CONDITION-RESTARTS*" "CASE-FAILURE" - "NAMESTRING-PARSE-ERROR" "NAMESTRING-PARSE-ERROR-OFFSET" - "MAKE-RESTART" "COERCE-TO-CONDITION" + + "CASE-FAILURE" "NAMESTRING-PARSE-ERROR" + "NAMESTRING-PARSE-ERROR-OFFSET" + "MAKE-RESTART" "RESTART-ASSOCIATED-CONDITIONS" + "COERCE-TO-CONDITION" "ALLOCATE-CONDITION" @@ -1943,6 +1945,7 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "CONDITION-SLOT-INITARGS" "CONDITION-SLOT-INITFORM" "CONDITION-SLOT-INITFORM-P" + "CONDITION-SLOT-INITFUNCTION" "CONDITION-SLOT-NAME" "CONDITION-SLOT-READERS" "CONDITION-SLOT-WRITERS" @@ -2016,9 +2019,8 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "STRING<*" "STRING/=*" "%SVSET" "%SP-STRING-COMPARE" "%SETNTH" "%SETELT" "%SET-ROW-MAJOR-AREF" "%SET-FILL-POINTER" - "%SET-FDEFINITION" "%SCHARSET" "%SBITSET" - "%RPLACD" "%RPLACA" "%PUT" "%CHARSET" "%BITSET" - "%ASET")) + "%SET-FDEFINITION" "%SCHARSET" + "%RPLACD" "%RPLACA" "%PUT" "%CHARSET")) #s(sb-cold:package-data :name "SB!THREAD" @@ -2047,7 +2049,7 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "THREAD-ERROR" "THREAD-ERROR-THREAD" "THREAD-ALIVE-P" - "THREAD-EMPHEMERAL-P" + "THREAD-EPHEMERAL-P" "THREAD-NAME" "THREAD-YIELD" "FOREIGN-THREAD" @@ -2380,6 +2382,7 @@ SB-KERNEL) have been undone, but probably more remain." "*PERIODIC-POLLING-PERIOD*" "*RUNTIME-DLHANDLE*" "*SHARED-OBJECTS*" + #!-sb-dynamic-core "*STATIC-FOREIGN-SYMBOLS*" "*STDERR*" "*STDIN*" "*STDOUT*" @@ -2925,7 +2928,7 @@ SBCL itself" "FILE-TRUNCATE-EXISTING" "FLUSH-CONSOLE-INPUT-BUFFER" "FLUSH-VIEW-OF-FILE" - "FORMAT-MESSAGE" + "FORMAT-SYSTEM-MESSAGE" "GET-FILE-ATTRIBUTES" "GET-FILE-SIZE-EX" "GET-FILE-TYPE"