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 (fb71aaf -> ddc80ea)


From: Daniel Llorens
Subject: [Guile-commits] branch wip-vector-cleanup updated (fb71aaf -> ddc80ea)
Date: Mon, 2 Mar 2020 04:53:58 -0500 (EST)

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

 discard fb71aaf  Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
 discard 7e23c0b  Simplify vector constructor
 discard d482ca7  Remove superfluous type check in bitvector->list
 discard 899a382  Move uniform-array->bytevector from (rnrs bytevectors) to core
 discard 13a9ffa  Remove 'contiguous' flag in arrays
 discard 7808c54  Remove scm_from_contiguous_typed_array
 discard d69ec1a  Merge generalized-arrays.[ch] in arrays.[ch]
 discard c2de082  Update branch news file
 discard 35ff8a2  Remove generalized-vectors.[hc]
 discard d568e09  Pull generalized-vectors from under bytevectors
 discard 0439d02  Pull generalized-vectors from under typed vectors
 discard ec3ec65  Pull generalized-vectors from under bitvector/string/vector
 discard c084f0f  Rewrite vector-copy! using memmove
 discard d94e950  Golf in srfi-4.h
 discard 120dada  Move bitvector functions using array_handle to 
libguile/array-handle.[ch]
 discard 09c7845  Remove generalized vector support for vector-move-right!, 
vector-move-left!
 discard bd4bba0  Add lenp parameter back to scm_bitvector_(writable_)elements
 discard 6aa8c3d  Add lenp parameter back to scm_vector_(writable_)elements
 discard 3b01067  Simplify interfaces to scm_TYPEvector_(writable_)elements
 discard df556c0  Fix doc for last bitvector patch
 discard 60db2ca  Simplify interfaces to scm_bitvector_elements and 
scm_bitvector_writable_elements
 discard d3265f2  Simplify interfaces to scm_vector_elements and 
scm_vector_writable_elements
 discard 8a49e44  Simple vectors are just vectors
 discard d0dd505  Remove the unused argument from scm_array_p
 discard eb25aae  Require vector argument to scm_vector_elements, 
scm_vector_writable_elements
 discard dab5491  Require vector as argument to vector->list
 discard e7d9586  Require vector as argument to vector-copy
     add 5c95050  Add support for perf map creation
     new 1c33ccc  Require vector as argument to vector-copy
     new 81b8ba7  Require vector as argument to vector->list
     new fb03ece  Require vector argument to scm_vector_elements, 
scm_vector_writable_elements
     new e78fb65  Remove the unused argument from scm_array_p
     new 10f9455  Simple vectors are just vectors
     new 50e6a8b  Simplify interfaces to scm_vector_elements and 
scm_vector_writable_elements
     new 1bf5501  Simplify interfaces to scm_bitvector_elements and 
scm_bitvector_writable_elements
     new cf12a0e  Fix doc for last bitvector patch
     new f362dc1  Simplify interfaces to scm_TYPEvector_(writable_)elements
     new 2ee7f39  Add lenp parameter back to scm_vector_(writable_)elements
     new 8400040  Add lenp parameter back to scm_bitvector_(writable_)elements
     new c2ba929  Remove generalized vector support for vector-move-right!, 
vector-move-left!
     new 6996786  Move bitvector functions using array_handle to 
libguile/array-handle.[ch]
     new 06d601f  Golf in srfi-4.h
     new 4455795  Rewrite vector-copy! using memmove
     new 4766b59  Pull generalized-vectors from under bitvector/string/vector
     new eefab62  Pull generalized-vectors from under typed vectors
     new 405e3d6  Pull generalized-vectors from under bytevectors
     new ff0c3f4  Remove generalized-vectors.[hc]
     new 8626a32  Update branch news file
     new ac38b30  Merge generalized-arrays.[ch] in arrays.[ch]
     new 6e04648  Remove scm_from_contiguous_typed_array
     new 0a30466  Remove 'contiguous' flag in arrays
     new b35914a  Move uniform-array->bytevector from (rnrs bytevectors) to core
     new 42bafe8  Remove superfluous type check in bitvector->list
     new cc075d9  Simplify vector constructor
     new ddc80ea  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   (fb71aaf)
            \
             N -- N -- N   refs/heads/wip-vector-cleanup (ddc80ea)

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/jit.c | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)



reply via email to

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