[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch lloda-array-support updated (c00c74c -> 5adfbef)
From: |
Daniel Llorens |
Subject: |
[Guile-commits] branch lloda-array-support updated (c00c74c -> 5adfbef) |
Date: |
Thu, 05 Nov 2015 09:12:58 +0000 |
lloda pushed a change to branch lloda-array-support
in repository guile.
discards c00c74c Draft documentation for (array-for-each-cell)
discards 388fa08 Draft of (array-for-each-cell)
discards 23891f6 Do not use array handles in scm_vector
discards 338fb30 Remove deprecated and unused generalized-vector functions
discards 57675fe Speed up for multi-arg cases of scm_ramap functions
discards f4ef0ca Remove deprecated array functions
discards bf78a73 Fix compilation of rank 0 typed array literals
discards 72c3498 Don't use array handles in scm_c_array_rank
discards 5aa1565 Rename array-set-from!, scm_array_set_from_x to
array-amend!, scm_array_amend_x
discards 4d04093 Tests & doc for array-from, array-from*, array-set-from!
discards 1984bcf New functions array-from, array-from*, array-set-from!
discards 8cef5f7 Compile in C99 mode
discards ea1dad4 Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
discards 895751c Unuse array 'contiguous' flag
discards be29647 Remove scm_from_contiguous_array
discards 8cb068e Avoid unneeded internal use of array handles
adds c99f9ba Release v2.1.1
new 73cfe05 Avoid unneeded internal use of array handles
new 2679186 Remove scm_from_contiguous_array
new 46326e4 Unuse array 'contiguous' flag
new 0d6474b Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
new c5412eb Compile in C99 mode
new a1a5212 New functions array-from, array-from*, array-set-from!
new 503d6da Tests & doc for array-from, array-from*, array-set-from!
new a595943 Rename array-set-from!, scm_array_set_from_x to
array-amend!, scm_array_amend_x
new 29d9d9b Don't use array handles in scm_c_array_rank
new a1f5c8c Fix compilation of rank 0 typed array literals
new ceda4b4 Remove deprecated array functions
new 368805e Speed up for multi-arg cases of scm_ramap functions
new d45cb1f Remove deprecated and unused generalized-vector functions
new e1f57b3 Do not use array handles in scm_vector
new 4b2b6c1 Draft of (array-for-each-cell)
new 5adfbef Draft documentation for (array-for-each-cell)
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 (c00c74c)
\
N -- N -- N refs/heads/lloda-array-support (5adfbef)
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 "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
GUILE-VERSION | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- [Guile-commits] branch lloda-array-support updated (c00c74c -> 5adfbef),
Daniel Llorens <=
- [Guile-commits] 01/16: Avoid unneeded internal use of array handles, Daniel Llorens, 2015/11/05
- [Guile-commits] 04/16: Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle, Daniel Llorens, 2015/11/05
- [Guile-commits] 03/16: Unuse array 'contiguous' flag, Daniel Llorens, 2015/11/05
- [Guile-commits] 06/16: New functions array-from, array-from*, array-set-from!, Daniel Llorens, 2015/11/05
- [Guile-commits] 05/16: Compile in C99 mode, Daniel Llorens, 2015/11/05
- [Guile-commits] 08/16: Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x, Daniel Llorens, 2015/11/05
- [Guile-commits] 02/16: Remove scm_from_contiguous_array, Daniel Llorens, 2015/11/05
- [Guile-commits] 07/16: Tests & doc for array-from, array-from*, array-set-from!, Daniel Llorens, 2015/11/05
- [Guile-commits] 09/16: Don't use array handles in scm_c_array_rank, Daniel Llorens, 2015/11/05
- [Guile-commits] 11/16: Remove deprecated array functions, Daniel Llorens, 2015/11/05