0.7.4.15:
[sbcl.git] / package-data-list.lisp-expr
index e98b3f7..8625031 100644 (file)
@@ -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*"
@@ -600,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"
 
@@ -687,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"
@@ -762,7 +767,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
@@ -1545,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"
@@ -1592,7 +1598,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"