Skip to content
Snippets Groups Projects
  1. Dec 07, 2001
    • pmai's avatar
      Fixes for a bug reported by Matthew Danish that allowed special · 05ad7b8f
      pmai authored
      declarations for constants and other cases that are not allowed.  The
      fix is a bit more involved since proclaim must work during cold-load,
      at a time where the package system isn't yet set up, and therefore the
      info database will incorrectly report all symbols as constants.
      05ad7b8f
  2. Dec 06, 2001
  3. Dec 04, 2001
  4. Nov 29, 2001
  5. Nov 26, 2001
  6. Nov 22, 2001
  7. 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
  8. Nov 20, 2001
  9. Nov 05, 2001
  10. Nov 03, 2001
  11. Oct 31, 2001
  12. Oct 30, 2001
  13. Oct 28, 2001
  14. Oct 27, 2001
  15. Oct 16, 2001
  16. Oct 15, 2001
  17. Oct 12, 2001
  18. Oct 05, 2001
  19. 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
  20. Oct 03, 2001
  21. Sep 28, 2001
  22. Sep 27, 2001
  23. Sep 25, 2001
Loading