aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add explicit underlying type for enumsThomas Voss 2024-04-222-23/+23
| | | | | | Due to the size of the lookup tables, we want to use the smallest possible underlying type for the Unicode property enumerations in order to reduce the binary size as much as possible.
* Add TODO() macroThomas Voss 2024-04-222-0/+3
|
* Fix typoThomas Voss 2024-04-221-1/+1
|
* Support word-segmentationThomas Voss 2024-04-213-0/+174
|
* Fix typo (extpic -> extpict)Thomas Voss 2024-04-213-3/+3
|
* Rename u8glen() to u8gcnt()Thomas Voss 2024-04-213-4/+4
|
* Add uprop_get_sb()Thomas Voss 2024-04-215-0/+5468
|
* Add uprop_get_wb()Thomas Voss 2024-04-215-0/+2699
|
* Add uprop_get_scx()Thomas Voss 2024-04-215-0/+914
|
* Remove extra shebangThomas Voss 2024-04-211-2/+0
|
* Don’t support Name_Alias (yet)Thomas Voss 2024-04-211-0/+1
|
* Don’t bother with Unihan (yet)Thomas Voss 2024-04-211-0/+5
|
* Add uprop_get_nfkc_cf()Thomas Voss 2024-04-215-6102/+12160
|
* Add uprop_get_nfkc_scf()Thomas Voss 2024-04-203-0/+6125
|
* Add the ‘gen’ subcommandThomas Voss 2024-04-201-6/+8
|
* Remove .txt extensionThomas Voss 2024-04-201-3/+3
|
* Add uprop_get_nf{,k}{c,d}_qc()Thomas Voss 2024-04-206-0/+1307
|
* Add the U8*_SCALE constantsThomas Voss 2024-04-182-0/+60
|
* Add uprop_get_jg()Thomas Voss 2024-04-185-0/+1136
|
* Add uprop_get_jt()Thomas Voss 2024-04-185-0/+1206
|
* Inline string substitutionThomas Voss 2024-04-161-2/+1
|
* Prettify output of build systemThomas Voss 2024-04-161-6/+9
|
* Add uprop_get_gcb()Thomas Voss 2024-04-163-0/+1524
|
* Add uprop_get_equideo()Thomas Voss 2024-04-165-0/+830
|
* Add uprop_get_ccc()Thomas Voss 2024-04-163-0/+586
|
* Remove blank lineThomas Voss 2024-04-162-2/+0
|
* Add uprop_get_insc()Thomas Voss 2024-04-165-0/+2259
|
* Add uprop_get_inpc()Thomas Voss 2024-04-165-0/+1525
|
* Check lookup[0].lo instead of a magic numberThomas Voss 2024-04-162-2/+2
|
* Indent list itemsThomas Voss 2024-04-161-22/+22
|
* Add uprop_get_hst()Thomas Voss 2024-04-165-0/+1747
|
* Pin to Unicode 15.1 for nowThomas Voss 2024-04-161-2/+2
|
* Add uprop_get_vo()Thomas Voss 2024-04-165-0/+2743
|
* Update READMEThomas Voss 2024-04-161-0/+63
|
* Annotate some extra functions with nodiscardThomas Voss 2024-04-162-4/+4
|
* Ignore more testsThomas Voss 2024-04-161-1/+1
|
* FormattingThomas Voss 2024-04-161-5/+10
|
* Print errno error when bufalloc() failsThomas Voss 2024-04-161-1/+1
|
* Change private symbol prefix from ‘__’ to ‘_’Thomas Voss 2024-04-16109-269/+269
|
* Rename padded_sz to nlenThomas Voss 2024-04-161-5/+4
|
* Don’t dunder attributesThomas Voss 2024-04-167-32/+30
|
* Fix comment typoThomas Voss 2024-04-161-2/+2
|
* Add _attrs.h for function attributesThomas Voss 2024-04-166-99/+103
|
* implement arena allocatorsThomas Voss 2024-04-167-15/+151
|
* Add uprop_get_bmg()Thomas Voss 2024-04-155-0/+1161
|
* Add uprop_get_bc()Thomas Voss 2024-04-155-1/+4150
|
* Implement casefoldingThomas Voss 2024-04-152-0/+30
|
* Add uprop_get_cf()Thomas Voss 2024-04-153-1/+132
|
* Add uprop_get_scf()Thomas Voss 2024-04-155-0/+3148
|
* Add clang-format tagsThomas Voss 2024-04-151-1/+5
|