Skip to content

Tags: BookingBug/bitset

Tags

v1.2.2

Toggle v1.2.2's commit message
Use static linkage for bitset helper functions

inline alone does not guarantee symbol emission in C99 -- the compiler
may inline at call sites and omit the standalone symbol. When the code
takes function pointers (&bitset_or etc), the linker fails with
'undefined symbol: bitset_or'. Change to static to ensure symbols are
always available in the translation unit.

v1.2.1

Toggle v1.2.1's commit message
Version 1.2.1

v1.1.0

Toggle v1.1.0's commit message
Added [index, [len]] as optional arguments to #each_set

v1.0.1

Toggle v1.0.1's commit message
File was formerly inaccessible