[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch wip-custom-ports created (now 9df5a8dfb)
From: |
Andy Wingo |
Subject: |
[Guile-commits] branch wip-custom-ports created (now 9df5a8dfb) |
Date: |
Mon, 29 May 2023 04:03:36 -0400 (EDT) |
wingo pushed a change to branch wip-custom-ports
in repository guile.
at 9df5a8dfb Rewrite soft ports in Scheme
This branch includes the following new commits:
new 3d157a49a pretty-print: Use string-concatenate-reverse
new 585100696 pretty-print: inline genwrite:newline-str
new 17fffebdd pretty-print: inline some handling of read macros
new 879721643 Add "custom ports"
new 2bbb512be Rewrite custom binary ports in Scheme, in terms of custom
ports
new 45b4007fe Use custom binary output ports for make-chunked-output-port
new d50087cfa Implement R6RS custom textual ports
new 9df5a8dfb Rewrite soft ports in Scheme
The 8 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.
- [Guile-commits] branch wip-custom-ports created (now 9df5a8dfb),
Andy Wingo <=
- [Guile-commits] 03/08: pretty-print: inline some handling of read macros, Andy Wingo, 2023/05/29
- [Guile-commits] 04/08: Add "custom ports", Andy Wingo, 2023/05/29
- [Guile-commits] 06/08: Use custom binary output ports for make-chunked-output-port, Andy Wingo, 2023/05/29
- [Guile-commits] 01/08: pretty-print: Use string-concatenate-reverse, Andy Wingo, 2023/05/29
- [Guile-commits] 02/08: pretty-print: inline genwrite:newline-str, Andy Wingo, 2023/05/29
- [Guile-commits] 05/08: Rewrite custom binary ports in Scheme, in terms of custom ports, Andy Wingo, 2023/05/29
- [Guile-commits] 08/08: Rewrite soft ports in Scheme, Andy Wingo, 2023/05/29
- [Guile-commits] 07/08: Implement R6RS custom textual ports, Andy Wingo, 2023/05/29