Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos HEAD v0.1 master | Nicolas Braud-Santoni | 2017-11-26 | 2 | -2/+2 |
| | | | | Closes: #1 [via git-merge-pr] | ||||
* | add -s for summary | Leah Neukirchen | 2017-11-08 | 3 | -5/+23 |
| | |||||
* | style | Leah Neukirchen | 2017-08-31 | 1 | -7/+7 |
| | |||||
* | add small test suite | Leah Neukirchen | 2017-08-21 | 2 | -0/+71 |
| | |||||
* | holes: don't use bytewise i/o | Leah Neukirchen | 2017-08-21 | 1 | -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 tested | Leah Neukirchen | 2017-08-21 | 3 | -10/+39 |
| | |||||
* | check -n parameter, use strtoll to allow hex and octal | Leah Neukirchen | 2017-08-21 | 1 | -7/+15 |
| | |||||
* | initial commit of holes | Leah Neukirchen | 2017-08-21 | 4 | -0/+190 |