summaryrefslogtreecommitdiff
path: root/test-suite/tests/bitvectors.test
Commit message (Expand)AuthorAgeFilesLines
* New function bitvector-copy (scm_bitvector_copy)Daniel Llorens2022-01-041-2/+21
* bitvector-count-bits replaces bit-count*Andy Wingo2020-04-291-2/+2
* bitvector-flip-all-bits! replaces bit-invert!Andy Wingo2020-04-181-0/+4
* bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!Andy Wingo2020-04-151-1/+8
* bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!Andy Wingo2020-04-141-2/+6
* bitvector-bit-set? / bitvector-bit-clear? replace bitvector-refAndy Wingo2020-04-141-3/+3
* Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!Andy Wingo2020-04-131-8/+10
* Replace bit-position with bitvector-positionAndy Wingo2020-04-121-0/+8
* Replace bit-count with bitvector-countAndy Wingo2020-04-121-0/+5
* Deprecate bitvector-ref on array slicesAndy Wingo2020-04-121-3/+2
* Fix bit-count* bugAndy Wingo2014-06-291-0/+4
* Deprecate general "uniform-vector" interfaceAndy Wingo2014-02-081-10/+9
* deprecate generalized vectors in favor of arraysAndy Wingo2013-02-181-2/+1
* fix bit-set*! bug (!)Andy Wingo2011-11-101-3/+18
* bitvector workAndy Wingo2010-08-291-0/+59