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 (ba96cd7 -> b1032a


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (ba96cd7 -> b1032a7)
Date: Mon, 13 Mar 2017 14:02:51 -0400 (EDT)

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

  discards  ba96cd7   (wip) give a handle into format used in exceptions
  discards  cd55e67   Remove scm_generalized_vector_get_handle
  discards  4f62834   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  cd46ed1   Support non-zero lower bounds in array-slice-for-each
  discards  886241e   Fix sort, sort! for arrays with nonzero lower bound
  discards  e021b2b   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  a39fa51   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
      adds  ef4a2af   Fix a couple of typos in the docs
      adds  9b48265   Fix atomics compilation on clang
      adds  fe0117a   Update NEWS
      adds  6d0091d   Revert "Fix "Scheme Syntax" info rendering"
      adds  e337432   Guile 2.1.8.
      adds  c9910c6   Fix finalizer resuscitation causing excessive GC
       new  1daee33   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  3524746   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  8e19e35   Fix sort, sort! for arrays with nonzero lower bound
       new  6b50311   Support non-zero lower bounds in array-slice-for-each
       new  41fef49   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  4fed1d8   Remove scm_generalized_vector_get_handle
       new  b1032a7   (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   (ba96cd7)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (b1032a7)

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:
 GUILE-VERSION                        |  2 +-
 NEWS                                 | 12 ++++++--
 doc/ref/api-evaluation.texi          |  4 +--
 doc/ref/scheme-ideas.texi            |  2 +-
 doc/ref/scheme-intro.texi            |  2 +-
 libguile/Makefile.am                 |  4 ++-
 libguile/atomics-internal.h          | 27 ++++++++++++-----
 libguile/finalizers.c                | 59 ++++++++++++++----------------------
 libguile/finalizers.h                |  8 ++---
 libguile/{promises.h => weak-list.h} | 54 ++++++++++++++++++++-------------
 libguile/weak-set.c                  | 18 ++++++++++-
 libguile/weak-table.c                | 18 ++++++++++-
 12 files changed, 131 insertions(+), 79 deletions(-)
 copy libguile/{promises.h => weak-list.h} (52%)



reply via email to

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