summaryrefslogtreecommitdiff
path: root/src/libstddjb/bitarray_not.c
AgeCommit message (Collapse)Author
2024-01-02Fix bitarray_not when within a single byteOlivier Brunel
Notably when a=0 (i.e. start on the first bit) it would affect the entire byte (all 8 bits). Signed-off-by: Olivier Brunel <jjk@jjacky.com>
2017-03-13 More superflous headers cleanup and tiny fixesLaurent Bercot
2017-02-22 Types change: switch libdatastruct to uint32_tLaurent Bercot
Still needs to be reviewed.
2017-02-15 add arc4random_addrandom sysdep; next batch of types changes.Laurent Bercot
The library isn't supposed to be functional yet: there are still a lot of type mismatches.
2016-05-14bitarray_not: Fix skipping a byteOlivier Brunel
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
2014-09-18initial commit with rc for skalibs-2.0.0.0Laurent Bercot