Skip to content
Snippets Groups Projects
  1. Nov 29, 2001
  2. Nov 26, 2001
  3. Nov 22, 2001
  4. Nov 21, 2001
    • pmai's avatar
      Inserted missing :element-type option to call of MAKE-ARRAY with · 9c8aa6c0
      pmai authored
      :displaced-to option, as required by the tightened error-checking done
      in MAKE-ARRAY.
      9c8aa6c0
    • pmai's avatar
      o When created displaced arrays, MAKE-ARRAY (unlike ADJUST-ARRAY) · 26e7aeea
      pmai authored
        didn't check whether the specified element-type was a subtype of the
        array-element-type of the displaced-to array.
      o One case in ADJUST-ARRAY didn't check for an array-header before
        calling %array-displaced-p on an array, so that sometimes an array
        element was accessed and checked instead.  Fixed this, and prevented
        ADJUST-ARRAY from shrinking non-adjustable arrays in-place, since
        this can violate naive user expectations for little gain.
      26e7aeea
  5. Nov 20, 2001
  6. Nov 05, 2001
  7. Nov 03, 2001
  8. Oct 31, 2001
  9. Oct 30, 2001
  10. Oct 28, 2001
  11. Oct 27, 2001
  12. Oct 16, 2001
  13. Oct 15, 2001
  14. Oct 12, 2001
  15. Oct 05, 2001
  16. Oct 04, 2001
    • toy's avatar
      Patch stolen from SBCL bug 81. · 89cf3b64
      toy authored
      Loop doesn't handle loops like
      
      (loop with (a b) = '(1 2)
            and (c d) = '(3 4)
            return (list a b c d))
      
      correctly because it fails to destructure the variables correctly.
      89cf3b64
  17. Oct 03, 2001
  18. Sep 28, 2001
  19. Sep 27, 2001
  20. Sep 25, 2001
  21. Sep 24, 2001
  22. 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
  23. Sep 22, 2001
    • pw's avatar
      This revision turns on INFORM-TYPE-SYSTEM-ABOUT-STD-CLASS which · 9ce21b91
      pw authored
      represses compiler warnings about undefined class when compiling
      defmethods in the same file as the defclass forms. It does this
      by calling (lisp:make-class :name class-name) which creates a
      minimal entry such that lisp:find-class will return non-nil. The
      class entry is filled out at load time. A consequence of this is
      that until load time, any attempt to treat that minimal class as
      valid will fail, probably because lisp:class-layout => NIL. This
      doesn't seem a problem in current practice.
      9ce21b91
  24. Sep 21, 2001
    • pw's avatar
      Second attempt at using new cvs server. Hopefully mail system config · f2251d1b
      pw authored
      problems are fixed now.
      
      This revision fixes an omission from a previous rev that added support
      for :print-object and :print-function defstruct options. The default
      method created was calling DEFAULT-STRUCTURE-PRINT with only two
      arguments. It seems to work correctly now.
      f2251d1b
Loading