guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch main updated (81f12bf -> 091f506)


From: Daniel Llorens
Subject: [Guile-commits] branch main updated (81f12bf -> 091f506)
Date: Fri, 6 Aug 2021 07:16:42 -0400 (EDT)

lloda pushed a change to branch main
in repository guile.

    from 81f12bf  Deprecate using vector->list, vector-copy on arrays
     new bfda8d3  Deprecate use of vector-move-left! and vector-move-right! on 
non-vector arrays
     new a34c762  Extend core vector-copy to r7rs vector-copy
     new 091f506  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            | 197 +++++++++++++++++++++++++++++-------------
 libguile/vectors.h            |   2 +-
 module/scheme/base.scm        |  34 +-------
 module/srfi/srfi-43.scm       |  26 +++---
 test-suite/tests/vectors.test |   9 ++
 6 files changed, 163 insertions(+), 106 deletions(-)



reply via email to

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