aboutsummaryrefslogtreecommitdiff
path: root/wtf8.c
Commit message (Expand)AuthorAgeFilesLines
* Add help message for improper usageTom Ryder2019-12-231-1/+3
* Refactor for legibilityTom Ryder2019-12-221-24/+39
* Make some dense code a little less opaqueTom Ryder2019-12-221-2/+7
* Bounds checking on character byte walkTom Ryder2019-12-221-2/+2
* Switch to tabsTom Ryder2019-12-171-50/+50
* Type is_utf8_cont for clarityTom Ryder2018-02-241-1/+1
* Wrap assignment truth test per GCC's frettingTom Ryder2018-02-241-1/+1
* Remove redundant NUL char checkTom Ryder2018-02-241-1/+1
* Refactor print_octets to avoid awkward castTom Ryder2018-02-241-9/+5
* Terser while loopTom Ryder2018-02-241-1/+1
* s/byte/octet/Tom Ryder2016-12-151-1/+1
* Remove - from format stringTom Ryder2016-12-151-5/+4
* Resolve a TODOTom Ryder2016-12-151-5/+7
* Broke up into nice functions, commented, tidiedTom Ryder2016-12-151-11/+67
* Add some commentsTom Ryder2016-12-151-0/+7
* Move magic constant test into separate functionTom Ryder2016-12-151-1/+5
* Move includes into header fileTom Ryder2016-12-151-2/+1
* First commit wtf8(1), tiny UTF-8 inspectorTom Ryder2016-12-151-0/+26