- 10 Mar, 1990 3 commits
- 09 Mar, 1990 1 commit
-
-
ram authored
-
- 08 Mar, 1990 29 commits
-
-
wlott authored
%verify-argument-count 'cause they got lost when I advanced the compiler sources I was compiling against.
-
wlott authored
a strange header file for C.
-
ch authored
Added the ``time'' command.
-
ch authored
Added dependency for lisp.h.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
Changed defref token to @ to keep from clashing with symbols with * in their names.
-
wlott authored
Added version initialization.
-
ram authored
-
wlott authored
macro-expand type. We didn't use the primitive type for anything other than it's name, so we just store the name instead of the primitive-type.
-
wlott authored
-
ram authored
which included commits to RCS files with non-trunk default branches.
-
ram authored
-
ram authored
-
ram authored
changes escape function exit continuations over to the %NLX-ENTRY.
-
ram authored
continuation being a NLX continuation. This should no longer be necessary now that environment analysis always leaves the exit continuation with a use representing the NLX value.
-
ram authored
%NLX-ENTRY function when we delete the escape function. Formerly there was no use to represent the type uncertainty of the thrown value, which could cause LTN to get confused, perhaps choosing a specialized representation when the value could in fact be of any type.
-
wlott authored
-
wlott authored
-
wlott authored
unbound-markers will be immediates (and therefore should not try to dereference an other-pointer to get at the header, 'cause there is no header for these types.)
-
wlott authored
and the real and imag slots of complex numbers.
-
wlott authored
c::two-arg-+ c::two-arg-- c::two-arg-* c::two-arg-/ c::negate
-
ram authored
-
ram authored
in gc.lisp. Set *GC-VERBOSE* in %INITIAL-FUNCTION so that it isn't unbound during top-level form processing. Restored definition of DEFAULT-DEFAULT-HANDLER, which was lost in merging.
-
ram authored
-
ram authored
if clx-ext isn't loaded.
-
ram authored
doesn't choke when this file isn't loaded.
-
ram authored
variables are defined before use. Moved constants out of the LET *compile-time-define-macros* so that DEFINE-SYSTEM-CONSTANT is defined. Added type-boot.
-
- 07 Mar, 1990 7 commits
-
-
wlott authored
-
wlott authored
(primitive-type 'simple-string) to return T.
-
wlott authored
Transform char-int into char-code, 'cause we no longer support char bits. Transform %type-check-error, %odd-keyword-arguments-error, &unknown-keyword-argument-error, and %argument-count-error into VOPs that signal that error. Transform header-{ref,set,length} into simple-vector operations that do something similar, for until we nuke all references to header-mumble.
-
wlott authored
Why do the move myself, when the move vop can do it for me?
-
wlott authored
structure-{ref,set}, except they take the index as an argument instead of as info.
-
wlott authored
-
ram authored
-