[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 13/13: Update NEWS.
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] 13/13: Update NEWS. |
Date: |
Sun, 20 Oct 2024 15:23:23 -0400 (EDT) |
civodul pushed a commit to branch main
in repository guile.
commit faa8ab8a88fa3f5569e398d8f9f5c8fe7cfcc744
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 20 13:06:11 2024 +0200
Update NEWS.
---
NEWS | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 9fd14c39d..085a3f0e6 100644
--- a/NEWS
+++ b/NEWS
@@ -11,21 +11,34 @@ Changes in 3.0.11 (since 3.0.10)
** R7RS `cond-expand` now supports `else` (<https://debbugs.gnu.org/71304>)
+** The SRFI-64 module for test suites has been rewritten
+
+A new, backward-compatible implementation of (srfi srfi-64) has been
+contributed by Tomas Wolf. The reference implementation, which was used
+so far, had a number of issues on Guile that made some of its interface
+downright unusable (e.g., <https://bugs.gnu.org/72378>), non-conforming
+(e.g., <https://bugs.gnu.org/72383>), or buggy (e.g.,
+<https://bugs.gnu.org/72372>).
+
* Changes to the distribution
* Bug fixes
** `basename` now checks the suffix against the base name, not the full path
- (<https://debbugs.gnu.org/69437>)
+ (<https://bugs.gnu.org/69437>)
** test-hashing should now work on 32-bit systems
** GUILE-VERSION changes should propagate to .version and relevant Makefiles
- (<https://debbugs.gnu.org/72084>)
+ (<https://bugs.gnu.org/72084>)
** Compiler no longer crashes when building Guile on 32-bit platforms
(<https://bugs.gnu.org/71891>)
** Compiler no longer crashes when inlining 3.0.9 procedure with kw args
(<https://bugs.gnu.org/72936>)
** Guile is compiled with -fexcess-precision=standard for i[3456]86 when
possible
- (<https://debbugs.gnu.org/43262>)
+ (<https://bugs.gnu.org/43262>)
+** Fix setjmp/longjmp-related crashes on Windows
+ (<https://bugs.gnu.org/73167>)
+** Fix portability issues for macOS
+ (<https://bugs.gnu.org/72547>)
Changes in 3.0.10 (since 3.0.9)
- [Guile-commits] 05/13: tests: Skip tests of abstract Unix sockets on Darwin., (continued)
- [Guile-commits] 05/13: tests: Skip tests of abstract Unix sockets on Darwin., Ludovic Courtès, 2024/10/20
- [Guile-commits] 03/13: Fix typo in dynamic wind documentation., Ludovic Courtès, 2024/10/20
- [Guile-commits] 02/13: Fix gbt command in gdbinit, Ludovic Courtès, 2024/10/20
- [Guile-commits] 04/13: tests: Check TCP_NODELAY for non-zero instead of 1., Ludovic Courtès, 2024/10/20
- [Guile-commits] 10/13: tests: Fix spawn if file not found with Gnulib., Ludovic Courtès, 2024/10/20
- [Guile-commits] 08/13: tests: Skip mkdtemp test for invalid template on Darwin., Ludovic Courtès, 2024/10/20
- [Guile-commits] 06/13: tests: Skip hole-related port tests on Darwin., Ludovic Courtès, 2024/10/20
- [Guile-commits] 11/13: Do not depend on tmpnam in posix.test., Ludovic Courtès, 2024/10/20
- [Guile-commits] 09/13: tests: Fix spawn with #:environment on MacOS., Ludovic Courtès, 2024/10/20
- [Guile-commits] 12/13: posix.c: Set errno when pipe2 is not available and flags provided., Ludovic Courtès, 2024/10/20
- [Guile-commits] 13/13: Update NEWS.,
Ludovic Courtès <=