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 (8d74341 -> 965253


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (8d74341 -> 9652532)
Date: Wed, 15 Feb 2017 03:30:00 -0500 (EST)

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

  discards  8d74341   (wip) give a handle into format used in exceptions
  discards  3476f5c   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  a9cf198   Support non-zero lower bounds in array-slice-for-each
  discards  f5a1ab3   Fix sort, sort! for arrays with nonzero lower bound
  discards  f856d44   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  a3519da   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
  discards  c97cec9   Remove unnecessary #include
      adds  69ca2bb   Elide syscalls in fdes->port
       new  86b172b   Remove unnecessary #include
       new  aa477f2   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  0a43c48   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  dbf4a2f   Fix sort, sort! for arrays with nonzero lower bound
       new  88b249d   Support non-zero lower bounds in array-slice-for-each
       new  1053ee0   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  a6b52c0   Remove scm_generalized_vector_get_handle
       new  9652532   (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   (8d74341)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (9652532)

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 8 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                           | 15 +++++++++++
 libguile/bitvectors.c          | 10 +++++---
 libguile/deprecated.c          | 14 +++++++++++
 libguile/deprecated.h          |  4 +++
 libguile/filesys.c             |  2 +-
 libguile/fports.c              | 56 +++++++++++++++++++++++++++---------------
 libguile/fports.h              | 29 +++++++++++++++-------
 libguile/generalized-vectors.c | 13 ----------
 libguile/generalized-vectors.h |  7 ++----
 libguile/ioext.c               |  3 ++-
 libguile/posix.c               | 14 ++++++++---
 libguile/random.c              |  8 +++++-
 libguile/read.c                | 16 +++++-------
 libguile/socket.c              | 14 ++++++++---
 libguile/vectors.c             | 14 ++++++-----
 15 files changed, 141 insertions(+), 78 deletions(-)



reply via email to

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