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 (5d927a8 -> 63752be)


From: Daniel Llorens
Subject: [Guile-commits] branch wip-vector-cleanup updated (5d927a8 -> 63752be)
Date: Tue, 10 Mar 2020 05:23:22 -0400 (EDT)

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

 discard 5d927a8  Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
 discard 784cea5  Simplify vector constructor
 discard 28b7ca2  Remove superfluous type check in bitvector->list
 discard c308b9a  Move uniform-array->bytevector from (rnrs bytevectors) to core
 discard c2b7c8b  Remove 'contiguous' flag in arrays
 discard 502a5b2  Remove scm_from_contiguous_typed_array
 discard 114f331  Merge generalized-arrays.[ch] in arrays.[ch]
 discard 22221aa  Update branch news file
 discard 050a41b  Remove generalized-vectors.[hc]
 discard 7a90f47  Pull generalized-vectors from under bytevectors
 discard 88f45c7  Pull generalized-vectors from under typed vectors
 discard cf17976  Pull generalized-vectors from under bitvector/string/vector
 discard 51b688a  Rewrite vector-copy! using memmove
 discard 23299b6  Golf in srfi-4.h
 discard 9b04322  Move bitvector functions using array_handle to 
libguile/array-handle.[ch]
 discard ae8b0fc  Remove generalized vector support for vector-move-right!, 
vector-move-left!
 discard 9aa721c  Add lenp parameter back to scm_bitvector_(writable_)elements
 discard 288733c  Add lenp parameter back to scm_vector_(writable_)elements
 discard 263dcfd  Simplify interfaces to scm_TYPEvector_(writable_)elements
 discard 8efd6dc  Fix doc for last bitvector patch
 discard 7e7e922  Simplify interfaces to scm_bitvector_elements and 
scm_bitvector_writable_elements
 discard 158724c  Simplify interfaces to scm_vector_elements and 
scm_vector_writable_elements
 discard 0079606  Simple vectors are just vectors
 discard c44d829  Remove the unused argument from scm_array_p
 discard 2fb31f2  Require vector argument to scm_vector_elements, 
scm_vector_writable_elements
 discard c08a8a5  Require vector as argument to vector->list
 discard e806b89  Require vector as argument to vector-copy
     add 7c17655  Fix incorrect allocation size in 'make-vtable-vtable'.
     new c10a828  Require vector as argument to vector-copy
     new e2b8553  Require vector as argument to vector->list
     new f518797  Require vector argument to scm_vector_elements, 
scm_vector_writable_elements
     new f2f5664  Remove the unused argument from scm_array_p
     new 25a8fe9  Simple vectors are just vectors
     new bbd9954  Simplify interfaces to scm_vector_elements and 
scm_vector_writable_elements
     new 54c9c9d  Simplify interfaces to scm_bitvector_elements and 
scm_bitvector_writable_elements
     new 6af3cf5  Fix doc for last bitvector patch
     new 34fc39c  Simplify interfaces to scm_TYPEvector_(writable_)elements
     new c8cb29b  Add lenp parameter back to scm_vector_(writable_)elements
     new 075980a  Add lenp parameter back to scm_bitvector_(writable_)elements
     new dccbc08  Remove generalized vector support for vector-move-right!, 
vector-move-left!
     new b38ba03  Move bitvector functions using array_handle to 
libguile/array-handle.[ch]
     new e5716f7  Golf in srfi-4.h
     new 1aa9871  Rewrite vector-copy! using memmove
     new 19ef046  Pull generalized-vectors from under bitvector/string/vector
     new 451078b  Pull generalized-vectors from under typed vectors
     new 939a85f  Pull generalized-vectors from under bytevectors
     new ed3c644  Remove generalized-vectors.[hc]
     new 04c1811  Update branch news file
     new 67b6aee  Merge generalized-arrays.[ch] in arrays.[ch]
     new 0674f1e  Remove scm_from_contiguous_typed_array
     new 4e0b038  Remove 'contiguous' flag in arrays
     new 169f5ff  Move uniform-array->bytevector from (rnrs bytevectors) to core
     new a6a040c  Remove superfluous type check in bitvector->list
     new 924c02f  Simplify vector constructor
     new 63752be  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   (5d927a8)
            \
             N -- N -- N   refs/heads/wip-vector-cleanup (63752be)

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:
 libguile/struct.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)



reply via email to

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