Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more 2-stage lookup tables | Thomas Voss | 2024-04-30 | 1 | -58/+58 |
| | |||||
* | Reorder functions | Thomas Voss | 2024-04-28 | 1 | -2/+2 |
| | |||||
* | Swap order of arguments | Thomas Voss | 2024-04-28 | 1 | -1/+1 |
| | |||||
* | Don’t handle U8(nullptr); use U8() instead. | Thomas Voss | 2024-04-27 | 1 | -4/+2 |
| | |||||
* | Fix broken things (_Generic() sucks ass) | Thomas Voss | 2024-04-27 | 1 | -1/+1 |
| | |||||
* | Prefix string-literals given to U8() with ‘u8’ | Thomas Voss | 2024-04-27 | 1 | -1/+1 |
| | |||||
* | Rename U8V() to U8(), and handle U8(nullptr) | Thomas Voss | 2024-04-27 | 1 | -1/+4 |
| | |||||
* | Add CF_SS as an alias for CF_ẞ | Thomas Voss | 2024-04-27 | 1 | -1/+2 |
| | |||||
* | Fully comply with Unicode 15.1 § 3.13 in u8lower() | Thomas Voss | 2024-04-26 | 1 | -4/+4 |
| | |||||
* | Support titlecasing Dutch ‘IJ’ properly | Thomas Voss | 2024-04-24 | 1 | -1/+2 |
| | |||||
* | Properly upper- and titlecase ‘i’ and ‘j’ in Lithuanian | Thomas Voss | 2024-04-24 | 1 | -11/+33 |
| | |||||
* | Add u8title() | Thomas Voss | 2024-04-23 | 1 | -5/+9 |
| | |||||
* | Add usage() | Thomas Voss | 2024-04-22 | 1 | -0/+3 |
| | |||||
* | Add u8wcnt_human() and u8wnext_human() | Thomas Voss | 2024-04-22 | 1 | -0/+2 |
| | |||||
* | Remove TODO() | Thomas Voss | 2024-04-22 | 1 | -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 segmentation | Thomas Voss | 2024-04-22 | 1 | -0/+1178 |
| | |||||
* | Add explicit underlying type for enums | Thomas Voss | 2024-04-22 | 1 | -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() macro | Thomas Voss | 2024-04-22 | 1 | -0/+2 |
| | |||||
* | Fix typo | Thomas Voss | 2024-04-22 | 1 | -1/+1 |
| | |||||
* | Support word-segmentation | Thomas Voss | 2024-04-21 | 1 | -0/+3 |
| | |||||
* | Fix typo (extpic -> extpict) | Thomas Voss | 2024-04-21 | 1 | -1/+1 |
| | |||||
* | Rename u8glen() to u8gcnt() | Thomas Voss | 2024-04-21 | 1 | -1/+1 |
| | |||||
* | Add uprop_get_sb() | Thomas Voss | 2024-04-21 | 1 | -0/+19 |
| | |||||
* | Add uprop_get_wb() | Thomas Voss | 2024-04-21 | 1 | -0/+27 |
| | |||||
* | Add uprop_get_scx() | Thomas Voss | 2024-04-21 | 1 | -0/+1 |
| | |||||
* | Add uprop_get_nfkc_cf() | Thomas Voss | 2024-04-21 | 1 | -0/+1 |
| | |||||
* | Add uprop_get_nfkc_scf() | Thomas Voss | 2024-04-20 | 1 | -0/+1 |
| | |||||
* | Add uprop_get_nf{,k}{c,d}_qc() | Thomas Voss | 2024-04-20 | 1 | -0/+26 |
| | |||||
* | Add the U8*_SCALE constants | Thomas Voss | 2024-04-18 | 1 | -0/+5 |
| | |||||
* | Add uprop_get_jg() | Thomas Voss | 2024-04-18 | 1 | -0/+108 |
| | |||||
* | Add uprop_get_jt() | Thomas Voss | 2024-04-18 | 1 | -0/+10 |
| | |||||
* | Add uprop_get_gcb() | Thomas Voss | 2024-04-16 | 1 | -0/+22 |
| | |||||
* | Add uprop_get_equideo() | Thomas Voss | 2024-04-16 | 1 | -0/+1 |
| | |||||
* | Add uprop_get_ccc() | Thomas Voss | 2024-04-16 | 1 | -0/+62 |
| | |||||
* | Add uprop_get_insc() | Thomas Voss | 2024-04-16 | 1 | -0/+40 |
| | |||||
* | Add uprop_get_inpc() | Thomas Voss | 2024-04-16 | 1 | -0/+20 |
| | |||||
* | Add uprop_get_hst() | Thomas Voss | 2024-04-16 | 1 | -0/+10 |
| | |||||
* | Add uprop_get_vo() | Thomas Voss | 2024-04-16 | 1 | -0/+8 |
| | |||||
* | Annotate some extra functions with nodiscard | Thomas Voss | 2024-04-16 | 2 | -4/+4 |
| | |||||
* | Change private symbol prefix from ‘__’ to ‘_’ | Thomas Voss | 2024-04-16 | 16 | -80/+80 |
| | |||||
* | Don’t dunder attributes | Thomas Voss | 2024-04-16 | 7 | -32/+30 |
| | |||||
* | Fix comment typo | Thomas Voss | 2024-04-16 | 1 | -2/+2 |
| | |||||
* | Add _attrs.h for function attributes | Thomas Voss | 2024-04-16 | 5 | -98/+102 |
| | |||||
* | implement arena allocators | Thomas Voss | 2024-04-16 | 2 | -0/+38 |
| | |||||
* | Add uprop_get_bmg() | Thomas Voss | 2024-04-15 | 1 | -0/+1 |
| | |||||
* | Add uprop_get_bc() | Thomas Voss | 2024-04-15 | 1 | -1/+28 |
| | |||||
* | Implement casefolding | Thomas Voss | 2024-04-15 | 1 | -0/+6 |
| | |||||
* | Add uprop_get_cf() | Thomas Voss | 2024-04-15 | 1 | -0/+1 |
| | |||||
* | Add uprop_get_scf() | Thomas Voss | 2024-04-15 | 1 | -0/+1 |
| | |||||
* | Add clang-format tags | Thomas Voss | 2024-04-15 | 1 | -1/+5 |
| |