guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch lloda-array-support updated (00a38cc -> ae03809)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-array-support updated (00a38cc -> ae03809)
Date: Fri, 18 Mar 2016 10:38:10 +0000

lloda pushed a change to branch lloda-array-support
in repository guile.

  discards  00a38cc   Special case for array-map! with three arguments
  discards  6070b19   New export (array-for-each-cell-in-order)
  discards  299b9d3   Draft documentation for (array-for-each-cell)
  discards  f851a00   Draft of (array-for-each-cell)
  discards  f7816b8   Do not use array handles in scm_vector
  discards  33d8e16   Remove deprecated and unused generalized-vector functions
  discards  fa1f068   Speed up for multi-arg cases of scm_ramap functions
  discards  18803d1   Remove deprecated array functions
  discards  6ed446f   Fix compilation of rank 0 typed array literals
  discards  36c09aa   Don't use array handles in scm_c_array_rank
  discards  34e77af   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
  discards  d70b4dd   Tests & doc for array-from, array-from*, array-set-from!
  discards  ca876e8   New functions array-from, array-from*, array-set-from!
  discards  afe306d   Compile in C99 mode
  discards  956a268   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
  discards  52e8496   Unuse array 'contiguous' flag
  discards  488301f   Remove scm_from_contiguous_array
  discards  c882e71   Avoid unneeded internal use of array handles
      adds  43a038f   Fix lower-bound saturation in type inference
       new  2b6346f   Avoid unneeded internal use of array handles
       new  cf12699   Remove scm_from_contiguous_array
       new  3134a07   Unuse array 'contiguous' flag
       new  7532c26   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
       new  e8ae3eb   Compile in C99 mode
       new  0a10a01   New functions array-from, array-from*, array-set-from!
       new  2b2a77f   Tests & doc for array-from, array-from*, array-set-from!
       new  2af8e7b   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
       new  91b2733   Don't use array handles in scm_c_array_rank
       new  191bfbe   Fix compilation of rank 0 typed array literals
       new  e7a1d85   Remove deprecated array functions
       new  1c93f20   Speed up for multi-arg cases of scm_ramap functions
       new  ea5ca9b   Remove deprecated and unused generalized-vector functions
       new  0c7f844   Do not use array handles in scm_vector
       new  103cf1a   Draft of (array-for-each-cell)
       new  615edcc   Draft documentation for (array-for-each-cell)
       new  2d2e368   New export (array-for-each-cell-in-order)
       new  ae03809   Special case for array-map! with three arguments

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   (00a38cc)
            \
             N -- N -- N   refs/heads/lloda-array-support (ae03809)

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 18 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:
 module/language/cps/types.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



reply via email to

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