guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-ethreads updated (4e20570 -> 367d9bf)


From: Andy Wingo
Subject: [Guile-commits] branch wip-ethreads updated (4e20570 -> 367d9bf)
Date: Thu, 9 Jun 2016 09:08:55 +0000 (UTC)

wingo pushed a change to branch wip-ethreads
in repository guile.

  discards  4e20570   add (web server ethreads)
  discards  4d24e8d   add examples/ethreads/memcached-{client,server}
  discards  9c5f67c   add (ice-9 ethreads)
  discards  9e76415   add (ice-9 epoll)
  discards  cb431bc   Non-blocking accept/connect Scheme support
  discards  6f7013a   Support `connect' on nonblocking sockets
  discards  dabbac6   `accept' on nonblocking socket can return #f
  discards  05b3a50   put-char in Scheme
  discards  c4d8d14   put-char, put-string in default namespace
  discards  11f83eb   socket: TCP_CORK, TCP_NODELAY
      adds  d7f39a3   socket: TCP_CORK, TCP_NODELAY
      adds  4bceba8   put-char, put-string in (ice-9 ports internals)
      adds  4ed9f6c   Add (ice-9 textual-ports)
      adds  6eee088   Undocument (ice-9 rw)
      adds  a21f646   Big ports documentation update
      adds  c7c11f3   Update port documentation, rename sports to suspendable 
ports
      adds  d806721   put-char in Scheme
      adds  e6cc051   `accept' on nonblocking socket can return #f
      adds  69ea1fc   Support `connect' on nonblocking sockets
      adds  6788fab   Non-blocking accept/connect Scheme support
       new  96872db   add (ice-9 epoll)
       new  253dc1a   add (ice-9 ethreads)
       new  183f3db   add examples/ethreads/memcached-{client,server}
       new  367d9bf   add (web server ethreads)

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   (4e20570)
            \
             N -- N -- N   refs/heads/wip-ethreads (367d9bf)

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 4 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                                 |   15 +-
 doc/ref/r6rs.texi                                  |  566 ++++-
 doc/ref/srfi-modules.texi                          |    4 +-
 examples/ethreads/memcached-client.scm             |    1 +
 examples/ethreads/memcached-server.scm             |    1 +
 libguile/ports.c                                   |   11 +-
 module/Makefile.am                                 |    3 +-
 module/ice-9/ethreads.scm                          |    6 +-
 module/ice-9/ports.scm                             |   10 +-
 module/ice-9/{sports.scm => suspendable-ports.scm} |   32 +-
 module/ice-9/textual-ports.scm                     |   70 +
 module/web/server/ethreads.scm                     |    4 +-
 test-suite/Makefile.am                             |    2 +-
 .../tests/{sports.test => suspendable-ports.test}  |    6 +-
 20 files changed, 1448 insertions(+), 1530 deletions(-)
 rename module/ice-9/{sports.scm => suspendable-ports.scm} (97%)
 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]