Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add custom allocator support to u8upper() | Thomas Voss | 2024-05-09 | 3 | -10/+15 |
* | Implement arena allocation resizing | Thomas Voss | 2024-05-09 | 1 | -2/+7 |
* | Add a heap allocator | Thomas Voss | 2024-05-08 | 1 | -0/+1 |
* | Add a typedef for a memory allocator | Thomas Voss | 2024-05-08 | 1 | -0/+6 |
* | Use a 2-stage lookup for u8wnext() and u8wcnt() | Thomas Voss | 2024-05-07 | 2 | -1199/+7278 |
* | Use a 2-stage lookups for u8gnext() and u8gcnt() | Thomas Voss | 2024-05-07 | 1 | -1552/+3016 |
* | Rename freadrune() to u8fgetr() + improvements | Thomas Voss | 2024-05-05 | 1 | -2/+1 |
* | Fix typo in include guard | Thomas Voss | 2024-05-05 | 1 | -3/+3 |
* | Don’t take a pointer argument in da_foreach | Thomas Voss | 2024-05-04 | 1 | -1/+1 |
* | Sort functions | Thomas Voss | 2024-05-04 | 1 | -2/+2 |
* | More 2-stage lookup tables | Thomas Voss | 2024-05-04 | 1 | -1/+6 |
* | Replace u8split() with u8cut() | Thomas Voss | 2024-05-04 | 1 | -2/+4 |
* | Go all in on string views, and fix manuals | Thomas Voss | 2024-05-04 | 4 | -73/+34 |
* | Add u8split() | Thomas Voss | 2024-05-04 | 1 | -0/+2 |
* | Add STR() and CONCAT() to macros.h | Thomas Voss | 2024-05-04 | 1 | -0/+6 |
* | Add even more 2-stage lookup tables | Thomas Voss | 2024-04-30 | 1 | -21/+21 |
* | 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 |
* | 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 |
* | 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 |