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 (7aec6c4 -> b0d5ebc)


From: Daniel Llorens
Subject: [Guile-commits] branch wip-vector-cleanup updated (7aec6c4 -> b0d5ebc)
Date: Tue, 18 Feb 2020 04:19:21 -0500 (EST)

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

 discard 7aec6c4  Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
 discard 9e2d93a  Simplify vector constructor
 discard 19ef8b1  Remove superfluous type check in bitvector->list
 discard 83c026b  Move uniform-array->bytevector from (rnrs bytevectors) to core
 discard b9bd983  Remove 'contiguous' flag in arrays
 discard 822ff4c  Remove scm_from_contiguous_typed_array
 discard 16fd4de  Merge generalized-arrays.[ch] in arrays.[ch]
 discard 486421a  Update branch news file
 discard 3bcba2a  Remove generalized-vectors.[hc]
 discard 77b0994  Pull generalized-vectors from under bytevectors
 discard c19292d  Pull generalized-vectors from under typed vectors
 discard 3a7a5eb  Pull generalized-vectors from under bitvector/string/vector
 discard 95a467c  Rewrite vector-copy! using memmove
 discard 2b8e9ba  Golf in srfi-4.h
 discard ea62898  Move bitvector functions using array_handle to 
libguile/array-handle.[ch]
 discard a2ed243  Remove generalized vector support for vector-move-right!, 
vector-move-left!
 discard 170bf6c  Add lenp parameter back to scm_bitvector_(writable_)elements
 discard b812673  Add lenp parameter back to scm_vector_(writable_)elements
 discard a389103  Simplify interfaces to scm_TYPEvector_(writable_)elements
 discard d1e40f7  Fix doc for last bitvector patch
 discard deeefa1  Simplify interfaces to scm_bitvector_elements and 
scm_bitvector_writable_elements
 discard 2e76127  Simplify interfaces to scm_vector_elements and 
scm_vector_writable_elements
 discard 61eee54  Simple vectors are just vectors
 discard eed0e72  Remove the unused argument from scm_array_p
 discard 44a7893  Require vector argument to scm_vector_elements, 
scm_vector_writable_elements
 discard de1b3c4  Require vector as argument to vector->list
 discard 50084fc  Require vector as argument to vector-copy
     add a96c018  Ensure 32 bytes of stack are reserved on 64-bit Windows 
targets
     add 74eafac  Merge remote-tracking branch 'lightening/master'
     new abd8839  Require vector as argument to vector-copy
     new 16e22f5  Require vector as argument to vector->list
     new 85683e1  Require vector argument to scm_vector_elements, 
scm_vector_writable_elements
     new 2b51efa  Remove the unused argument from scm_array_p
     new 787d843  Simple vectors are just vectors
     new 2832385  Simplify interfaces to scm_vector_elements and 
scm_vector_writable_elements
     new 40147a4  Simplify interfaces to scm_bitvector_elements and 
scm_bitvector_writable_elements
     new bd16ee9  Fix doc for last bitvector patch
     new b4cd0c3  Simplify interfaces to scm_TYPEvector_(writable_)elements
     new 62c5e1b  Add lenp parameter back to scm_vector_(writable_)elements
     new 24683cf  Add lenp parameter back to scm_bitvector_(writable_)elements
     new e71a5ac  Remove generalized vector support for vector-move-right!, 
vector-move-left!
     new a3c539d  Move bitvector functions using array_handle to 
libguile/array-handle.[ch]
     new b50a6de  Golf in srfi-4.h
     new c41d394  Rewrite vector-copy! using memmove
     new 0984769  Pull generalized-vectors from under bitvector/string/vector
     new d7e4ea8  Pull generalized-vectors from under typed vectors
     new f4fccd1  Pull generalized-vectors from under bytevectors
     new 12d338c  Remove generalized-vectors.[hc]
     new 8867c20  Update branch news file
     new 9a5dc10  Merge generalized-arrays.[ch] in arrays.[ch]
     new 2959e9d  Remove scm_from_contiguous_typed_array
     new 75a0609  Remove 'contiguous' flag in arrays
     new 49fa2a0  Move uniform-array->bytevector from (rnrs bytevectors) to core
     new 031c880  Remove superfluous type check in bitvector->list
     new fce5474  Simplify vector constructor
     new b0d5ebc  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   (7aec6c4)
            \
             N -- N -- N   refs/heads/wip-vector-cleanup (b0d5ebc)

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/lightening/lightening/x86.c | 4 ++++
 1 file changed, 4 insertions(+)



reply via email to

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