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 (3159664 -> 6590864)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-array-support updated (3159664 -> 6590864)
Date: Mon, 16 Feb 2015 08:12:34 +0000

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

  discards  3159664   Speed up for multi-arg cases of scm_ramap functions
  discards  095e4e3   Remove deprecated array functions
  discards  8b23720   Fix compilation of rank 0 typed array literals
  discards  0b906c9   Don't use array handles in scm_c_array_rank
  discards  64fa67c   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
  discards  ff4fd1a   Tests & doc for array-from, array-from*, array-set-from!
  discards  e8111a2   New functions array-from, array-from*, array-set-from!
  discards  14dd20a   Compile in C99 mode
  discards  7b08ddd   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
  discards  a21c007   Unuse array 'contiguous' flag
  discards  e86e1ac   Remove scm_from_contiguous_array
  discards  7d3d125   Avoid unneeded internal use of array handles
      adds  37ae02f   Fix infinite loop in expander
       new  61bdc97   Avoid unneeded internal use of array handles
       new  32a6283   Remove scm_from_contiguous_array
       new  9948cb2   Unuse array 'contiguous' flag
       new  776d695   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
       new  45c64b0   Compile in C99 mode
       new  ae00548   New functions array-from, array-from*, array-set-from!
       new  3870fc0   Tests & doc for array-from, array-from*, array-set-from!
       new  fe7bf14   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
       new  e715e36   Don't use array handles in scm_c_array_rank
       new  96e2c71   Fix compilation of rank 0 typed array literals
       new  e755cf3   Remove deprecated array functions
       new  6590864   Speed up for multi-arg cases of scm_ramap functions

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   (3159664)
            \
             N -- N -- N   refs/heads/lloda-array-support (6590864)

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 12 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/ice-9/psyntax-pp.scm   |    9 ++++++++-
 module/ice-9/psyntax.scm      |   19 +++++++++++++++----
 test-suite/tests/syncase.test |   17 ++++++++++++++++-
 3 files changed, 39 insertions(+), 6 deletions(-)



reply via email to

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