summaryrefslogtreecommitdiff
path: root/libguile/bitvectors.h
Commit message (Expand)AuthorAgeFilesLines
* New function bitvector-copy (scm_bitvector_copy)Daniel Llorens2022-01-041-0/+1
* Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_pAndy Wingo2020-04-291-3/+1
* Prefer C-like interfaces for scm_c_bitvector_{set,clear}_bits_xAndy Wingo2020-04-291-2/+2
* Deprecate useless C bitvector interfaceAndy Wingo2020-04-291-2/+1
* bitvector-count-bits replaces bit-count*Andy Wingo2020-04-291-2/+1
* bitvector-flip-all-bits! replaces bit-invert!Andy Wingo2020-04-181-1/+1
* bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!Andy Wingo2020-04-151-1/+2
* bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!Andy Wingo2020-04-141-2/+2
* bitvector-bit-set? / bitvector-bit-clear? replace bitvector-refAndy Wingo2020-04-141-2/+2
* Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!Andy Wingo2020-04-131-1/+2
* Replace bit-position with bitvector-positionAndy Wingo2020-04-121-1/+1
* Replace bit-count with bitvector-countAndy Wingo2020-04-121-1/+2
* Deprecate bitvector-ref on array slicesAndy Wingo2020-04-121-2/+1
* Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo2018-06-211-5/+5
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-1/+2
* All literal constants are read-onlyAndy Wingo2017-04-181-0/+1
* Remove array impl. registry; instead, hard-code array handle creationAndy Wingo2014-02-091-1/+2
* allocate a tc7 to bitvectorsAndy Wingo2012-01-091-0/+2
* bitvector exodus from unif.[ch]Andy Wingo2009-07-191-0/+81