From: Nikodemus Siivola Date: Wed, 1 Sep 2010 16:09:24 +0000 (+0000) Subject: 1.0.42.18: let's take that again X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=c52d8a8e7ff930e81d153163e19db72e32e3e0b8;p=sbcl.git 1.0.42.18: let's take that again Previous commit was supposed to have this commit message: "OpenBSD build fix -- signal handlers need to lead FPU control word" * Patch by Josh Elsasser, lp#615492. In his words: OpenBSD/amd64 recently began running signal handlers with a clean FPU state, making it necessary to load the floating point control word. The attached patch does exactly this, and works equally well on OpenBSD systems from both before and after the signal handler change was made. This patch is necessary to build SBCL x86-64 on recent -current snapshots of OpenBSD, and for the upcoming 4.8 release. * Committing untested, as I don't have OpenBSD handy. --- diff --git a/version.lisp-expr b/version.lisp-expr index a93d3e7..52b3a7d 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; 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.42.17" +"1.0.42.18"