Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-27 | Avoid use of ctype.h macros entirely | David Robillard | 1 | -2/+14 | |
Some of these cause warnings, and should never have been used in the first place since they depend on locale. | |||||
2020-10-27 | Add support for basic literal normalisation | David Robillard | 1 | -1/+1 | |
2020-10-27 | Fix various warnings and conversion issues | David Robillard | 1 | -4/+4 | |
2020-10-27 | Use char* for strings in public API | David Robillard | 1 | -3/+3 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2020-10-27 | Remove useless character counting | David Robillard | 1 | -4/+1 | |
2020-08-14 | Clean up and separate internal headers | David Robillard | 1 | -0/+147 | |