guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch main updated (08e26836f -> faa8ab8a8)


From: Ludovic Courtès
Subject: [Guile-commits] branch main updated (08e26836f -> faa8ab8a8)
Date: Sun, 20 Oct 2024 15:23:20 -0400 (EDT)

civodul pushed a change to branch main
in repository guile.

    from 08e26836f Fix setjmp/longjmp-related crashes on Windows
     new ad90f45a8 Replace SRFI-64 with a new implementation.
     new 0ace61119 Fix gbt command in gdbinit
     new b7bd440f2 Fix typo in dynamic wind documentation.
     new a8ce7f1f9 tests: Check TCP_NODELAY for non-zero instead of 1.
     new 478f139d7 tests: Skip tests of abstract Unix sockets on Darwin.
     new 21e3e1c42 tests: Skip hole-related port tests on Darwin.
     new 0ceb0036c filesys.c: Fix readlink for ports on Darwin.
     new 8579b73ab tests: Skip mkdtemp test for invalid template on Darwin.
     new 1746dbbe4 tests: Fix spawn with #:environment on MacOS.
     new 58a722d88 tests: Fix spawn if file not found with Gnulib.
     new ff256c356 Do not depend on tmpnam in posix.test.
     new 0175343de posix.c: Set errno when pipe2 is not available and flags 
provided.
     new faa8ab8a8 Update NEWS.

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                              |   19 +-
 am/bootstrap.am                   |    2 -
 configure.ac                      |    2 +-
 doc/ref/api-control.texi          |    2 +-
 gdbinit                           |    2 +-
 libguile/filesys.c                |   13 +-
 libguile/posix.c                  |    2 +-
 module/srfi/srfi-64.scm           | 1011 +++++++++++++++++++++++++++++++++--
 module/srfi/srfi-64/testing.scm   | 1044 -------------------------------------
 test-suite/tests/00-socket.test   |   10 +-
 test-suite/tests/filesys.test     |    5 +
 test-suite/tests/ports.test       |   12 +
 test-suite/tests/posix.test       |   37 +-
 test-suite/tests/srfi-64-test.scm |    4 +-
 14 files changed, 1064 insertions(+), 1101 deletions(-)
 delete mode 100644 module/srfi/srfi-64/testing.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]