guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch lloda-squash0 updated (7b79d58 -> 2bea305)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-squash0 updated (7b79d58 -> 2bea305)
Date: Tue, 12 Jul 2016 17:14:43 +0000 (UTC)

lloda pushed a change to branch lloda-squash0
in repository guile.

  discards  7b79d58   Support typed arrays in some sort functions
  discards  90b06e0   Remove uniform-array-read!, uniform-array-write from the 
manual
  discards  eaaee54   New functions (array-for-each-cell, 
array-for-each-cell-in-order)
  discards  7122cb2   Special case for array-map! with three arguments
  discards  2b98a77   Speed up for multi-arg cases of scm_ramap functions
  discards  2d079fd   Do not use array handles in scm_vector
  discards  46e5832   Remove deprecated array functions
  discards  1dbadfe   New functions array-from, array-from*, array-amend!
  discards  3cd228a   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
  discards  23e0dd9   Avoid unneeded internal use of array handles
  discards  cf58e97   Remove scm_from_contiguous_array, array 'contiguous' flag
  discards  dbac9aa   Fix compilation of rank 0 typed array literals
  discards  bdd1420   Compile in C99 mode
       new  2ccb648   Compile in C99 mode
       new  9876c7d   Fix compilation of rank 0 typed array literals
       new  653463a   Remove scm_from_contiguous_array, array 'contiguous' flag
       new  55619d0   Avoid unneeded internal use of array handles
       new  5950052   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
       new  1d15eaa   New functions array-from, array-from*, array-amend!
       new  2f2a098   Remove deprecated array functions
       new  83c4f18   Do not use array handles in scm_vector
       new  e9f0ee4   Speed up for multi-arg cases of scm_ramap functions
       new  a96b498   Remove uniform-array-read!, uniform-array-write from the 
manual
       new  c338fd7   Support typed arrays in some sort functions
       new  2bea305   New functions (array-for-each-cell, 
array-for-each-cell-in-order)

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   (7b79d58)
            \
             N -- N -- N   refs/heads/lloda-squash0 (2bea305)

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:
 configure.ac                    |   28 +++++++++----------
 doc/ref/api-compound.texi       |   22 +++++++--------
 libguile/array-handle.c         |    6 ++--
 libguile/array-map.c            |   58 ++++++++++++++-------------------------
 libguile/bytevectors.c          |    8 +++---
 libguile/generalized-arrays.c   |   22 +++++++--------
 libguile/generalized-vectors.c  |    3 +-
 libguile/quicksort.i.c          |   14 +++++-----
 libguile/sort.c                 |   24 ++++++++--------
 libguile/vectors.c              |   32 ++++++++++-----------
 test-suite/tests/array-map.test |    6 ++--
 test-suite/tests/sort.test      |    6 ++--
 12 files changed, 106 insertions(+), 123 deletions(-)



reply via email to

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