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 (196dc90 -> 55cf757)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-array-support updated (196dc90 -> 55cf757)
Date: Mon, 09 Mar 2015 08:50:09 +0000

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

  discards  196dc90   Do not use array handles in scm_vector
  discards  5a16fac   Remove deprecated and unused generalized-vector functions
  discards  b9609bb   Speed up for multi-arg cases of scm_ramap functions
  discards  bd08b9f   Remove deprecated array functions
  discards  dc11427   Fix compilation of rank 0 typed array literals
  discards  863aab3   Don't use array handles in scm_c_array_rank
  discards  94f940f   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
  discards  e3dbbf5   Tests & doc for array-from, array-from*, array-set-from!
  discards  9afbb5d   New functions array-from, array-from*, array-set-from!
  discards  f533c11   Compile in C99 mode
  discards  0058022   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
  discards  d206a13   Unuse array 'contiguous' flag
  discards  e77e1e7   Remove scm_from_contiguous_array
  discards  dc91ab0   Avoid unneeded internal use of array handles
      adds  9331f40   build: Use pipe symbol instead of comma for substitutions.
       new  fb4fb61   Avoid unneeded internal use of array handles
       new  63995bc   Remove scm_from_contiguous_array
       new  4e341fa   Unuse array 'contiguous' flag
       new  3cac8e1   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
       new  87a413e   Compile in C99 mode
       new  fcedc62   New functions array-from, array-from*, array-set-from!
       new  37b9b9e   Tests & doc for array-from, array-from*, array-set-from!
       new  2aebe66   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
       new  f353893   Don't use array handles in scm_c_array_rank
       new  dbc2f7b   Fix compilation of rank 0 typed array literals
       new  4249cd5   Remove deprecated array functions
       new  f1d5059   Speed up for multi-arg cases of scm_ramap functions
       new  c1d96d3   Remove deprecated and unused generalized-vector functions
       new  55cf757   Do not use array handles in scm_vector

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   (196dc90)
            \
             N -- N -- N   refs/heads/lloda-array-support (55cf757)

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 14 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:
 meta/Makefile.am |   49 +++++++++++++++++++++++++------------------------
 1 files changed, 25 insertions(+), 24 deletions(-)



reply via email to

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