mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
bitvector-count-bits replaces bit-count*
* NEWS: Add entry. * doc/ref/api-data.texi (Bit Vectors): Update. * libguile/bitvectors.h: * libguile/bitvectors.c (scm_c_bitvector_count_bits): New function. * libguile/deprecated.h: * libguile/deprecated.c (scm_bit_count_star): Deprecate. * module/ice-9/sandbox.scm (bitvector-bindings): Replace bit-count* with bitvector-count-bits. * test-suite/tests/bitvectors.test: Update.
This commit is contained in:
parent
1fbe89f7bd
commit
bfd38b8577
8 changed files with 154 additions and 118 deletions
|
@ -1077,7 +1077,7 @@ allocation limit is exceeded, an exception will be thrown to the
|
|||
'(((guile)
|
||||
bitvector-count
|
||||
bitvector-position
|
||||
bit-count*
|
||||
bitvector-count-bits
|
||||
bit-extract
|
||||
bitvector
|
||||
bitvector->list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue