Skip to content
Snippets Groups Projects
  1. Dec 12, 2001
  2. Dec 11, 2001
  3. Dec 10, 2001
  4. Dec 08, 2001
  5. 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
  6. Dec 06, 2001
  7. Dec 04, 2001
  8. Nov 29, 2001
  9. Nov 26, 2001
  10. Nov 22, 2001
  11. 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
  12. Nov 20, 2001
  13. Nov 05, 2001
  14. Nov 03, 2001
  15. Oct 31, 2001
  16. Oct 30, 2001
  17. Oct 28, 2001
  18. Oct 27, 2001
  19. Oct 16, 2001
  20. Oct 15, 2001
  21. Oct 12, 2001
  22. Oct 05, 2001
  23. 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
Loading