Skip to content
Snippets Groups Projects
  1. Oct 19, 2002
    • pmai's avatar
      Committed patches by Gerd Moellmann to make the :arguments option to · 5cb4d3d0
      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.
      5cb4d3d0
  2. Sep 09, 2002
  3. Aug 26, 2002
    • pmai's avatar
      Slightly frobbed patch from Gerd Moellmann that eliminates the function · 702172bf
      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.
      702172bf
    • pmai's avatar
      Huge patch by Gerd Moellmann that removes PCL::ITERATE and PCL::GATHER* · 57eae931
      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.
      57eae931
  4. Aug 13, 2002
  5. Sep 23, 2001
    • pmai's avatar
      Fixes a bug in short-method-combination handling reported on · e3fe1d2c
      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.
      e3fe1d2c
  6. Apr 25, 2001
  7. May 30, 1999
  8. Dec 20, 1998
  9. Oct 17, 1998
  10. Jan 18, 1997
  11. Feb 11, 1994
  12. Jan 13, 1993
  13. Jan 12, 1993
  14. Nov 09, 1992
  15. Aug 01, 1992
  16. Jun 01, 1992
  17. Oct 19, 1991
  18. Aug 12, 1990
Loading