guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/07: Merge until e0bcda4ad940c4e15679cc2b229838b33acdd


From: Andy Wingo
Subject: [Guile-commits] 01/07: Merge until e0bcda4ad940c4e15679cc2b229838b33acdd36c from stable-2.2
Date: Wed, 29 Nov 2017 15:22:38 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit f85d3c0bd886e46e6ab3fc858231c8b2aa3e954d
Merge: 39520f8 e0bcda4
Author: Andy Wingo <address@hidden>
Date:   Wed Nov 29 21:04:59 2017 +0100

    Merge until e0bcda4ad940c4e15679cc2b229838b33acdd36c from stable-2.2

 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/fports.c                                  |  41 +-----
 libguile/fports.h                                  |   8 +-
 libguile/ports.c                                   |  43 ++++--
 libguile/quicksort.i.c                             |  48 +++---
 libguile/sort.c                                    |  68 +++++----
 module/Makefile.am                                 |   1 +
 module/ice-9/arrays.scm                            |  88 ++++++++---
 module/ice-9/pretty-print.scm                      |  24 ++-
 module/system/vm/traps.scm                         |   5 +-
 test-suite/tests/array-map.test                    |  18 ++-
 test-suite/tests/arrays.test                       |  55 ++++++-
 test-suite/tests/ports.test                        |  28 ++++
 test-suite/tests/print.test                        |  58 +++++++-
 test-suite/tests/sort.test                         | 163 ++++++++++++++-------
 21 files changed, 508 insertions(+), 313 deletions(-)




reply via email to

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