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 (c8af654 -> b9609bb)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-array-support updated (c8af654 -> b9609bb)
Date: Wed, 18 Feb 2015 22:26:50 +0000

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

  discards  c8af654   Speed up for multi-arg cases of scm_ramap functions
  discards  e755cf3   Remove deprecated array functions
  discards  96e2c71   Fix compilation of rank 0 typed array literals
  discards  e715e36   Don't use array handles in scm_c_array_rank
  discards  fe7bf14   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
  discards  3870fc0   Tests & doc for array-from, array-from*, array-set-from!
  discards  ae00548   New functions array-from, array-from*, array-set-from!
  discards  45c64b0   Compile in C99 mode
  discards  776d695   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
  discards  9948cb2   Unuse array 'contiguous' flag
  discards  32a6283   Remove scm_from_contiguous_array
  discards  61bdc97   Avoid unneeded internal use of array handles
      adds  577eab8   (system base types) knows about variables
      adds  ef52b39   De-bitrot libguile-2.2-gdb.scm
      adds  47612fd   GDB support: add frame annotators and filters
      adds  c4c21de   Struct and array GDB pretty printers hint as arrays
      adds  eb3d623   Non-vector 1D arrays print as #1()
       new  dc91ab0   Avoid unneeded internal use of array handles
       new  e77e1e7   Remove scm_from_contiguous_array
       new  d206a13   Unuse array 'contiguous' flag
       new  0058022   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
       new  f533c11   Compile in C99 mode
       new  9afbb5d   New functions array-from, array-from*, array-set-from!
       new  e3dbbf5   Tests & doc for array-from, array-from*, array-set-from!
       new  94f940f   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
       new  863aab3   Don't use array handles in scm_c_array_rank
       new  dc11427   Fix compilation of rank 0 typed array literals
       new  bd08b9f   Remove deprecated array functions
       new  b9609bb   Speed up for multi-arg cases of scm_ramap functions

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

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:
 libguile/arrays.c             |    5 +-
 libguile/libguile-2.2-gdb.scm |  356 ++++++++++++++++++++++++++++++++++-------
 module/system/base/types.scm  |    3 +
 test-suite/tests/arrays.test  |   14 ++-
 test-suite/tests/types.test   |    1 +
 5 files changed, 318 insertions(+), 61 deletions(-)



reply via email to

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