summaryrefslogtreecommitdiff
path: root/src/rufl_character_set_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Pave the way for astral character support.John-Mark Bell2021-08-081-8/+18
| | | | | | | | | | | | | No functional change, but redefine the meaning of the old "size" member of the rufl_character_set structure to allow for the addition of extension structures in future. This change is backwards compatible as it is reusing previously unused bits in the size field (which will be set to zero in all existing RUfl_caches). Rename the "size" field to "metadata" which better reflects its new usage. Update rufl_character_set_test and rufl_dump_state to follow this change (and fix up their parameter types while we're here).
* Port to core buildsystem.John Mark Bell2010-01-061-0/+37
The python module (and associated make runes) need some love (as does non-GCC building with the core buildsystem in general) svn path=/trunk/rufl/; revision=9792