[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch master updated (2b4e45c -> cae7435)
From: |
Andy Wingo |
Subject: |
[Guile-commits] branch master updated (2b4e45c -> cae7435) |
Date: |
Sun, 12 Apr 2020 16:31:37 -0400 (EDT) |
wingo pushed a change to branch master
in repository guile.
from 2b4e45c Add #:declarative? #f to (srfi srfi-64)
new 24a3407 Deprecate bitvector-ref on array slices
new cae7435 Replace bit-count with bitvector-count
The 2 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:
NEWS | 35 +++
doc/ref/api-data.texi | 53 ++--
libguile/bitvectors.c | 576 +++++++++++++++++++--------------------
libguile/bitvectors.h | 6 +-
libguile/deprecated.c | 92 ++++++-
libguile/deprecated.h | 3 +
module/ice-9/sandbox.scm | 2 +-
module/srfi/srfi-60.scm | 4 +-
module/system/vm/frame.scm | 4 +-
test-suite/tests/bitvectors.test | 10 +-
10 files changed, 437 insertions(+), 348 deletions(-)
- [Guile-commits] branch master updated (2b4e45c -> cae7435),
Andy Wingo <=