summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2024-05-25 13:54:07 +0100
committerChristophe Rhodes <csr21@cantab.net>2024-05-25 13:54:07 +0100
commit1b9a5ed6cf531ba3357197e8516b7696b6291bca (patch)
treeec4f58925e25fdef2bfa0d4c4450c505b7ba69d2
parent7b02daa73e7f7694f83ed76cbd1e2f8ede6767ac (diff)
A bit more draft NEWS.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9209ce026..bf2b187e5 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,8 @@ changes relative to sbcl-2.4.4:
** make the editcore utility work on Windows. (thanks to Luís Borges de
Oliveira)
** fix memory initialization in RUN-PROGRAM on Windows.
+ ** resolve a deadlock in %INTERRUPT-THREAD on Darwin. (lp#2062940,
+ reported by Yan)
* enhancement: when (> debug 1), try to find source locations for code
expanded from macros that copy their input forms.
* bug fix: the method-combination generic function caches were missing some
@@ -25,6 +27,8 @@ changes relative to sbcl-2.4.4:
(reported by Didier Verna)
* bug fix: SXHASH on equal PATHNAME objects could return different values in
different cores. (reported by Luís Borges de Oliveira)
+ * bug fix: spurious compiler warnings on SORT in some circumstances.
+ (lp#2065609, reported by William G Lederer)
* optimization: faster bignum addition and negation on arm64, x86-64.
* optimization: faster type tests for (unsigned-byte X) for X being
multiples of the platform word size, on arm64, x86-64.