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 (d6bb2ab -> 31d8fc5)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-array-support updated (d6bb2ab -> 31d8fc5)
Date: Fri, 24 Jun 2016 15:59:01 +0000 (UTC)

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

  discards  d6bb2ab   Remove uniform-array-read!, uniform-array-write from the 
manual
  discards  87fbb6b   Remove commented stack version of 
scm_array_for_each_cell()
  discards  9854fbc   Fix pool version of scm_array_for_each_cell by aligning 
pointers
  discards  090f80b   Fix a corner case with empty arrays in 
(array-for-each-cell)
  discards  05a5796   Clean up (array-for-each-cell)
  discards  0bedb12   Avoid variable stack use in scm_array_for_each_cell()
  discards  cf6c7ce   Special case for array-map! with three arguments
  discards  48de0fe   New export (array-for-each-cell-in-order)
  discards  ab25205   Draft documentation for (array-for-each-cell)
  discards  c8e77af   Draft of (array-for-each-cell)
  discards  e4b292a   Do not use array handles in scm_vector
  discards  86481c3   Remove deprecated and unused generalized-vector functions
  discards  7dc697f   Speed up for multi-arg cases of scm_ramap functions
  discards  b92a77d   Remove deprecated array functions
  discards  667f4df   Fix compilation of rank 0 typed array literals
  discards  84c5201   Don't use array handles in scm_c_array_rank
  discards  617de6f   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
  discards  ac1346e   Tests & doc for array-from, array-from*, array-set-from!
  discards  3ff81a0   New functions array-from, array-from*, array-set-from!
  discards  53b722c   Compile in C99 mode
  discards  ee8eb37   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
  discards  e76155b   Unuse array 'contiguous' flag
  discards  3bec859   Remove scm_from_contiguous_array
  discards  f6db75a   Avoid unneeded internal use of array handles
      adds  cab7167   Fix typo about `keywords' read option
      adds  395582b   Avoid stifling readline history when looking up options
      adds  5ca24b6   Fix include-from-path when file found in relative path
      adds  d848af9   Parse bytecode to determine minimum arity
      adds  bd65845   Fix texinfo->html for @acronym, @itemize
      adds  9687334   On Darwin, skip tests that depend on setrlimit
      adds  ff5cafc   Prevent (@ (ice-9 boot-9) x)
      adds  229d062   Constant-folding eq? and eqv? uses deduplication
       new  b5edbcd   Avoid unneeded internal use of array handles
       new  b740953   Remove scm_from_contiguous_array
       new  f77676e   Unuse array 'contiguous' flag
       new  bda9146   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
       new  8a62760   Compile in C99 mode
       new  ad315e0   New functions array-from, array-from*, array-set-from!
       new  e909c6b   Tests & doc for array-from, array-from*, array-set-from!
       new  5646f15   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
       new  14376ee   Don't use array handles in scm_c_array_rank
       new  fb7932a   Fix compilation of rank 0 typed array literals
       new  eecc79a   Remove deprecated array functions
       new  0479294   Speed up for multi-arg cases of scm_ramap functions
       new  304d677   Remove deprecated and unused generalized-vector functions
       new  fae71bf   Do not use array handles in scm_vector
       new  e160f56   Draft of (array-for-each-cell)
       new  9f5ff16   Draft documentation for (array-for-each-cell)
       new  2f62821   New export (array-for-each-cell-in-order)
       new  3858f01   Special case for array-map! with three arguments
       new  1ecd3de   Avoid variable stack use in scm_array_for_each_cell()
       new  d3cb359   Clean up (array-for-each-cell)
       new  0baaaf1   Fix a corner case with empty arrays in 
(array-for-each-cell)
       new  1d103aa   Fix pool version of scm_array_for_each_cell by aligning 
pointers
       new  458bc81   Remove commented stack version of 
scm_array_for_each_cell()
       new  31d8fc5   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   (d6bb2ab)
            \
             N -- N -- N   refs/heads/lloda-array-support (31d8fc5)

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/ref/api-data.texi                              |    2 +-
 guile-readline/readline.c                          |   56 +++++++--------
 libguile/foreign.c                                 |   19 ------
 libguile/foreign.h                                 |    2 -
 libguile/gsubr.c                                   |   31 ---------
 libguile/gsubr.h                                   |    1 -
 libguile/programs.c                                |   71 ++++++++++++++++----
 module/ice-9/boot-9.scm                            |    5 ++
 module/ice-9/psyntax-pp.scm                        |   17 ++---
 module/ice-9/psyntax.scm                           |    9 +--
 module/language/tree-il/peval.scm                  |   10 ++-
 module/texinfo/html.scm                            |   24 +++++--
 test-suite/Makefile.am                             |    1 +
 test-suite/standalone/test-out-of-memory           |    6 ++
 test-suite/standalone/test-stack-overflow          |    7 ++
 test-suite/tests/peval.test                        |    8 +++
 .../{texinfo.docbook.test => texinfo.html.test}    |   22 +++---
 17 files changed, 170 insertions(+), 121 deletions(-)
 copy test-suite/tests/{texinfo.docbook.test => texinfo.html.test} (61%)



reply via email to

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