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 (f7fdd8b -> b7adfdc)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-array-support updated (f7fdd8b -> b7adfdc)
Date: Thu, 23 Jun 2016 11:22:42 +0000 (UTC)

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

  discards  f7fdd8b   Remove uniform-array-read!, uniform-array-write from the 
manual
  discards  9aa5f6f   Remove commented stack version of 
scm_array_for_each_cell()
  discards  0b171ad   Fix pool version of scm_array_for_each_cell by aligning 
pointers
  discards  9b12645   Fix a corner case with empty arrays in 
(array-for-each-cell)
  discards  a3dc851   Clean up (array-for-each-cell)
  discards  e91282a   Avoid variable stack use in scm_array_for_each_cell()
  discards  44f8a4a   Special case for array-map! with three arguments
  discards  450966d   New export (array-for-each-cell-in-order)
  discards  5263512   Draft documentation for (array-for-each-cell)
  discards  84b6bae   Draft of (array-for-each-cell)
  discards  51bf607   Do not use array handles in scm_vector
  discards  f7ef26f   Remove deprecated and unused generalized-vector functions
  discards  692a9f4   Speed up for multi-arg cases of scm_ramap functions
  discards  8868c1c   Remove deprecated array functions
  discards  642c965   Fix compilation of rank 0 typed array literals
  discards  789fa79   Don't use array handles in scm_c_array_rank
  discards  75cb7c7   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
  discards  18b436d   Tests & doc for array-from, array-from*, array-set-from!
  discards  954f120   New functions array-from, array-from*, array-set-from!
  discards  6e75b3f   Compile in C99 mode
  discards  e093b31   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
  discards  3ee4d14   Unuse array 'contiguous' flag
  discards  e3afe96   Remove scm_from_contiguous_array
  discards  942ed0c   Avoid unneeded internal use of array handles
      adds  e7f1038   Remove unused doc/maint
       new  eaa2c6e   Avoid unneeded internal use of array handles
       new  c8188d5   Remove scm_from_contiguous_array
       new  6d7faed   Unuse array 'contiguous' flag
       new  41e73e6   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
       new  2f27d7f   Compile in C99 mode
       new  f23d0b6   New functions array-from, array-from*, array-set-from!
       new  8b70ca4   Tests & doc for array-from, array-from*, array-set-from!
       new  1ffd38b   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
       new  b1109d1   Don't use array handles in scm_c_array_rank
       new  878b976   Fix compilation of rank 0 typed array literals
       new  3016677   Remove deprecated array functions
       new  65fcce6   Speed up for multi-arg cases of scm_ramap functions
       new  0ab2e6b   Remove deprecated and unused generalized-vector functions
       new  9f923fc   Do not use array handles in scm_vector
       new  4f14329   Draft of (array-for-each-cell)
       new  35521fc   Draft documentation for (array-for-each-cell)
       new  3b5015c   New export (array-for-each-cell-in-order)
       new  67f794e   Special case for array-map! with three arguments
       new  9e377c0   Avoid variable stack use in scm_array_for_each_cell()
       new  6d05c5c   Clean up (array-for-each-cell)
       new  b454906   Fix a corner case with empty arrays in 
(array-for-each-cell)
       new  2511a4d   Fix pool version of scm_array_for_each_cell by aligning 
pointers
       new  7683324   Remove commented stack version of 
scm_array_for_each_cell()
       new  b7adfdc   Remove uniform-array-read!, uniform-array-write from the 
manual

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

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 24 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:
 doc/maint/ChangeLog-2008 |   75 -
 doc/maint/README         |   35 -
 doc/maint/docstring.el   |  622 ---
 doc/maint/guile.texi     |11091 ----------------------------------------------
 4 files changed, 11823 deletions(-)
 delete mode 100644 doc/maint/ChangeLog-2008
 delete mode 100644 doc/maint/README
 delete mode 100644 doc/maint/docstring.el
 delete mode 100644 doc/maint/guile.texi



reply via email to

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