0.8.2.34:
authorChristophe Rhodes <csr21@cam.ac.uk>
Sat, 16 Aug 2003 21:46:30 +0000 (21:46 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Sat, 16 Aug 2003 21:46:30 +0000 (21:46 +0000)
commitb7cfa0e5e726c2037ba2c6cb32406ff7e9764dd2
tree90acb74efe8c34d8b23760dd40dfb2380a68088e
parent6b7b0266343826426a3efffa3b8b8d4d552f8f97
0.8.2.34:
Merge patch from Brian Mastenbrook for better dlfoo handling
on Darwin (plus more-likely cpp options, add boilerplate)
... reindent to 4 spaces;
ASSQ patch from observation by PFD sbcl-devel 2003-08-16
... (NOT (NULL PAIR)) plus explanatory comment;
Pragmatism: since not all lisps implement arrays with NIL
specialized-array-element-type, our cross-compiler version needs
to be more robust.  Symptoms: building sbcl/ppc from openmcl loses
in cold-init; sbcl/sparc from sbcl-0.7.x hangs in cross-compiler
compilation of STRING
... since we don't need any (ARRAY NIL)s to cross-compile SBCL,
the answer to SIMPLE-ARRAY-NIL-P for constant-folding
purposes in the cross-compiler is always NIL.
contrib/asdf-install/.cvsignore [new file with mode: 0644]
contrib/sb-simple-streams/simple-streams.lisp
src/code/cross-misc.lisp
src/code/early-extensions.lisp
src/runtime/Config.ppc-darwin
src/runtime/ldso-stubs.S
src/runtime/ppc-darwin-dlshim.c [new file with mode: 0644]
src/runtime/ppc-darwin-os.c
tests/assertoid.lisp
version.lisp-expr