guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-custom-ports updated (9df5a8dfb -> 233846379)


From: Andy Wingo
Subject: [Guile-commits] branch wip-custom-ports updated (9df5a8dfb -> 233846379)
Date: Tue, 30 May 2023 06:38:06 -0400 (EDT)

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

 discard 9df5a8dfb Rewrite soft ports in Scheme
 discard d50087cfa Implement R6RS custom textual ports
 discard 45b4007fe Use custom binary output ports for make-chunked-output-port
 discard 2bbb512be Rewrite custom binary ports in Scheme, in terms of custom 
ports
 discard 879721643 Add "custom ports"
     new df63fc5c1 Add "custom ports"
     new c8454bd10 Rewrite custom binary ports in Scheme, in terms of custom 
ports
     new f15b6cc5a Use custom binary output ports for make-chunked-output-port
     new 47cdaaea2 Rewrite soft ports in Scheme
     new 233846379 Implement R6RS custom textual ports

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   (9df5a8dfb)
            \
             N -- N -- N   refs/heads/wip-custom-ports (233846379)

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

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


Summary of changes:
 doc/ref/api-io.texi            | 428 ++++++++++++++++++++++++-----------------
 libguile/custom-ports.c        |   8 +-
 module/ice-9/binary-ports.scm  |   6 +-
 module/ice-9/custom-ports.scm  |  97 ++++++----
 module/ice-9/soft-ports.scm    |   2 +-
 module/ice-9/textual-ports.scm |   6 +-
 6 files changed, 325 insertions(+), 222 deletions(-)



reply via email to

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