- Mar 10, 1992
-
-
wlott authored
frame for use with debug:*stack-top-hint*. Changed internal-error to bind debug:*stack-top-hint* before calling error.
-
wlott authored
debugger.
-
wlott authored
DEBUG:*STACK-TOP-HINT*.
-
wlott authored
debugger will use it as the stack top. Also, fixed def-debugger-command to remove the old definition when a command is redefined.
-
wlott authored
frames.
-
wlott authored
from the call depth numbers and the warning can happen at real confusing times.
-
wlott authored
commands.
-
wlott authored
debugger command.
-
wlott authored
currently defined.
-
ram authored
-
wlott authored
alien-type-class to be system-area-pointer. Added a :subtypep method and changed alien-subtype-p to use it.
-
ram authored
array types.
-
wlott authored
-
- Mar 09, 1992
- Mar 08, 1992
- Mar 07, 1992
- Mar 06, 1992
- Mar 04, 1992
-
-
ram authored
-
ram authored
instead of optionals. Deleted obsolete linker argument.
-
ram authored
Export MAKE-ALIEN and FREE-ALIEN from ALIEN. Export ALIEN-VALUE-TYPE from ALIEN-INTERNALS so that TYPE-OF can use it. Changed ALIEN-VALUE printer to be less verbose. Implemented %MAKE-ALIEN and FREE-ALIEN using malloc/free. Changed MAKE-ALIEN to accept an alien-type object as well as an Alien type descriptor. Now that we've implemented FREE-ALIEN, finalize the Aliens created by interpreted WITH-ALIEN. Added an (OPTIMIZE-INTERFACE (SAFETY 2)) declaration on %CAST so that we get a better type error message.
-
ram authored
-
ram authored
-
ram authored
variables and slots.
-
wlott authored
VM:SIGCONTEXT-REGISTER. This was causing function-end breakpoints to die.
-
wlott authored
include the code to define the type if the type was defined at compile time. Also added some (optimize (inhibit-warnings 3)) to suppress warnings that the interpreter stubs can't be optimally compiled.
-