From fc7988851529da263a43698d255f2cc009d38b77 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Thu, 30 Jan 2025 12:43:31 +0300 Subject: [PATCH] More NEWS --- NEWS | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 704141115..fd9177abb 100644 --- a/NEWS +++ b/NEWS @@ -7,17 +7,18 @@ changes relative to sbcl-2.5.0: * minor incompatible change: the compiler will warn on the use of a SATISFIES type with an undefined function. (lp#576608, reported by Roman Marynchak) - * minor incompatible change: memory usage reports now count the space taken - by the slot vector towards an instance's usage. + * minor incompatible change: (room t) now counts the space taken by the + internals of hash-tables and CLOS instances. * platform support ** fixes to the included version of ASDF, and to sockets functions, for the Haiku operating system. (thanks to Alexandru Popa) ** add support for CAS (compare-and-swap) on SAPs for arm64, x86-64 and (partially) RISC-V. (lp#1894057, reported by Yukari Hafner) - ** the system is now consistent with 64-bit time_t on 32-bit platforms. - (lp#2063340, reported by Peter van Eynde) + ** the system is now consistent with 64-bit time_t on 32-bit linux + platforms. (lp#2063340, reported by Peter van Eynde) ** restore building on 32-bit ARM with newer gcc versions. (lp#1839783, reported by Sébastien Villemot) + ** fix large stack allocation on 64-bit Windows. * CL portability fixes to the definitions of certain compiler structures, detected by CLISP. (lp#2064301, lp#2064312, thanks to Robert Brown) * bug fix: structure BOA constructors with &REST arguments no longer cause @@ -41,6 +42,7 @@ changes relative to sbcl-2.5.0: * bug fix: accesses to multidimensional arrays are now checked based on the (internal) INSERT-ARRAY-BOUNDS-CHECKS declaration, as with one-dimensional arrays. (lp#2095155, thanks to Vasily Postnicov) + * bug fix: sb-bsd-sockets:socket-connect handles EINTR caused by GC signals. changes in sbcl-2.5.0 relative to sbcl-2.4.11: * platform support: -- 2.11.4.GIT