- Oct 19, 2002
- Aug 26, 2002
-
-
pmai authored
in favor of normal CL constructs. In a similar vein to SBCL, this patch also replaces all uses of #'(lambda ...) by just (lambda ...), and removes now-dated looking quotes in front of self-evaluating objects, like keywords and t/nil. The patch has been slightly frobbed by me, to correct a couple of slight oversights, and make more effective use of the loop facility in a number of places.
-
- Aug 13, 2002
-
-
pmai authored
for SBCL bug 191a. It adds automatic declaration of the ftypes of generated PCL slot getter/setter and boundp GFs (those residing in package SLOT-ACCESSOR-NAME), in order to eliminate bogus undefined function warnings from the compiler.
-
- May 30, 1999
-
-
pw authored
is essentially Common Lisp except for explicit references to things in CMUCL specific packages.
-
- Mar 11, 1999
-
-
pw authored
for long dead lisp implementations. Some parts of the code is now a bit easier to read and (hopefully) understand.
-
- Dec 20, 1998
-
-
dtc authored
-
- Jun 07, 1998
-
-
dtc authored
unbound tests to improve the performance of the compiled code.
-
- Jun 05, 1998
-
-
dtc authored
and funcallable-instance types within CMUCL. Add the new class funcallable-standard-object, and the new class std-object as a superclass of both standard-object and funcallable-standard-object. Generic-functions are now funcallable-standard-objects implemented as FINs and disjoint from standard-objects which are implemented as instances in CMUCL, fixing some problems in the type system. This change moves the PCL implementation away from the MOP specification which requires that generic-functions be standard-objects. However ANSI CL does not require generic functions to be standard-objects and the MOP author Gregor Kiczales suggests it is appropriate for generic functions to be disjoint from standard-objects.
-
- Feb 06, 1997
-
-
pw authored
the changes in the X86 1.03.7 kit. Although the 1.03.7 changes were already in the repository, the other files appear to be of early vintage and do not work with a 17f system. Hopefully all is correctly synched now.
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Jan 12, 1993
-
-
phg authored
to Rick Harris.
-
- Nov 09, 1992
-
-
ram authored
-