about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos HEAD v0.1 masterNicolas Braud-Santoni2017-11-262-2/+2
| | | | Closes: #1 [via git-merge-pr]
* add -s for summaryLeah Neukirchen2017-11-083-5/+23
|
* styleLeah Neukirchen2017-08-311-7/+7
|
* add small test suiteLeah Neukirchen2017-08-212-0/+71
|
* 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-213-10/+39
|
* check -n parameter, use strtoll to allow hex and octalLeah Neukirchen2017-08-211-7/+15
|
* initial commit of holesLeah Neukirchen2017-08-214-0/+190