guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-exception-truncate updated (dc624fd7e -> 1a91


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (dc624fd7e -> 1a919d985)
Date: Thu, 13 Oct 2022 10:50:44 -0400 (EDT)

lloda pushed a change to branch wip-exception-truncate
in repository guile.

 discard dc624fd7e Provide a hook for the exception printer
     add c01ca10b3 web: Do not wrap TLS port on GnuTLS >= 3.7.7.
     add 317b06bf8 web: 'tls-wrap' retries handshake upon non-fatal errors.
     add 01e960ede Update NEWS.
     add 56b1ea900 'system*' can no longer close file descriptor 2.
     add c746586de doc: Add car+cdr example
     add eb5ecf494 Properly display locations in "source vector" form.
     add 61d8dab8e In curried definitions, move docstrings to outermost lambda
     add 3cd488150 doc: Add documentation of the "b" flag to 'open-file'.
     add a356ceebe Add support for "e" flag (O_CLOEXEC) to 'open-file'.
     add 0aa1a9976 'primitive-load' opens files with O_CLOEXEC.
     add 9592516bf string-fun: Fix typo
     add 1d313bf5f 'pipe' now takes an optional 'flags' parameter.
     add 61393a5da test-suite: Remove obsolete use of 'debug-enable'.
     add 130463be2 When fork unavailable, skip standalone tests that require it
     add 775149f0f in ftw test, don't presume symlink is defined
     add 426ed4068 in ftw test, skip EACCESS test on MinGW
     add c0004442b Fix bad arguments to range_error() in numbers.c
     add d1a4b101b Fix doc for string args to error C API
     add df86a2a8c Finalization thread exits when it gets EOF on its pipe.
     add e2797f529 Baseline compiler no longer crashes on (not (list 1 2)).
     add 6c4738ee4 doc: Clarify reference to (sxml transform) module.
     add b16dbb14b doc: Fix typo under "CPS Soup".
     add 78c7772eb doc: Fix typo in 'coverage-data->lcov' example.
     add 3ed7673ac srfi-35: Fix expansion of 'condition' for compound 
conditions.
     add f5c064576 Avoids deprecated egrep in c-api.test
     add 45cc892fe Modifies command line quoting in c-api.test
     add 584ba588e Test for out of range depth in fluid-ref*
     add 328d6039d Update reference to the GNU Coding Standards.
     add 6847365a9 Define SO_RCVTIMEO and SO_SNDTIMEO.
     add bc3b1a4e2 doc: Document how (ice-9 format) replaces 'format'.
     new 1a919d985 Provide a hook for the exception printer

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (dc624fd7e)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (1a919d985)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 HACKING                                      |   5 +-
 NEWS                                         |  20 ++++
 configure.ac                                 |   3 +-
 doc/ref/api-control.texi                     |  14 +--
 doc/ref/api-coverage.texi                    |   2 +-
 doc/ref/api-io.texi                          |   7 ++
 doc/ref/compiler.texi                        |   2 +-
 doc/ref/misc-modules.texi                    |  10 ++
 doc/ref/posix.texi                           |  22 +++-
 doc/ref/srfi-modules.texi                    |   7 ++
 doc/ref/sxml.texi                            |  16 +--
 libguile/finalizers.c                        |   9 +-
 libguile/fports.c                            |   8 +-
 libguile/load.c                              |   4 +-
 libguile/numbers.c                           |   4 +-
 libguile/posix.c                             |  56 ++++++++--
 libguile/posix.h                             |   3 +-
 libguile/socket.c                            |  44 ++++++++
 module/ice-9/curried-definitions.scm         |  68 +++++++------
 module/ice-9/format.scm                      |   9 +-
 module/ice-9/string-fun.scm                  |   2 +-
 module/language/tree-il/compile-bytecode.scm |   4 +-
 module/srfi/srfi-35.scm                      |   6 +-
 module/system/base/message.scm               |  19 ++--
 module/web/client.scm                        | 146 ++++++++++++++-------------
 test-suite/guile-test                        |   5 +-
 test-suite/standalone/Makefile.am            |   5 +-
 test-suite/standalone/test-close-on-exec     |  41 ++++++++
 test-suite/standalone/test-signal-fork       |   5 +-
 test-suite/tests/c-api.test                  |   4 +-
 test-suite/tests/compiler.test               |   8 +-
 test-suite/tests/curried-definitions.test    |  52 +++++++++-
 test-suite/tests/fluids.test                 |   4 +
 test-suite/tests/ftw.test                    |  86 +++++++++-------
 test-suite/tests/posix.test                  |  51 +++++++++-
 test-suite/tests/srfi-35.test                |  18 +++-
 36 files changed, 565 insertions(+), 204 deletions(-)
 create mode 100755 test-suite/standalone/test-close-on-exec



reply via email to

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