aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix broken things (_Generic() sucks ass)Thomas Voss 2024-04-271-1/+1
|
* Prefix string-literals given to U8() with ‘u8’Thomas Voss 2024-04-271-1/+1
|
* Rename U8V() to U8(), and handle U8(nullptr)Thomas Voss 2024-04-271-1/+4
|
* Add CF_SS as an alias for CF_ẞThomas Voss 2024-04-271-1/+2
|
* Fully comply with Unicode 15.1 § 3.13 in u8lower()Thomas Voss 2024-04-261-4/+4
|
* Support titlecasing Dutch ‘IJ’ properlyThomas Voss 2024-04-241-1/+2
|
* Properly upper- and titlecase ‘i’ and ‘j’ in LithuanianThomas Voss 2024-04-241-11/+33
|
* Add u8title()Thomas Voss 2024-04-231-5/+9
|
* Add usage()Thomas Voss 2024-04-221-0/+3
|
* Add u8wcnt_human() and u8wnext_human()Thomas Voss 2024-04-221-0/+2
|
* Remove TODO()Thomas Voss 2024-04-221-2/+0
| | | | | | | | I realized that I can literally just call err() directly like so: err("not implemented"); It doesn’t contain position information… but I don’t really need that.
* Fix various bugs in word segmentationThomas Voss 2024-04-221-0/+1178
|
* Add explicit underlying type for enumsThomas Voss 2024-04-221-22/+22
| | | | | | 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-221-0/+2
|
* Fix typoThomas Voss 2024-04-221-1/+1
|
* Support word-segmentationThomas Voss 2024-04-211-0/+3
|
* Fix typo (extpic -> extpict)Thomas Voss 2024-04-211-1/+1
|
* Rename u8glen() to u8gcnt()Thomas Voss 2024-04-211-1/+1
|
* Add uprop_get_sb()Thomas Voss 2024-04-211-0/+19
|
* Add uprop_get_wb()Thomas Voss 2024-04-211-0/+27
|
* Add uprop_get_scx()Thomas Voss 2024-04-211-0/+1
|
* Add uprop_get_nfkc_cf()Thomas Voss 2024-04-211-0/+1
|
* Add uprop_get_nfkc_scf()Thomas Voss 2024-04-201-0/+1
|
* Add uprop_get_nf{,k}{c,d}_qc()Thomas Voss 2024-04-201-0/+26
|
* Add the U8*_SCALE constantsThomas Voss 2024-04-181-0/+5
|
* Add uprop_get_jg()Thomas Voss 2024-04-181-0/+108
|
* Add uprop_get_jt()Thomas Voss 2024-04-181-0/+10
|
* Add uprop_get_gcb()Thomas Voss 2024-04-161-0/+22
|
* Add uprop_get_equideo()Thomas Voss 2024-04-161-0/+1
|
* Add uprop_get_ccc()Thomas Voss 2024-04-161-0/+62
|
* Add uprop_get_insc()Thomas Voss 2024-04-161-0/+40
|
* Add uprop_get_inpc()Thomas Voss 2024-04-161-0/+20
|
* Add uprop_get_hst()Thomas Voss 2024-04-161-0/+10
|
* Add uprop_get_vo()Thomas Voss 2024-04-161-0/+8
|
* Annotate some extra functions with nodiscardThomas Voss 2024-04-162-4/+4
|
* Change private symbol prefix from ‘__’ to ‘_’Thomas Voss 2024-04-1616-80/+80
|
* 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-165-98/+102
|
* implement arena allocatorsThomas Voss 2024-04-162-0/+38
|
* Add uprop_get_bmg()Thomas Voss 2024-04-151-0/+1
|
* Add uprop_get_bc()Thomas Voss 2024-04-151-1/+28
|
* Implement casefoldingThomas Voss 2024-04-151-0/+6
|
* Add uprop_get_cf()Thomas Voss 2024-04-151-0/+1
|
* Add uprop_get_scf()Thomas Voss 2024-04-151-0/+1
|
* Add clang-format tagsThomas Voss 2024-04-151-1/+5
|
* Add uprop_get_sc()Thomas Voss 2024-04-151-0/+169
|
* Add uprop_blkname()Thomas Voss 2024-04-151-51/+54
|
* Add uprop_get_blk()Thomas Voss 2024-04-151-0/+335
|
* Prefer uint_least32_t to uint_fast32_tThomas Voss 2024-04-151-1/+1
|