guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (a4a5fbc -> 54adbd6)


From: Mike Gran
Subject: [Guile-commits] branch master updated (a4a5fbc -> 54adbd6)
Date: Tue, 2 Mar 2021 09:18:57 -0500 (EST)

mike121 pushed a change to branch master
in repository guile.

    from a4a5fbc  Fix another typo in routine reading arrays
     new eb1bd80  Enable option to prefer mini-gmp over libgmp
     new 54adbd6  improve autoconfigury for minigmp

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:
 configure.ac                |   35 +-
 libguile.h                  |   16 +-
 libguile/Makefile.am        |    7 +-
 libguile/bytevectors.c      |    4 +
 libguile/gen-scmconfig.c    |   11 +-
 libguile/gen-scmconfig.h.in |    2 +-
 libguile/init.c             |    4 +
 libguile/mini-gmp.c         | 4573 +++++++++++++++++++++++++++++++++++++++++++
 libguile/mini-gmp.h         |  305 +++
 libguile/numbers.c          |   10 +-
 libguile/numbers.h          |    8 +-
 libguile/random.c           |    7 +-
 libguile/socket.c           |    4 +
 13 files changed, 4960 insertions(+), 26 deletions(-)
 create mode 100644 libguile/mini-gmp.c
 create mode 100644 libguile/mini-gmp.h



reply via email to

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