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 (228e4dd -> 6d8c1f


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (228e4dd -> 6d8c1fa)
Date: Wed, 8 Feb 2017 09:38:25 -0500 (EST)

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

  discards  228e4dd   (wip) give a handle into format used in exceptions
  discards  48c92ff   Fix more corner cases in truncated-print
      adds  8c50060   Modernize (web http) a bit
      adds  96b994b   Beginnings of suspendable HTTP
      adds  ecdff90   Remove remaining "display" uses in (web http)
      adds  8a4774d   Prevent TOCTTOU bugs in suspendable ports
      adds  09a69dd   Prevent TOCTTOU bugs in C ports
      adds  710ebfd   Web server and client use suspendable ports
       new  196e80f   Fix more corner cases in truncated-print
       new  6d8c1fa   (wip) give a handle into format used in exceptions

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   (228e4dd)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (6d8c1fa)

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 "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libguile/filesys.c                 |   5 +-
 libguile/poll.c                    |  10 +-
 libguile/ports-internal.h          |  55 +-
 libguile/ports.c                   | 329 +++++++-----
 libguile/ports.h                   |   3 +-
 libguile/r6rs-ports.c              |  13 +-
 libguile/read.c                    |   9 +-
 libguile/rw.c                      |   3 +-
 module/ice-9/suspendable-ports.scm | 167 ++++---
 module/web/http.scm                | 994 +++++++++++++++++++------------------
 module/web/request.scm             |   3 +-
 module/web/response.scm            |   3 +-
 test-suite/tests/web-http.test     |  27 +-
 13 files changed, 869 insertions(+), 752 deletions(-)



reply via email to

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