X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=package-data-list.lisp-expr;h=64fcebc268061fa00ecd748b571935deb236fa2b;hb=4fc9d21ae1d8a6a2f8ff70f589d5da103203de13;hp=9ea843f2c44343e5107702020be7de0ba3552c80;hpb=59f7d9254f3601cfd48f0c299d5c30562111e991;p=sbcl.git diff --git a/package-data-list.lisp-expr b/package-data-list.lisp-expr index 9ea843f..64fcebc 100644 --- a/package-data-list.lisp-expr +++ b/package-data-list.lisp-expr @@ -1019,6 +1019,11 @@ is a good idea, but see SB-SYS for blurring of boundaries." "OBJECT-NOT-COMPLEX-LONG-FLOAT-ERROR" "OBJECT-NOT-COMPLEX-DOUBLE-FLOAT-ERROR" "OBJECT-NOT-COMPLEX-RATIONAL-ERROR" + ;; FIXME: It's confusing using "complex" to mean + ;; both "not on the real number line" and "not of + ;; a SIMPLE-ARRAY nature". Perhaps we could rename + ;; all the uses in the second sense as "hairy" instead? + "OBJECT-NOT-COMPLEX-VECTOR-ERROR" "OBJECT-NOT-CONS-ERROR" "OBJECT-NOT-DOUBLE-FLOAT-ERROR" "OBJECT-NOT-FIXNUM-ERROR" "OBJECT-NOT-FLOAT-ERROR" "OBJECT-NOT-FUNCTION-ERROR" @@ -1061,7 +1066,7 @@ is a good idea, but see SB-SYS for blurring of boundaries." "PACKAGE-INTERNAL-SYMBOLS" "PACKAGE-EXTERNAL-SYMBOLS" "PARSE-DEFMACRO" "PARSE-LAMBDA-LIST" "PARSE-UNKNOWN-TYPE" "PARSE-UNKNOWN-TYPE-SPECIFIER" - "PATHNAME-DESIGNATOR" "PUNT-IF-TOO-LONG" + "PATHNAME-DESIGNATOR" "PUNT-PRINT-IF-TOO-LONG" "READER-PACKAGE-ERROR" #!+gengc "*SAVED-STATE-CHAIN*" "SCALE-DOUBLE-FLOAT" "SCALE-LONG-FLOAT" @@ -1377,7 +1382,7 @@ definitely not guaranteed to be present in later versions of SBCL." necessary for system interfacing\" (said cmu-user.tex at the time of the SBCL code fork). That probably was and is a good idea, but in practice, the distinctions between this package and SB-KERNEL -and even SB-VM have become somewhat blurred over the years." +and even SB-VM seem to have become somewhat blurred over the years." :use ("CL" "SB!EXT" "SB!INT") :export ("%ASSEMBLER-CODE-TYPE" "%BIND-ALIGNED-SAP" ;; FIXME: %PRIMITIVE shouldn't be here. (I now know that %SYS