- Mar 27, 1990
- Mar 26, 1990
- Mar 24, 1990
- Mar 23, 1990
- Mar 22, 1990
-
-
ch authored
-
ch authored
respectively.
-
wlott authored
instead of adding the type bits.
-
wlott authored
immediate.
-
wlott authored
data-vector-ref/simple-string. Moved sequence simple-string transforms into here, 'cause they are vm dependent.
-
wlott authored
it has to be a setf style vop (i.e. return its new value).
-
wlott authored
constants we stilly to start with.
-
wlott authored
unsafe attributes to the various array :set-known (they should have been there anyway).
-
ch authored
are actually somewhat difficult to do correctly and thus I eleminated them. They're a bad idea anyhow since they implicitly depend on the ordering of the type codes which could change.
-
ch authored
macros no longer support type ranges.
-
- Mar 21, 1990
- Mar 20, 1990
- Mar 19, 1990
-
-
wlott authored
-
wlott authored
(setf foo) it will default :setf-vop to set-foo. Otherwise, if you specify a :set-trans as mumble, it will default :set-vop to mumble.
-
wlott authored
just use ``DEFINE-FOR-ALL-PRIMITIVE-OBJECTS'' to define the necessary vops.
-
wlott authored
and less than DEFSLOTS. We now just build a data structure that cell.lisp can grovel to find out what it needs to know. This way, the constants can be defined now, but the vops can wait until later.
-
wlott authored
-
wlott authored
-