Miscellaneous cleanups for threaded darwin platforms
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 2e0dba0..2791c82 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ changes relative to sbcl-1.0.57:
     function cannot escape.
   * optimization: SB-SEQUENCE:DOSEQUENCE is faster on vectors of unknown
     element type, and vectors that aren't SIMPLE-ARRAYs.
+  * optimization: CL:SORT and CL:STABLE-SORT are more efficient in execution
+    speed (around 1/3 the time in some cases), and a little better in terms of
+    comparison calls. (Thanks to Takeru Ohta)
   * bug fix: On SPARC, a limitation on the number of code constants emittable
     by the compiler has been lifted, allowing certain long functions to
     compiled and assembled which had previously been unsupported; fixes
@@ -43,6 +46,8 @@ changes relative to sbcl-1.0.57:
   * bug fix: FORMAT used to loop infinitely in some cases when a COLINC
     parameter was zero, now it signals an error. (lp#905817, fixed since
     1.0.56.19)
+  * bug fix: run-program with :pty t no longer makes the pty as the process's
+    controling terminal.
 
 changes in sbcl-1.0.57 relative to sbcl-1.0.56:
   * RANDOM enhancements and bug fixes: