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 (b0d9386 -> 7cf89a


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (b0d9386 -> 7cf89a3)
Date: Fri, 17 Feb 2017 10:34:11 -0500 (EST)

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

  discards  b0d9386   (wip) give a handle into format used in exceptions
  discards  2ed22db   Remove scm_generalized_vector_get_handle
  discards  954c741   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  592d6aa   Support non-zero lower bounds in array-slice-for-each
  discards  b049717   Fix sort, sort! for arrays with nonzero lower bound
  discards  11ba423   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  433161f   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
  discards  954646c   Remove unnecessary #include
      adds  cd3ff33   Cheaper fluid-ref cache
      adds  c38b962   Remove unnecessary scm_i_string_start_writing calls
      adds  d0934df   Stringbufs immutable by default
      adds  60035b6   Revert "Cheaper fluid-ref cache"
      adds  2864f11   Bump fluid cache size to 16 entries
      adds  9ee21f3   Minor make-string optimization
      adds  bfa6c40   Speed up number->string
       new  6d9860c   Remove unnecessary #include
       new  741a949   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  2d99e37   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  0112e04   Fix sort, sort! for arrays with nonzero lower bound
       new  ffcfa96   Support non-zero lower bounds in array-slice-for-each
       new  86c2b3a   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  5b60ed1   Remove scm_generalized_vector_get_handle
       new  c3a2993   (wip) give a handle into format used in exceptions
       new  7cf89a3   Explicit #:dims? option for array-print, 
array-print-prefix

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   (b0d9386)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (7cf89a3)

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 9 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:
 libguile/cache-internal.h      |   3 +-
 libguile/numbers.c             |   6 +-
 libguile/read.c                |   6 +-
 libguile/snarf.h               |   2 +-
 libguile/srfi-13.c             |  30 ++--
 libguile/strings.c             | 340 +++++++++++++++++------------------------
 libguile/strings.h             |   2 +-
 module/ice-9/arrays.scm        |   8 +-
 module/system/vm/assembler.scm |   7 +-
 test-suite/tests/strings.test  |  34 ++++-
 10 files changed, 191 insertions(+), 247 deletions(-)



reply via email to

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