guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (93cbaef -> 09a69dd)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (93cbaef -> 09a69dd)
Date: Wed, 8 Feb 2017 09:12:12 -0500 (EST)

wingo pushed a change to branch master
in repository guile.

      from  93cbaef   Fix rank 0 arrays and nested arrays in truncated-print
       new  8c50060   Modernize (web http) a bit
       new  96b994b   Beginnings of suspendable HTTP
       new  ecdff90   Remove remaining "display" uses in (web http)
       new  8a4774d   Prevent TOCTTOU bugs in suspendable ports
       new  09a69dd   Prevent TOCTTOU bugs in C ports

The 5 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 +++++++++++++++++++------------------
 test-suite/tests/web-http.test     |  27 +-
 11 files changed, 865 insertions(+), 750 deletions(-)



reply via email to

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