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


From: Daniel Llorens
Subject: [Guile-commits] branch wip-vector-cleanup updated (ddc80ea -> bfe8b53)
Date: Wed, 4 Mar 2020 03:53:21 -0500 (EST)

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

 discard ddc80ea  Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
 discard cc075d9  Simplify vector constructor
 discard 42bafe8  Remove superfluous type check in bitvector->list
 discard b35914a  Move uniform-array->bytevector from (rnrs bytevectors) to core
 discard 0a30466  Remove 'contiguous' flag in arrays
 discard 6e04648  Remove scm_from_contiguous_typed_array
 discard ac38b30  Merge generalized-arrays.[ch] in arrays.[ch]
 discard 8626a32  Update branch news file
 discard ff0c3f4  Remove generalized-vectors.[hc]
 discard 405e3d6  Pull generalized-vectors from under bytevectors
 discard eefab62  Pull generalized-vectors from under typed vectors
 discard 4766b59  Pull generalized-vectors from under bitvector/string/vector
 discard 4455795  Rewrite vector-copy! using memmove
 discard 06d601f  Golf in srfi-4.h
 discard 6996786  Move bitvector functions using array_handle to 
libguile/array-handle.[ch]
 discard c2ba929  Remove generalized vector support for vector-move-right!, 
vector-move-left!
 discard 8400040  Add lenp parameter back to scm_bitvector_(writable_)elements
 discard 2ee7f39  Add lenp parameter back to scm_vector_(writable_)elements
 discard f362dc1  Simplify interfaces to scm_TYPEvector_(writable_)elements
 discard cf12a0e  Fix doc for last bitvector patch
 discard 1bf5501  Simplify interfaces to scm_bitvector_elements and 
scm_bitvector_writable_elements
 discard 50e6a8b  Simplify interfaces to scm_vector_elements and 
scm_vector_writable_elements
 discard 10f9455  Simple vectors are just vectors
 discard e78fb65  Remove the unused argument from scm_array_p
 discard fb03ece  Require vector argument to scm_vector_elements, 
scm_vector_writable_elements
 discard 81b8ba7  Require vector as argument to vector->list
 discard 1c33ccc  Require vector as argument to vector-copy
     add 0ad3986  GUILE_PKG finds guile-3.0
     new b9ea1d1  Require vector as argument to vector-copy
     new 4135c3c  Require vector as argument to vector->list
     new b157e2d  Require vector argument to scm_vector_elements, 
scm_vector_writable_elements
     new d828ab8  Remove the unused argument from scm_array_p
     new f09a548  Simple vectors are just vectors
     new e45b919  Simplify interfaces to scm_vector_elements and 
scm_vector_writable_elements
     new c1f94f2  Simplify interfaces to scm_bitvector_elements and 
scm_bitvector_writable_elements
     new a5e76e7  Fix doc for last bitvector patch
     new 6dca5b2  Simplify interfaces to scm_TYPEvector_(writable_)elements
     new 350306a  Add lenp parameter back to scm_vector_(writable_)elements
     new 1506f77  Add lenp parameter back to scm_bitvector_(writable_)elements
     new b6541c9  Remove generalized vector support for vector-move-right!, 
vector-move-left!
     new 4d13ad6  Move bitvector functions using array_handle to 
libguile/array-handle.[ch]
     new e7bfe06  Golf in srfi-4.h
     new 42189eb  Rewrite vector-copy! using memmove
     new ff3a2f4  Pull generalized-vectors from under bitvector/string/vector
     new dcca31f  Pull generalized-vectors from under typed vectors
     new 0fbde72  Pull generalized-vectors from under bytevectors
     new 6350917  Remove generalized-vectors.[hc]
     new 0632d95  Update branch news file
     new b91101f  Merge generalized-arrays.[ch] in arrays.[ch]
     new 9d3b5b3  Remove scm_from_contiguous_typed_array
     new 4a27af7  Remove 'contiguous' flag in arrays
     new 08b007f  Move uniform-array->bytevector from (rnrs bytevectors) to core
     new b10d5b8  Remove superfluous type check in bitvector->list
     new 14e21ad  Simplify vector constructor
     new bfe8b53  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   (ddc80ea)
            \
             N -- N -- N   refs/heads/wip-vector-cleanup (bfe8b53)

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:
 meta/guile.m4 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)



reply via email to

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