guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (9454068 -> 6788fab)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (9454068 -> 6788fab)
Date: Thu, 9 Jun 2016 09:01:11 +0000 (UTC)

wingo pushed a change to branch master
in repository guile.

      from  9454068   put-string in Scheme
       new  d7f39a3   socket: TCP_CORK, TCP_NODELAY
       new  4bceba8   put-char, put-string in (ice-9 ports internals)
       new  4ed9f6c   Add (ice-9 textual-ports)
       new  6eee088   Undocument (ice-9 rw)
       new  a21f646   Big ports documentation update
       new  c7c11f3   Update port documentation, rename sports to suspendable 
ports
       new  d806721   put-char in Scheme
       new  e6cc051   `accept' on nonblocking socket can return #f
       new  69ea1fc   Support `connect' on nonblocking sockets
       new  6788fab   Non-blocking accept/connect Scheme support

The 10 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:
 NEWS                                               |    3 +
 doc/ref/api-control.texi                           |    4 +-
 doc/ref/api-data.texi                              |    4 +-
 doc/ref/api-io.texi                                | 2199 +++++++-------------
 doc/ref/api-options.texi                           |    2 +-
 doc/ref/misc-modules.texi                          |   35 +-
 doc/ref/posix.texi                                 |   50 +-
 doc/ref/r6rs.texi                                  |  566 ++++-
 doc/ref/srfi-modules.texi                          |    4 +-
 libguile/ports.c                                   |   41 +-
 libguile/ports.h                                   |    1 +
 libguile/socket.c                                  |   41 +-
 module/Makefile.am                                 |    3 +-
 module/ice-9/ports.scm                             |   10 +-
 module/ice-9/{sports.scm => suspendable-ports.scm} |   66 +-
 module/ice-9/textual-ports.scm                     |   70 +
 test-suite/Makefile.am                             |    2 +-
 .../tests/{sports.test => suspendable-ports.test}  |    6 +-
 18 files changed, 1561 insertions(+), 1546 deletions(-)
 rename module/ice-9/{sports.scm => suspendable-ports.scm} (94%)
 create mode 100644 module/ice-9/textual-ports.scm
 rename test-suite/tests/{sports.test => suspendable-ports.test} (94%)



reply via email to

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