- Nov 21, 1990
- Nov 20, 1990
-
-
ram authored
before it closes the output file, so that any compiler error stuff during the load of a :LOAD T compile will go somewhere, rather than gagging on a closed stream
-
ram authored
as an interpreted function call EVAL:INTERPRETED-FUNCTION-TYPE, rather than bogusly looking at the closure over the interpreter.
-
ram authored
could stop thinking all interpreted functions are (&rest t).
-
ram authored
-
ram authored
args. This had been broken since the "optimization" of allowing normal defaulting of supplied-p args with constant defaults.
-
ram authored
FIND-OPTIONAL-DISPATCH-TYPES, and removed an unnecessary conditional.
-
wlott authored
passed down to the arg count checker and keyword checker. The arg count checker and keyword checker funcall this error function, instead of just calling error directly. This allows people to use parse-defmacro to build destructuring things that throw instead of signaling errors.
-
wlott authored
def-primitive-translator to use the new error-fun keyword to parse-defmacro instead of macroletting error.
-
chiles authored
-
- Nov 19, 1990
- Nov 18, 1990
-
-
wlott authored
-
wlott authored
-
wlott authored
Nuked seperate macro allocate-vector, 'cause it's now only used in one place, and the name was clashing with the function.
-
wlott authored
kernel package.
-
wlott authored
installed it.
-
wlott authored
-
wlott authored
-
wlott authored
any more.
-
wlott authored
parse-defmacro expects now that it's installed.
-
wlott authored
-
wlott authored
code. Ripped out loop, 'cause the full blown loop macro now exists in it's own file.
-
wlott authored
-
wlott authored
-
- Nov 17, 1990
-
-
ram authored
don't bogue out due to premature deletion of the IR1 when *CHECK-CONSISTENCY* is off.
-
wlott authored
-
wlott authored
which included commits to RCS files with non-trunk default branches.
-
wlott authored
-
wlott authored
disassemble and the support routines it needs.
-
wlott authored
check for subdirs, so that we get the trailing slash on them.
-
- Nov 16, 1990