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 (29fad64 -> dfa5ad1)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-array-support updated (29fad64 -> dfa5ad1)
Date: Thu, 23 Jun 2016 08:36:40 +0000 (UTC)

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

  discards  29fad64   Remove commented stack version of 
scm_array_for_each_cell()
  discards  d90208b   Fix pool version of scm_array_for_each_cell by aligning 
pointers
  discards  25df906   Fix a corner case with empty arrays in 
(array-for-each-cell)
  discards  f9afe13   Clean up (array-for-each-cell)
  discards  4918265   Avoid variable stack use in scm_array_for_each_cell()
  discards  bea2887   Special case for array-map! with three arguments
  discards  7f64e07   New export (array-for-each-cell-in-order)
  discards  74f8138   Draft documentation for (array-for-each-cell)
  discards  3fc1b29   Draft of (array-for-each-cell)
  discards  4c6df1e   Do not use array handles in scm_vector
  discards  0ab06fa   Remove deprecated and unused generalized-vector functions
  discards  fc5f6c1   Speed up for multi-arg cases of scm_ramap functions
  discards  77e58e7   Remove deprecated array functions
  discards  53a28a9   Fix compilation of rank 0 typed array literals
  discards  93a65f2   Don't use array handles in scm_c_array_rank
  discards  7da5236   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
  discards  537211f   Tests & doc for array-from, array-from*, array-set-from!
  discards  52d31c6   New functions array-from, array-from*, array-set-from!
  discards  ea20650   Compile in C99 mode
  discards  239bab8   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
  discards  93647d8   Unuse array 'contiguous' flag
  discards  b4cf6cb   Remove scm_from_contiguous_array
  discards  a2e4de2   Avoid unneeded internal use of array handles
      adds  0ef4b76   Remove a stale variable use in libguile/Makefile.am
      adds  d84f25c   Remove unused internal i18n functions
       new  da6f2ab   Avoid unneeded internal use of array handles
       new  dd5df90   Remove scm_from_contiguous_array
       new  867d37c   Unuse array 'contiguous' flag
       new  f51a45a   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
       new  5f73633   Compile in C99 mode
       new  0db1954   New functions array-from, array-from*, array-set-from!
       new  a73c7e6   Tests & doc for array-from, array-from*, array-set-from!
       new  17ec401   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
       new  70e9402   Don't use array handles in scm_c_array_rank
       new  6cdb95a   Fix compilation of rank 0 typed array literals
       new  d41d77f   Remove deprecated array functions
       new  644ff5d   Speed up for multi-arg cases of scm_ramap functions
       new  a4b2429   Remove deprecated and unused generalized-vector functions
       new  b6b333e   Do not use array handles in scm_vector
       new  64ab985   Draft of (array-for-each-cell)
       new  e721f00   Draft documentation for (array-for-each-cell)
       new  924034a   New export (array-for-each-cell-in-order)
       new  1d0c124   Special case for array-map! with three arguments
       new  f4af3a5   Avoid variable stack use in scm_array_for_each_cell()
       new  3fd6cd8   Clean up (array-for-each-cell)
       new  861d2a9   Fix a corner case with empty arrays in 
(array-for-each-cell)
       new  35016d9   Fix pool version of scm_array_for_each_cell by aligning 
pointers
       new  dfa5ad1   Remove commented stack version of 
scm_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   (29fad64)
            \
             N -- N -- N   refs/heads/lloda-array-support (dfa5ad1)

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 23 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:
 libguile/Makefile.am |    2 +-
 libguile/i18n.c      |   38 --------------------------------------
 2 files changed, 1 insertion(+), 39 deletions(-)



reply via email to

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