summaryrefslogtreecommitdiff
path: root/doc/bitset.texi
Commit message (Collapse)AuthorAgeFilesLines
* bitset: let freeing functions accept NULLAkim Demaille2019-10-211-4/+8
| | | | | | | * lib/bitset.c (bitset_free, bitset_obstack_free): Do nothing if given NULL. * lib/bitset.h: Document that. * doc/bitset.texi: Fix the example, and demonstrate bitset_free.
* bitset: rename BITSET_VARRAY as BITSET_VECTORAkim Demaille2018-11-291-1/+1
| | | | | | | | | For consistency with the name of the file. * doc/bitset.texi, lib/bitset.c, lib/bitset/base.h, * lib/bitset/stats.c, lib/bitset/vector.c (BITSET_VARRAY): Rename as... (BITSET_VECTOR): this.
* bitset: add tests and docAkim Demaille2018-11-251-0/+63
First stabs at providing a documentation and test for the bitset module. * doc/bitset.texi, modules/test-bitset, tests/bitset-tests.c: New.