Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | url, twtstr: correct number parsing | bptato | 2024-04-18 | 1 | -0/+1 |
| | | | | | | | | | * do not use std's parse*Int; they accept weird stuff that we do not want to accept in any case * fix bug in parseHost where a parseIpv4 failure would result in an empty host * do not use isDigit, isAlphaAscii * improve parse*IntImpl error handling | ||||
* | charcategory: move out isDigitAscii | bptato | 2023-12-14 | 1 | -5/+0 |
| | | | | so we do not have to import unicode | ||||
* | break up twtstr somewhat | bptato | 2023-12-13 | 1 | -0/+16 |
Avoid computing e.g. charwidth data for http which does not need it at all. |