wingo pushed a change to branch main
in repository guile.

    from 5bbc2d41d guile-test: define as non-declarative
     new 137b0e85b (system base target) doesn't load (system foreign)
     new 2b58dea2d (scheme foreign): API is less configuration-dependent
     new 88e093345 Rework make-c-struct, parse-c-struct
     new 7fef214f6 Remove vestigial code from srfi-9
     new d7ae468c1 Rework read-fields, write-fields to not return offset
     new e15617dc0 Expose read-c-struct, write-c-struct syntax

The 6 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-foreign.texi      |  58 +++++++--
 libguile/foreign.c            |  32 +++--
 libguile/foreign.h            |   6 +-
 module/srfi/srfi-9.scm        |   8 +-
 module/system/base/target.scm |  14 ++-
 module/system/foreign.scm     | 284 ++++++++++++++++++++++++++----------------
 test-suite/tests/foreign.test |  45 ++++---
 7 files changed, 287 insertions(+), 160 deletions(-)

Reply via email to