wingo pushed a change to branch wip-whippet in repository guile. from bc43d4f9a Locale have static tc16 new c74499a7e Add new API for declaring managed SMOB fields new 765245119 Rework representation of ports new 923bfdc7e String ports have managed streams
The 3 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: libguile/custom-ports.c | 6 ++- libguile/fports.c | 1 + libguile/ports-internal.h | 7 +++ libguile/ports.c | 41 ++++++++++---- libguile/ports.h | 40 ++++++++++++-- libguile/smob.c | 27 ++++++++-- libguile/smob.h | 6 +++ libguile/strports.c | 132 ++++++++++++++++++++++++++++++++-------------- 8 files changed, 199 insertions(+), 61 deletions(-)