guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (cc9e72b -> b733ca4)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (cc9e72b -> b733ca4)
Date: Wed, 31 Aug 2016 17:33:07 +0000 (UTC)

wingo pushed a change to branch master
in repository guile.

      from  cc9e72b   Fix example in make-custom-binary-input-port documentation
       new  b8a53b9   Only ptob->close() after read/write finish
       new  b733ca4   GC of non-blocking port does not block

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:
 doc/ref/api-io.texi         |    7 ++
 libguile/Makefile.am        |    1 +
 libguile/atomics-internal.h |   85 ++++++++++++++++++++++
 libguile/ports-internal.h   |   13 +++-
 libguile/ports.c            |  165 ++++++++++++++++++++++++++++++++++++-------
 libguile/ports.h            |   19 +++--
 6 files changed, 256 insertions(+), 34 deletions(-)
 create mode 100644 libguile/atomics-internal.h



reply via email to

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