X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=package-data-list.lisp-expr;h=86250312deebb4fc1280c062a354ed87cd2a54e7;hb=f0d511130027c6878f08d619ccc92ef588d81223;hp=5ee2e99701a54a7e7f4d9faaa0b5fe6abaea4439;hpb=06ab5194e064ef8855d6952d02f9cae55e8e75e4;p=sbcl.git diff --git a/package-data-list.lisp-expr b/package-data-list.lisp-expr index 5ee2e99..8625031 100644 --- a/package-data-list.lisp-expr +++ b/package-data-list.lisp-expr @@ -597,6 +597,14 @@ like *STACK-TOP-HINT* and unsupported stuff like *TRACED-FUN-LIST*." ;; saving Lisp images "SAVE-LISP-AND-DIE" + ;; provided for completeness to make it more convenient + ;; to use command-line --disable-debugger functionality + ;; in oddball situations (like building core files using + ;; scripts which run unattended, when the core files are + ;; intended for interactive use) + "DISABLE-DEBUGGER" + "ENABLE-DEBUGGER" + ;; miscellaneous useful supported extensions "QUIT" @@ -684,7 +692,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" @@ -1543,7 +1551,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"