- Oct 11, 1990
-
-
ram authored
it can tell whether a function it's got is the real original DEFUN function, or if it is some internal function.
-
ram authored
:LISP and :STREAM. Added DEBUG-SOURCE-INFO slot for useful stuff.
-
ram authored
Flushed "push" command. Made "l" command accept a prefix of the variables to print. Made source commands die more gracefully if there is no d-s-start-positions. Made source commands understand the new :STREAM debug-info format. Made "flush" print whether it turned flushing on or off.
-
ram authored
-
- Oct 10, 1990
- Oct 09, 1990
-
-
wlott authored
-
wlott authored
-
wlott authored
And use structure-length to find the length of a structure.
-
wlott authored
-
wlott authored
the magic function structure-ref and it's setf method.
-
wlott authored
simple-vectors. ,
-
ram authored
which might differ from the array dimension when the array is non-simple.
-
- Oct 08, 1990
- Oct 05, 1990
- Oct 04, 1990
-
-
wlott authored
-
wlott authored
the pretty-printer can have a chance at doing something with it. Nuked Robs-backtrace.
-
wlott authored
-
ram authored
load all the IEEE special values.
-
ram authored
float for hashing float, so that SXHASH don't gag on NaNs and infinities. Also, fixed it to not EQ hash random objects, as that is illegal.
-
- Oct 03, 1990
-
-
wlott authored
-
ram authored
correctly.
-
chiles authored
-
ram authored
before switch demons are run (such as -edit.)
-
ram authored
as a closure rather than as a function that must be compiled for each operator.
-
ram authored
-
chiles authored
loop in truncation (trying a guess). We created a new primitive to multiply two digits and add three digits to support a more tense multiply loop. We also used this in fixnum X bignum. William fixed subtract by noticing a situation where the result needs to be one larger than the old assumption.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-