aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/bitarray_not.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bitarray_not when within a single byteOlivier Brunel2024-01-021-1/+1
| | | | | | | 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>
* More superflous headers cleanup and tiny fixesLaurent Bercot2017-03-131-1/+0
|
* Types change: switch libdatastruct to uint32_tLaurent Bercot2017-02-221-2/+2
| | | | Still needs to be reviewed.
* add arc4random_addrandom sysdep; next batch of types changes.Laurent Bercot2017-02-151-2/+3
| | | | | The library isn't supposed to be functional yet: there are still a lot of type mismatches.
* bitarray_not: Fix skipping a byteOlivier Brunel2016-05-141-1/+1
| | | | Signed-off-by: Olivier Brunel <jjk@jjacky.com>
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-181-0/+18