INTERRUPT-THREAD now takes &REST args to be passed to the interrupt function.
commit05f18bd70a86dec40f47bb996cc48f53d2505623
authorStelian Ionescu <sionescu@cddr.org>
Wed, 20 Jan 2010 20:39:00 +0000 (20 21:39 +0100)
committerStelian Ionescu <sionescu@cddr.org>
Wed, 20 Jan 2010 20:39:00 +0000 (20 21:39 +0100)
tree6e6765f07f6339b3216c203d0bbebd847100386c
parent9e2c7b3b6dae32fdcaf29c56ed95666e2453de86
INTERRUPT-THREAD now takes &REST args to be passed to the interrupt function.

Where the native functions does not take &REST args, a dynamic-extent
closure is consed.
src/impl-abcl.lisp
src/impl-allegro.lisp
src/impl-clisp.lisp
src/impl-clozure.lisp
src/impl-cmucl.lisp
src/impl-ecl.lisp
src/impl-lispworks.lisp
src/impl-mcl.lisp
src/impl-sbcl.lisp
src/impl-scl.lisp