guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch main updated (61d8dab8e -> 0aa1a9976)


From: Ludovic Courtès
Subject: [Guile-commits] branch main updated (61d8dab8e -> 0aa1a9976)
Date: Wed, 7 Sep 2022 12:02:20 -0400 (EDT)

civodul pushed a change to branch main
in repository guile.

    from 61d8dab8e In curried definitions, move docstrings to outermost lambda
     new 3cd488150 doc: Add documentation of the "b" flag to 'open-file'.
     new a356ceebe Add support for "e" flag (O_CLOEXEC) to 'open-file'.
     new 0aa1a9976 'primitive-load' opens files with O_CLOEXEC.

The 3 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                                     |  9 ++++++++
 doc/ref/api-io.texi                      |  7 ++++++
 libguile/fports.c                        |  8 ++++++-
 libguile/load.c                          |  4 ++--
 test-suite/standalone/Makefile.am        |  5 ++++-
 test-suite/standalone/test-close-on-exec | 38 ++++++++++++++++++++++++++++++++
 6 files changed, 67 insertions(+), 4 deletions(-)
 create mode 100755 test-suite/standalone/test-close-on-exec



reply via email to

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