summaryrefslogtreecommitdiff
path: root/libguile/bitvectors.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-29Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_pAndy Wingo1-3/+1
2020-04-29Prefer C-like interfaces for scm_c_bitvector_{set,clear}_bits_xAndy Wingo1-2/+2
2020-04-29Deprecate useless C bitvector interfaceAndy Wingo1-2/+1
2020-04-29bitvector-count-bits replaces bit-count*Andy Wingo1-2/+1
2020-04-18bitvector-flip-all-bits! replaces bit-invert!Andy Wingo1-1/+1
2020-04-15bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!Andy Wingo1-1/+2
2020-04-14bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!Andy Wingo1-2/+2
2020-04-14bitvector-bit-set? / bitvector-bit-clear? replace bitvector-refAndy Wingo1-2/+2
2020-04-13Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!Andy Wingo1-1/+2
2020-04-12Replace bit-position with bitvector-positionAndy Wingo1-1/+1
2020-04-12Replace bit-count with bitvector-countAndy Wingo1-1/+2
2020-04-12Deprecate bitvector-ref on array slicesAndy Wingo1-2/+1
2018-06-21Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo1-5/+5
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rename __scm.h to scm.hAndy Wingo1-1/+0
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove useless "classes: h_files" from Guile headers.Andy Wingo1-2/+0
2018-06-20Devolve threads.h from _scm.h.Andy Wingo1-1/+2
2017-04-18All literal constants are read-onlyAndy Wingo1-0/+1
2014-02-09Remove array impl. registry; instead, hard-code array handle creationAndy Wingo1-1/+2
2012-01-09allocate a tc7 to bitvectorsAndy Wingo1-0/+2
2009-07-19bitvector exodus from unif.[ch]Andy Wingo1-0/+81