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 (b80c4eb -> aa731e


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (b80c4eb -> aa731e0)
Date: Fri, 10 Nov 2017 05:06:15 -0500 (EST)

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

  discards  b80c4eb   (wip) give a handle into format used in exceptions
     omits  6311ea3   Support general arrays in random:hollow-sphere!
     omits  46ed57a   Remove scm_generalized_vector_get_handle
     omits  1e8293a   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
     omits  0a50231   Support non-zero lower bounds in array-slice-for-each
     omits  f36ad82   Fix sort, sort! for arrays with nonzero lower bound
     omits  d378418   Remove documentation on uniform-vector-read!, 
uniform-vector-write
     omits  c7906b1   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
     omits  e7410a0   Allow scm_XXX_writable_elements on empty vectors, even if 
immutable
      adds  4212f29   Allow scm_XXX_writable_elements on empty vectors, even if 
immutable
      adds  bb7c736   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
      adds  ffcdb7b   Remove documentation on uniform-vector-read!, 
uniform-vector-write
      adds  3bfd4aa   Fix sort, sort! for arrays with nonzero lower bound
      adds  f52fc05   Support non-zero lower bounds in array-slice-for-each
      adds  e0bcda4   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
      adds  badcbd0   Support general arrays in random:hollow-sphere!
      adds  a053c05   Weak tables are now bucket-and-chain tables
      adds  d01adde   Refactor weak table to use bitmaps for weak entries
      adds  dc8dda7   More robust vacuuming of in-use weak tables
      adds  81d2e35   Allow GDB support to be used with 
GDB-linked-against-Guile-2.0.
      adds  b322ac6   Print exception location only once.
       new  aa731e0   (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   (b80c4eb)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (aa731e0)

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 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:
 NEWS                           |   4 -
 libguile/Makefile.am           |  12 +-
 libguile/bitvectors.c          |  10 +-
 libguile/generalized-vectors.c |  13 +
 libguile/generalized-vectors.h |   7 +-
 libguile/libguile-2.2-gdb.scm  |  19 +-
 libguile/random.c              |  34 +-
 libguile/vectors.c             |  15 +-
 libguile/weak-table.c          | 755 ++++++++++++-----------------------------
 module/ice-9/boot-9.scm        |   1 -
 module/system/base/types.scm   |  30 +-
 test-suite/tests/random.test   |   2 -
 12 files changed, 302 insertions(+), 600 deletions(-)



reply via email to

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