guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch wip-vector-cleanup updated (63752be -> 98bf49d)


From: Daniel Llorens
Subject: [Guile-commits] branch wip-vector-cleanup updated (63752be -> 98bf49d)
Date: Mon, 16 Mar 2020 04:52:18 -0400 (EDT)

lloda pushed a change to branch wip-vector-cleanup
in repository guile.

 discard 63752be  Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
 discard 924c02f  Simplify vector constructor
 discard a6a040c  Remove superfluous type check in bitvector->list
 discard 169f5ff  Move uniform-array->bytevector from (rnrs bytevectors) to core
 discard 4e0b038  Remove 'contiguous' flag in arrays
 discard 0674f1e  Remove scm_from_contiguous_typed_array
 discard 67b6aee  Merge generalized-arrays.[ch] in arrays.[ch]
 discard 04c1811  Update branch news file
 discard ed3c644  Remove generalized-vectors.[hc]
 discard 939a85f  Pull generalized-vectors from under bytevectors
 discard 451078b  Pull generalized-vectors from under typed vectors
 discard 19ef046  Pull generalized-vectors from under bitvector/string/vector
 discard 1aa9871  Rewrite vector-copy! using memmove
 discard e5716f7  Golf in srfi-4.h
 discard b38ba03  Move bitvector functions using array_handle to 
libguile/array-handle.[ch]
 discard dccbc08  Remove generalized vector support for vector-move-right!, 
vector-move-left!
 discard 075980a  Add lenp parameter back to scm_bitvector_(writable_)elements
 discard c8cb29b  Add lenp parameter back to scm_vector_(writable_)elements
 discard 34fc39c  Simplify interfaces to scm_TYPEvector_(writable_)elements
 discard 6af3cf5  Fix doc for last bitvector patch
 discard 54c9c9d  Simplify interfaces to scm_bitvector_elements and 
scm_bitvector_writable_elements
 discard bbd9954  Simplify interfaces to scm_vector_elements and 
scm_vector_writable_elements
 discard 25a8fe9  Simple vectors are just vectors
 discard f2f5664  Remove the unused argument from scm_array_p
 discard f518797  Require vector argument to scm_vector_elements, 
scm_vector_writable_elements
 discard e2b8553  Require vector as argument to vector->list
 discard c10a828  Require vector as argument to vector-copy
     add 18c7637  doc: Fix typo in api-debug.texi.
     add 77f9c49  Add C API for hook procedures to libguile.h
     new fab56ce  Require vector as argument to vector-copy
     new 9b025e0  Require vector as argument to vector->list
     new 1906907  Require vector argument to scm_vector_elements, 
scm_vector_writable_elements
     new 8c0de6b  Remove the unused argument from scm_array_p
     new 19cca65  Simple vectors are just vectors
     new 6a4bbed  Simplify interfaces to scm_vector_elements and 
scm_vector_writable_elements
     new ee92007  Simplify interfaces to scm_bitvector_elements and 
scm_bitvector_writable_elements
     new fe490a9  Fix doc for last bitvector patch
     new 2a67ba7  Simplify interfaces to scm_TYPEvector_(writable_)elements
     new f55f185  Add lenp parameter back to scm_vector_(writable_)elements
     new 31dd9fc  Add lenp parameter back to scm_bitvector_(writable_)elements
     new fb47bfa  Remove generalized vector support for vector-move-right!, 
vector-move-left!
     new 3891816  Move bitvector functions using array_handle to 
libguile/array-handle.[ch]
     new b93455c  Golf in srfi-4.h
     new 93afe6b  Rewrite vector-copy! using memmove
     new 915e4db  Pull generalized-vectors from under bitvector/string/vector
     new 4c58fc6  Pull generalized-vectors from under typed vectors
     new 460a5c2  Pull generalized-vectors from under bytevectors
     new 428b8b4  Remove generalized-vectors.[hc]
     new 4e18650  Update branch news file
     new f581505  Merge generalized-arrays.[ch] in arrays.[ch]
     new 154b8de  Remove scm_from_contiguous_typed_array
     new 913164c  Remove 'contiguous' flag in arrays
     new c816b78  Move uniform-array->bytevector from (rnrs bytevectors) to core
     new 9e6d7ca  Remove superfluous type check in bitvector->list
     new 762fb73  Simplify vector constructor
     new 98bf49d  Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x

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   (63752be)
            \
             N -- N -- N   refs/heads/wip-vector-cleanup (98bf49d)

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 "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 27 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/ref/api-debug.texi | 2 +-
 libguile.h             | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)



reply via email to

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