- Oct 19, 2002
-
-
pmai authored
define-method-combination work. Also includes a number of other fixes to the handling of define-method-combination. This closes Entomotomy bug define-method-combination-arguments-option-broken, as well as the bug define-method-combination-duplicate-method-checking-too-eager.
-
- Sep 09, 2002
-
-
pmai authored
as per patch from Gerd Moellmann.
-
- Aug 26, 2002
-
-
pmai authored
EXTRACT-DECLARATIONS in favour of SYSTEM:PARSE-BODY. This also removes the ability for macros to expand into declarations, which isn't allowed anymore by ANSI CL.
-
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
define-method-combination, as submitted by Gerd Moellmann some time ago.
-
- Sep 23, 2001
-
-
pmai authored
cmucl-help: The optional order argument to method combinations defined by the short form of define-method-combination was being quietly ignored, resulting in the default :most-specific-first behaviour, even if :most-specific-last was specified. This fix makes it respect the specified order.
-
- Apr 25, 2001
-
-
pmai authored
by fixing bootstrapping problems with the disabled around method of COMPUTE-EFFECTIVE-METHOD, and reinstating it. o Added stricter error checking for standard method combination.
-
- May 30, 1999
-
-
pw authored
is essentially Common Lisp except for explicit references to things in CMUCL specific packages.
-
- Dec 20, 1998
-
-
dtc authored
-
- Oct 17, 1998
-
-
dtc authored
the symbol `*' now match single arbitrary qualifier elements - only a dotted lists ending in '*' had been handled. From Matthias Holzl.
-
- Jan 18, 1997
-
-
ram authored
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Jan 12, 1993
-
-
phg authored
to Rick Harris.
-
- Nov 09, 1992
-
-
ram authored
-
- Aug 01, 1992
-
-
ram authored
-
- Jun 01, 1992
-
-
ram authored
-
- Oct 19, 1991
-
-
ram authored
-
- Aug 12, 1990
-
-
wlott authored
-