guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch stable-2.2 updated (1008ea3 -> badcbd0)


From: Daniel Llorens
Subject: [Guile-commits] branch stable-2.2 updated (1008ea3 -> badcbd0)
Date: Tue, 31 Oct 2017 08:50:50 -0400 (EDT)

lloda pushed a change to branch stable-2.2
in repository guile.

      from  1008ea3   Allow garbage collection of revealed file ports.
       new  4212f29   Allow scm_XXX_writable_elements on empty vectors, even if 
immutable
       new  bb7c736   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  ffcdb7b   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  3bfd4aa   Fix sort, sort! for arrays with nonzero lower bound
       new  f52fc05   Support non-zero lower bounds in array-slice-for-each
       new  e0bcda4   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  badcbd0   Support general arrays in random:hollow-sphere!

The 7 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:
 NEWS                                               |   7 +
 benchmark-suite/Makefile.am                        |   2 +-
 .../{uniform-vector-read.bm => bytevector-io.bm}   |  29 ++--
 doc/ref/api-data.texi                              |  57 +++----
 libguile/array-handle.c                            |   6 +-
 libguile/array-map.c                               |  24 ++-
 libguile/arrays.c                                  |  48 ++----
 libguile/quicksort.i.c                             |  48 +++---
 libguile/random.c                                  | 133 +++++++++--------
 libguile/sort.c                                    |  68 +++++----
 module/Makefile.am                                 |   1 +
 module/ice-9/arrays.scm                            |  88 ++++++++---
 module/ice-9/pretty-print.scm                      |  24 ++-
 test-suite/tests/array-map.test                    |  18 ++-
 test-suite/tests/arrays.test                       |  55 ++++++-
 test-suite/tests/print.test                        |  58 +++++++-
 test-suite/tests/random.test                       |  47 +++++-
 test-suite/tests/sort.test                         | 163 ++++++++++++++-------
 18 files changed, 555 insertions(+), 321 deletions(-)
 rename benchmark-suite/benchmarks/{uniform-vector-read.bm => bytevector-io.bm} 
(64%)



reply via email to

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