Fixes bug 659105.
* bug fix: derived types of functions in the same file were implicitly
trusted, leading to potential heap corruption when those function were
defined incompatibly. (lp#657499)
+ * bug fix: existing ASDF source registries are ignored when building
+ contribs (lp#659105)
changes in sbcl-1.0.43 relative to sbcl-1.0.42:
* incompatible change: FD-STREAMS no longer participate in the serve-event
find output -name 'building-contrib.*' -print | xargs rm -f
+# Ignore all source registries.
+CL_SOURCE_REGISTRY='(:source-registry :ignore-inherited-configuration)'
+export CL_SOURCE_REGISTRY
+
for i in contrib/*; do
test -d $i && test -f $i/Makefile || continue;
# export INSTALL_DIR=$SBCL_HOME/`basename $i `
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.43.57"
+"1.0.43.58"