X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=505e5180398ccae658cad277880b8948e71dcda9;hb=9837343101c3da7b3a8f94609ec116ec5025436a;hp=c3327244c9c2bcf003e9f57c2411a3e716b25fb9;hpb=fbae90af33b92c5411ddcb419485dcf2bca47ab7;p=sbcl.git diff --git a/NEWS b/NEWS index c332724..505e518 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,9 @@ * bug fix: the value of CL:- in the inspector was the previous expression evaluated rather than the expression being evaluated. * bug fix: constants can no longer be locally declared special. + * bug fix: signals delivered to threads started from foreign land (read: + directly by pthread_create, not by MAKE-THREAD) are redirected to a Lisp + thread by blocking all signals and resignalling. changes in sbcl-1.0.28 relative to 1.0.27: * a number of bugs in cross-compilation have been fixed, with the ultimate