- Nov 30, 1990
- Nov 29, 1990
- Nov 28, 1990
- Nov 27, 1990
-
-
wlott authored
-
ram authored
Changed EXPAND-DEFMETHOD to stick in a FTYPE declaration to tell the compiler about the generic function.
-
ram authored
subtypes. Added GENERIC-FUNCTION-TYPE-FROM-LAMBDA-LIST which figures out a function type that we can use in a type declaration to tell the compiler that a method has been defined & what its syntax is.
-
ram authored
instances.
-
ram authored
funcallable instances. Fixed function describing to not assume that the function name is a valid function name. (Makes sense to me...)
-
ram authored
we don't get annoying efficency notes whenver we compile a generic function.
-
ram authored
DESCRIBE-OBJECT. Added a DESCRIBE-OBJECT method for STANDARD-GENERIC-FUNCTION which prints out the methods.
-
ram authored
-
ram authored
so that we allow lazy IR1 conversion of methods in interpreted code.
-
ram authored
COMPUTE-CONSTRUCTOR-CODE.
-
ram authored
INTERPRETED-FUNCTION-NAME. Added definition of PRINT-RANDOM-THING-INTERNAL that prints the hex address of objects. Changed set-function-name to just stick the name in there, w/o any interning.
-
chiles authored
truncate bug involving a shift macro that could not zero shift. Also added comments for slimy dependencies between function introduced by use of WITH-BIGNUM-BUFFERS. Added some declarations to make the number/arithmetic code better.
-
wlott authored
internal errors.
-
wlott authored
-
wlott authored
-
- Nov 26, 1990
-
-
wlott authored
-
wlott authored
same symbol is shared between all the different VMs.
-
wlott authored
undefined_tramp 'cause we were one short. Fixed call_into_c to no longer trash the first argument.
-
wlott authored
strcmp the name.
-
wlott authored
to check the trap kind and to either call INTERNAL_ERROR or signal the interrupt as approporate.
-
wlott authored
-
wlott authored
to the static symbols. Removed lisp::*initial-symbols* and lisp::*lisp-initialization-functions*, 'cause they don't have to be static.
-