- Mar 26, 1998
-
-
pw authored
-
pw authored
copy-symbol with non-nil optional arg now copies function and value slots along with a copy of property list. gensym now uses current value of *gensym-counter* by default. *gensym-counter* is only incremented if its value is used for the new symbol name.
-
pw authored
with alien package. Will need a re-think.
-
pw authored
as required by ANSI spec.
-
pw authored
Also export BOOLEAN from :common-lisp as required by ANSI spec.
-
pw authored
-
pw authored
-
- Mar 21, 1998
- Mar 10, 1998
- Mar 04, 1998
-
-
dtc authored
the sap-ref and sap-set VOPs; all the ports now use the same convention.
-
- Mar 03, 1998
- Mar 01, 1998
-
-
dtc authored
-
- Feb 24, 1998
- Feb 21, 1998
-
-
dtc authored
Combine the fp-single-constant and fp-double-constant storage classes together into the new fp-constant storage class, saving a storage class.
-
- Feb 20, 1998
-
-
dtc authored
bits but was 64 bits.
-
- Feb 19, 1998
- Feb 14, 1998
- Feb 13, 1998
-
-
dtc authored
o Add an optional environment argument to constantp; ignored by CMUCL. o Add the :element-type keyword to make-string.
-
- Feb 11, 1998
- Feb 09, 1998
-
-
dtc authored
translate-directories; from Markus Krummenacker.
-
- Feb 08, 1998
-
-
dtc authored
-
- Feb 06, 1998
-
-
dtc authored
type equivalence. Cyclic record and pointer types, which CMUCL supports, could cause the algorithm to infinitely recurse and overflow the stack. The fixed limits the depth of the search by assuming pointer types are equivalent beyond a certain depth.
-
- Feb 05, 1998
-
-
dtc authored
-
- Feb 03, 1998
- Feb 02, 1998
-
-
dtc authored
have make-numeric-type canonicalize the bounds so that a lower bound of (-0.0) becomes 0.0 and an upper bound of (0.0) becomes -0.0. Also fixes the problem of (subtypep '(float (-0.0)) (float 0.0)), returning nil when it should be T. This is because (float (-0.0)) is canonicalized to the identical (float 0.0).
-