about summary refs log tree commit diff
path: root/holes.c
Commit message (Collapse)AuthorAgeFilesLines
* add -s for summaryLeah Neukirchen2017-11-081-2/+14
|
* styleLeah Neukirchen2017-08-311-7/+7
|
* holes: don't use bytewise i/oLeah Neukirchen2017-08-211-10/+27
| | | | | | Use fread to reduce overhead of calling stdio. Then use memchr to find the initial thing we search for (to dismiss nonmatching blocks quickly), then loop manually while it matches.
* Add -b to change which byte is testedLeah Neukirchen2017-08-211-4/+18
|
* check -n parameter, use strtoll to allow hex and octalLeah Neukirchen2017-08-211-7/+15
|
* initial commit of holesLeah Neukirchen2017-08-211-0/+89