* bug fix: modifying the contents of an array could change the return
value of SXHASH on that array, which is only allowed for strings
and bit vectors (bug introduced in 0.9.16)
- * improvement: the x86-64/darwin port now passes all tests and
- should be considered non-experimental.
+ * improvement: the x86-64/darwin port now passes all tests (except
+ for the debugger tests) but should still be considered
+ experimental until this is fixed.
* improvement: a style-warning is signaled for CASE (etc) clauses with
duplicate keys (thanks to Kevin Reid)
+ * improvement: macos/x86 and macos/x86-64 now use mach exception
+ handlers for dealing with illegal instructions (for trapping and
+ error handling) and memory protection violations (for GC).
changes in sbcl-1.0.4 relative to sbcl-1.0.3:
* new platform: experimental support for x86-64/darwin (MacOS).
printf ' :bsd' >> $ltf
printf ' :darwin' >> $ltf
if [ $sbcl_arch = "x86" ]; then
- printf ' :sb-lutex :restore-fs-segment-register-from-tls' >> $ltf
+ printf ' :mach-exception-handler :sb-lutex :restore-fs-segment-register-from-tls' >> $ltf
fi
if [ $sbcl_arch = "x86-64" ]; then
- printf ' :sb-lutex' >> $ltf
+ printf ' :mach-exception-handler :sb-lutex' >> $ltf
fi
link_or_copy $sbcl_arch-darwin-os.h target-arch-os.h
link_or_copy bsd-os.h target-os.h
;;; 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.4.107"
+"1.0.4.108"