0.8.21.35:
authorBrian Downing <bdowning@lavos.net>
Tue, 12 Apr 2005 20:14:48 +0000 (20:14 +0000)
committerBrian Downing <bdowning@lavos.net>
Tue, 12 Apr 2005 20:14:48 +0000 (20:14 +0000)
commit125b7b337701dbac929da65013865a642652f21c
tree52910913960c7bff7c332b534a4971b933ed033d
parent0ae8180db142282924d16e1b7d1c54c72ed0d23c
0.8.21.35:
        PPC allocate-vector fix, plus OpenMCL buildability ...
        ... write a 0 at the end of the allocated vector to ensure
            all of its pages are unprotected.  Otherwise if one is
            passed off to C (by READ-N-BYTES for example) the GC
            trigger can be hit in foreign code.  (Compare to SPARC)
        ... revert "#+cmu #+cmu a b" back to "#+cmu a #+cmu b",
            as OpenMCL and ACL's readers have buggy implementations
            of CLHS 2.4.8.17.
src/assembly/ppc/array.lisp
src/code/cross-type.lisp
version.lisp-expr