1.1.13: will be tagged as "sbcl-1.1.13"
[sbcl.git] / src / code / early-impl.lisp
index 6009653..00fdf2c 100644 (file)
 ;;; slightly differently) elsewhere.
 (declaim (special *posix-argv*
                   *core-string*
+                  *stdin*
+                  *stdout*
+                  *stderr*
+                  *tty*
                   *read-only-space-free-pointer*
                   sb!vm:*static-space-free-pointer*
-                  sb!vm:*initial-dynamic-space-free-pointer*
                   sb!vm::*current-catch-block*
                   sb!vm::*current-unwind-protect-block*
                   sb!vm::*alien-stack*
                   ;; :X86. (Note that non-X86 ports mention
                   ;; pseudo-atomicity too, but they handle it without
                   ;; messing with special variables.)
-                  #!+(or x86 x86-64) *pseudo-atomic-atomic*
-                  #!+(or x86 x86-64) *pseudo-atomic-interrupted*
-                  sb!unix::*interrupts-enabled*
-                  sb!unix::*interrupt-pending*
+                  #!+(or x86 x86-64) *pseudo-atomic-bits*
+                  #!+(or hpux) sb!vm::*c-lra*
+                  *allow-with-interrupts*
+                  sb!unix::*unblock-deferrables-on-enabling-interrupts-p*
+                  *interrupts-enabled*
+                  *interrupt-pending*
+                  #!+sb-thruption *thruption-pending*
+                  #!+sb-safepoint *gc-safe*
+                  #!+sb-safepoint *in-safepoint*
                   *free-interrupt-context-index*
+                  sb!kernel::*gc-epoch*
                   sb!vm::*allocation-pointer*
                   sb!vm::*binding-stack-pointer*
                   sb!vm::*fp-constant-0d0*
@@ -51,4 +60,7 @@
                   sb!vm::*fp-constant-l2e*
                   sb!vm::*fp-constant-lg2*
                   sb!vm::*fp-constant-ln2*
-                  sb!pcl::..slot-unbound..))
+                  sb!vm:*alloc-signal*
+                  sb!pcl::..slot-unbound..
+                  sb!pcl::*cache-miss-values-stack*
+                  sb!pcl::*dfun-miss-gfs-on-stack*))