civodul pushed a change to branch main
in repository guile.

    from d8df317ba Minor typo in the manual
     new 7f26021c2 debug: Print wider stack frames when not writing to a tty.
     new a09214fb8 build: Error out when ‘scmconfig.h’ generation fails.
     new 5a8502a49 Stop signal thread before forking, restart it afterwards.
     new 2bbeece03 Bump user-visible copyright years to 2024.

The 4 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:
 libguile/Makefile.am                      |  2 +-
 libguile/posix.c                          |  6 +++
 libguile/scmsigs.c                        | 62 ++++++++++++++++++++--
 libguile/scmsigs.h                        |  6 ++-
 libguile/threads.c                        | 17 ++++---
 module/ice-9/command-line.scm             |  4 +-
 module/scripts/compile.scm                |  4 +-
 module/system/repl/common.scm             |  4 +-
 module/system/repl/debug.scm              | 14 ++++-
 test-suite/standalone/Makefile.am         |  6 ++-
 test-suite/standalone/test-sigaction-fork | 85 +++++++++++++++++++++++++++++++
 11 files changed, 187 insertions(+), 23 deletions(-)
 create mode 100755 test-suite/standalone/test-sigaction-fork

Reply via email to