guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-exception-truncate updated (6d8c1fa -> 4a8cc9


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (6d8c1fa -> 4a8cc9f)
Date: Mon, 13 Feb 2017 08:46:17 -0500 (EST)

lloda pushed a change to branch wip-exception-truncate
in repository guile.

  discards  6d8c1fa   (wip) give a handle into format used in exceptions
  discards  196e80f   Fix more corner cases in truncated-print
      adds  5048a8a   Avoid reading garbage from dynstack
      adds  00ed404   VM continuations store FP/SP by offset
      adds  8e1af70   Remove unused variable in continuations.c
      adds  2c02bdd   Fix compilation of continuations.c
       new  c97cec9   Remove unnecessary #include
       new  a3519da   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  f856d44   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  6f26df6   Fix sort, sort! for arrays with nonzero lower bound
       new  09f2871   Support non-zero lower bounds in array-slice-for-each
       new  ab2c0f7   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  4a8cc9f   (wip) give a handle into format used in exceptions

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6d8c1fa)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (4a8cc9f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

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                              |  59 ++++------
 libguile/array-handle.c                            |   2 +-
 libguile/array-map.c                               |  22 ++--
 libguile/arrays.c                                  |  70 +-----------
 libguile/continuations.c                           |   7 +-
 libguile/control.c                                 |   2 +
 libguile/dynstack.c                                |  28 ++++-
 libguile/dynstack.h                                |   3 +
 libguile/frames.c                                  |  28 -----
 libguile/frames.h                                  |   2 -
 libguile/quicksort.i.c                             |  48 ++++----
 libguile/sort.c                                    |  43 +++++---
 libguile/stacks.c                                  |   5 +-
 libguile/vectors.c                                 |   1 -
 libguile/vm.c                                      |  32 ++----
 libguile/vm.h                                      |  11 +-
 module/Makefile.am                                 |   1 +
 module/ice-9/arrays.scm                            | 121 +++++++++++++++++----
 module/ice-9/boot-9.scm                            |   4 +-
 module/ice-9/pretty-print.scm                      |   5 +-
 test-suite/tests/array-map.test                    |   8 ++
 test-suite/tests/arrays.test                       |  55 +++++++++-
 test-suite/tests/sort.test                         | 120 ++++++++++++--------
 26 files changed, 400 insertions(+), 315 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]