Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add encoding-generic macros | Thomas Voss | 2024-05-14 | 1 | -4/+27 |
* | Implement NFD string normalization | Thomas Voss | 2024-05-14 | 1 | -0/+2 |
* | Make the rest of the casemapping functions take custom allocators | Thomas Voss | 2024-05-09 | 1 | -12/+9 |
* | Add custom allocator support to u8upper() | Thomas Voss | 2024-05-09 | 1 | -8/+9 |
* | Sort functions | Thomas Voss | 2024-05-04 | 1 | -2/+2 |
* | Go all in on string views, and fix manuals | Thomas Voss | 2024-05-04 | 1 | -16/+16 |
* | Reorder functions | Thomas Voss | 2024-04-28 | 1 | -2/+2 |
* | Add CF_SS as an alias for CF_ẞ | Thomas Voss | 2024-04-27 | 1 | -1/+2 |
* | Support titlecasing Dutch ‘IJ’ properly | Thomas Voss | 2024-04-24 | 1 | -1/+2 |
* | Add u8title() | Thomas Voss | 2024-04-23 | 1 | -5/+9 |
* | Add u8wcnt_human() and u8wnext_human() | Thomas Voss | 2024-04-22 | 1 | -0/+2 |
* | Support word-segmentation | Thomas Voss | 2024-04-21 | 1 | -0/+3 |
* | Rename u8glen() to u8gcnt() | Thomas Voss | 2024-04-21 | 1 | -1/+1 |
* | Add the U8*_SCALE constants | Thomas Voss | 2024-04-18 | 1 | -0/+5 |
* | Change private symbol prefix from ‘__’ to ‘_’ | Thomas Voss | 2024-04-16 | 1 | -2/+2 |
* | Don’t dunder attributes | Thomas Voss | 2024-04-16 | 1 | -10/+10 |
* | Fix comment typo | Thomas Voss | 2024-04-16 | 1 | -2/+2 |
* | Add _attrs.h for function attributes | Thomas Voss | 2024-04-16 | 1 | -7/+9 |
* | Implement casefolding | Thomas Voss | 2024-04-15 | 1 | -0/+6 |
* | Add u8lower() | Thomas Voss | 2024-04-15 | 1 | -0/+2 |
* | Change UF_* for CF_* | Thomas Voss | 2024-04-14 | 1 | -4/+4 |
* | upper_flags to caseflags, and mark dst as restrict | Thomas Voss | 2024-04-14 | 1 | -6/+7 |
* | Add u8upper() | Thomas Voss | 2024-04-13 | 1 | -0/+9 |
* | Move unicode/gbrk.h to unicode/string.h | Thomas Voss | 2024-04-09 | 1 | -0/+12 |