Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-21 | Make serd_strtod API const-correct | David Robillard | 1 | -1/+1 | |
This is an API breakage, but a minor one (particularly since NULL is allowed) that avoids the flaw in the C API. | |||||
2020-06-21 | Use char* for strings in public API | David Robillard | 1 | -1/+1 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2020-06-21 | Remove useless character counting | David Robillard | 1 | -3/+0 | |
2020-06-21 | Clean up includes | David Robillard | 1 | -1/+5 | |
2019-10-27 | Use int as internal character type so it can represent EOF | David Robillard | 1 | -12/+19 | |
2019-01-05 | Fix unused parameter warnings | David Robillard | 1 | -0/+2 | |
2018-02-04 | Factor out syntax-specific reader implementation | David Robillard | 1 | -0/+86 | |