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 (e286995 -> dcc793


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (e286995 -> dcc793b)
Date: Tue, 21 Feb 2017 17:20:19 -0500 (EST)

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

  discards  e286995   (wip) give a handle into format used in exceptions
  discards  a2d5179   Remove scm_generalized_vector_get_handle
  discards  e7fe559   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  db3f76a   Support non-zero lower bounds in array-slice-for-each
  discards  5f5f290   Fix sort, sort! for arrays with nonzero lower bound
  discards  c85ca69   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  1ceb0c6   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
      adds  36023a0   Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK
      adds  c4b0491   Fix make-polar signedness of zeros on macOS
      adds  5333642   Use labs instead of abs where needed
       new  0b107e4   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  a12210c   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  24aa05c   Fix sort, sort! for arrays with nonzero lower bound
       new  54931fb   Support non-zero lower bounds in array-slice-for-each
       new  be2a367   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  2481b31   Remove scm_generalized_vector_get_handle
       new  dcc793b   (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   (e286995)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (dcc793b)

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:
 configure.ac       | 3 ++-
 libguile/numbers.c | 4 +++-
 libguile/socket.c  | 7 +++++--
 3 files changed, 10 insertions(+), 4 deletions(-)



reply via email to

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