1.0.28.38: undefined warning and compilation unit summary tweaking
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 2e4ae83..505e518 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@
     the symbol, prohibits both lexical and dynamic binding. This is mainly an
     efficiency measure for threaded platforms, but also valueable in
     expressing intent.
+  * improvement: SBCL now emits a compiler note where stack allocation was
+    requested but could not be provided.
   * optimization: compiler now generates faster array typechecking code.
   * optimization: ARRAY-DIMENSION is now faster for multidimensional and
     non-simple arrays.
@@ -35,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