[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (d98888290 -> 479b7388e)
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] branch main updated (d98888290 -> 479b7388e) |
Date: |
Thu, 19 Jan 2023 16:22:27 -0500 (EST) |
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
- [Guile-commits] branch main updated (d98888290 -> 479b7388e),
Ludovic Courtès <=
- [Guile-commits] 04/05: doc: Mention URL of Guile-GnuTLS., Ludovic Courtès, 2023/01/19
- [Guile-commits] 05/05: GNU Guile 3.0.9., Ludovic Courtès, 2023/01/19
- [Guile-commits] 03/05: Add Gnulib 'sys_select' module, needed for MinGW., Ludovic Courtès, 2023/01/19
- [Guile-commits] 02/05: Add Gnulib 'gethostname' module, needed for MinGW., Ludovic Courtès, 2023/01/19
- [Guile-commits] 01/05: Add Gnulib modules for 'posix_spawn' file operations., Ludovic Courtès, 2023/01/19