- May 12, 1990
-
-
ram authored
-
- May 11, 1990
-
-
wlott authored
-
- May 09, 1990
-
-
wlott authored
Redid, reformated, and generally replaced the bignum package exports.
-
- May 07, 1990
-
-
wlott authored
gets exported from both vm and bignum. Otherwise, we would lose 'cause the C package uses both of them.
-
- May 06, 1990
- Apr 30, 1990
- Apr 29, 1990
-
-
wlott authored
to use normal string ops to keep it from making bogus assumptions about when GC can happen.
-
wlott authored
-
wlott authored
Nuked call to %primitive make-immeidate-type. Nuked a few numeric constants in favor of symbol ones. Changed assq and memq to assoc and member with :test #'eq.
-
wlott authored
running lisp.
-
wlott authored
-
- Apr 27, 1990
-
-
wlott authored
kernel package.
-
wlott authored
Add the system-area-pointer lisp type when necessary in def-c-routine. Fixed backquote problems with def-c-variable.
-
wlott authored
special purpose unsigned-byte 32 functions. Replaced merge-bits with a function that gets translated into spiffy code.
-
wlott authored
Added a type decl to the pointer alien-access expert.
-
ram authored
-
ram authored
-
- Apr 26, 1990
-
-
wlott authored
-
wlott authored
compiler will not compile it incorrectly.
-
wlott authored
Export label-id and nuke-segment from the assem package.
-
wlott authored
def-c-variable doesn't do a defalien, but sets up the ct-a-val info so that %primitive foreign-symbol-address will be used. This is probably not the place to be consing up ct-a-vals, but the other option is to extend defalien, and I'm not sure that is a good idea either.
-
wlott authored
I understand what that are supposed to be. You cannot read them, but writing them with a lisp object causes the ``correct'' sap to be written.
-
- Apr 25, 1990
- Apr 24, 1990
- Apr 23, 1990
-
-
ram authored
New functionality DEBUG:ARG and DEBUG:VAR, vsource command. Fixes to frame printing and stuff.
-
ram authored
Also, merged in some new stuff from Bill. Variable access now understands indirect value cells, and d-f-arguments won't choke on the OPTIONAL-ARGS marker when it appears (tho it still won't mark optionals.)
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
- Apr 20, 1990
-
-
ram authored
-