guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-vector-cleanup-2 updated (81f12bf -> f7581a8)


From: Daniel Llorens
Subject: [Guile-commits] branch wip-vector-cleanup-2 updated (81f12bf -> f7581a8)
Date: Thu, 5 Aug 2021 14:03:35 -0400 (EDT)

lloda pushed a change to branch wip-vector-cleanup-2
in repository guile.

    from 81f12bf  Deprecate using vector->list, vector-copy on arrays
     new c4ccebf  Deprecate use of vector-move-left! and vector-move-right! on 
non-vector arrays
     new 6a998e0  Extend core vector-copy to r7rs vector-copy
     new f7581a8  Reuse core vector-fill! in (scheme base)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/ref/api-data.texi         |   1 +
 libguile/vectors.c            | 189 ++++++++++++++++++++++++++++++------------
 libguile/vectors.h            |   2 +-
 module/scheme/base.scm        |  34 +-------
 module/srfi/srfi-43.scm       |  26 +++---
 test-suite/tests/vectors.test |   9 ++
 6 files changed, 159 insertions(+), 102 deletions(-)



reply via email to

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