guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch lloda-array-support updated (7408930 -> 52a5fd2)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-array-support updated (7408930 -> 52a5fd2)
Date: Fri, 01 Apr 2016 10:54:53 +0000

lloda pushed a change to branch lloda-array-support
in repository guile.

      from  7408930   Avoid variable stack use in scm_array_for_each_cell()
       new  52a5fd2   Clean up (array-for-each-cell)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/ref/api-compound.texi                       |    6 +-
 libguile/array-map.c                            |  244 ++++++++++++++++++++++-
 libguile/array-map.h                            |    3 +
 libguile/arrays.c                               |  228 ---------------------
 libguile/arrays.h                               |    2 -
 test-suite/Makefile.am                          |    2 +-
 test-suite/tests/{ramap.test => array-map.test} |   23 ++-
 7 files changed, 271 insertions(+), 237 deletions(-)
 rename test-suite/tests/{ramap.test => array-map.test} (96%)



reply via email to

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