civodul pushed a change to branch main in repository guile. from d98888290 Remove more Gnulib generated files. new 3bb08542d Add Gnulib modules for 'posix_spawn' file operations. new a43a8fd8b Add Gnulib 'gethostname' module, needed for MinGW. new 616c21740 Add Gnulib 'sys_select' module, needed for MinGW. new 2ace7a531 doc: Mention URL of Guile-GnuTLS. new 479b7388e GNU Guile 3.0.9.
The 5 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: GUILE-VERSION | 6 +-- doc/ref/web.texi | 8 ++-- lib/Makefile.am | 57 +++++++++++++++++++++++ lib/gethostname.c | 104 +++++++++++++++++++++++++++++++++++++++++ lib/spawn_faction_addclose.c | 69 ++++++++++++++++++++++++++++ lib/spawn_faction_adddup2.c | 70 ++++++++++++++++++++++++++++ lib/spawn_faction_addopen.c | 86 ++++++++++++++++++++++++++++++++++ lib/spawn_faction_init.c | 56 ++++++++++++++++++++++ libguile/threads.c | 3 +- m4/gethostname.m4 | 107 +++++++++++++++++++++++++++++++++++++++++++ m4/gnulib-cache.m4 | 12 +++++ m4/gnulib-comp.m4 | 45 ++++++++++++++++++ 12 files changed, 616 insertions(+), 7 deletions(-) create mode 100644 lib/gethostname.c create mode 100644 lib/spawn_faction_addclose.c create mode 100644 lib/spawn_faction_adddup2.c create mode 100644 lib/spawn_faction_addopen.c create mode 100644 lib/spawn_faction_init.c create mode 100644 m4/gethostname.m4