guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (480d86d -> f5b3506)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (480d86d -> f5b3506)
Date: Wed, 3 Feb 2021 17:08:09 -0500 (EST)

wingo pushed a change to branch master
in repository guile.

    from 480d86d  strptime test shouldn't presume that initial whitespace is 
ignored
     new 2e26538  Replace libltdl with raw dlopen, dlsym
     new f5b3506  Optimize eof-object?

The 2 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:
 NEWS                                   |  55 ++
 am/bootstrap.am                        |   3 +-
 configure.ac                           |   8 +-
 doc/ref/api-foreign.texi               | 956 +++++++++++++++------------------
 doc/ref/guile.texi                     |  10 +-
 doc/ref/libguile-parallel.texi         |   6 +-
 doc/ref/tour.texi                      |   4 +-
 libguile/deprecated.c                  |  17 +-
 libguile/deprecated.h                  |   4 +-
 libguile/dynl.c                        | 427 ++++-----------
 libguile/dynl.h                        |   9 +-
 libguile/extensions.c                  |   7 +-
 libguile/guile.c                       |   3 +-
 module/Makefile.am                     |   4 +-
 module/language/cps/types.scm          |   3 +-
 module/language/tree-il/primitives.scm |  11 +-
 module/oop/goops.scm                   |   9 +-
 module/system/foreign-library.scm      | 231 ++++++++
 test-suite/tests/foreign.test          |  36 +-
 19 files changed, 917 insertions(+), 886 deletions(-)
 create mode 100644 module/system/foreign-library.scm



reply via email to

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