- Nov 22, 1990
-
-
wlott authored
-
- Nov 21, 1990
-
-
ram authored
%SET-FUNCALLABLE-INSTANCE-INFO.
-
ram authored
-
wlott authored
-
ram authored
implements the Common Lisp requirement that the first value is used when a keyword appears more than once.
-
wlott authored
(body decls docs) extension.
-
wlott authored
show up in registers, so people who use it better not allocate tns in it. Or more specifically, they better wire a temporary in it that is live from the return to the end of the vop.
-
wlott authored
we are adding is zero. Same for dealloc-number-stack-space.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
re-interned in the C package automatically. Rewrote fop-int-vector to just call make-array instead of trying to use allocate-vector itself.
-
wlott authored
supply something more reasonable for error-kind.
-
wlott authored
package.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
- 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