New function SB-EXT:ASSERT-VERSION->=
authorPaul Khuong <pvk@pvk.ca>
Thu, 14 Nov 2013 21:51:18 +0000 (16:51 -0500)
committerPaul Khuong <pvk@pvk.ca>
Thu, 14 Nov 2013 22:32:02 +0000 (17:32 -0500)
commit920b5eb02b1e1fd1c6c28395cade04e81fbee2bb
treefe238c4c9a2ddbf01602f5798b1277b5bb0a8f4b
parent6574cbfa9d13afc3b4d55cc2fa5777b34c69444a
New function SB-EXT:ASSERT-VERSION->=

Executing (sb-ext:assert-version->= 1 1 13) signals a continuable
error if the running SBCL is older than 1.1.13 (and an undefined
function error before that).

Based on a patch by Philip Munksgaard.

Closes lp#674372.
NEWS
doc/manual/beyond-ansi.texinfo
package-data-list.lisp-expr
src/code/late-extensions.lisp
tests/interface.pure.lisp