Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take a pointer to a pointer | Thomas Voss | 2024-10-16 | 1 | -8/+8 |
| | |||||
* | Fix bounds check | Thomas Voss | 2024-10-16 | 1 | -1/+1 |
| | |||||
* | Mark function as inline | Thomas Voss | 2024-10-16 | 1 | -1/+1 |
| | |||||
* | Fix code I didn’t test | Thomas Voss | 2024-10-16 | 1 | -1/+1 |
| | |||||
* | Add array_set_size() | Thomas Voss | 2024-10-16 | 1 | -1/+12 |
| | |||||
* | Typedef enums and structures | Thomas Voss | 2024-10-03 | 1 | -11/+10 |
| | |||||
* | Don’t require arg to be passed by reference | Thomas Voss | 2024-10-03 | 1 | -4/+4 |
| | |||||
* | Use the bit ceiling to resize when extending arrays | Thomas Voss | 2024-10-03 | 1 | -2/+2 |
| | |||||
* | Update for Unicode 16 | Thomas Voss | 2024-10-03 | 4 | -451/+728 |
| | |||||
* | Huge library overhaul | Thomas Voss | 2024-10-03 | 6 | -163/+186 |
| | |||||
* | Shorten the string view type names | Thomas Voss | 2024-09-15 | 6 | -69/+68 |
| | |||||
* | Formatting | Thomas Voss | 2024-06-04 | 1 | -3/+3 |
| | |||||
* | Formatting | Thomas Voss | 2024-06-04 | 1 | -9/+9 |
| | |||||
* | Require a semicolon after dafields() | Thomas Voss | 2024-06-04 | 1 | -2/+2 |
| | |||||
* | Add U8C(), U16C(), and U32C() for view constants | Thomas Voss | 2024-06-03 | 1 | -0/+5 |
| | |||||
* | Pass a tabsize to ucswdth() | Thomas Voss | 2024-05-31 | 1 | -2/+2 |
| | |||||
* | Add uprop_get_wdth() and ucswdth() | Thomas Voss | 2024-05-31 | 2 | -0/+3 |
| | |||||
* | Add dafields() | Thomas Voss | 2024-05-21 | 1 | -4/+7 |
| | |||||
* | Rename ‘sv’ to ‘p’ | Thomas Voss | 2024-05-21 | 1 | -2/+2 |
| | |||||
* | Don’t renormalize already normalized strings | Thomas Voss | 2024-05-20 | 1 | -2/+2 |
| | |||||
* | Rename normtype/NT to normform/NF | Thomas Voss | 2024-05-20 | 1 | -8/+8 |
| | |||||
* | Support the 4 forms of Unicode string normalization | Thomas Voss | 2024-05-20 | 2 | -6/+1004 |
| | |||||
* | Add uprop_is_ce() and uprop_is_comp_ex() | Thomas Voss | 2024-05-19 | 1 | -0/+2 |
| | |||||
* | Add ucsnorm_nfkd() | Thomas Voss | 2024-05-15 | 1 | -3/+3 |
| | |||||
* | _Generic selector should be a pointer | Thomas Voss | 2024-05-15 | 1 | -1/+1 |
| | |||||
* | Add encoding-generic macros | Thomas Voss | 2024-05-14 | 6 | -9/+70 |
| | |||||
* | Implement NFD string normalization | Thomas Voss | 2024-05-14 | 1 | -0/+2 |
| | |||||
* | Add uprop_get_dm() | Thomas Voss | 2024-05-14 | 1 | -0/+1 |
| | |||||
* | Workaround for alignof() stupidity | Thomas Voss | 2024-05-14 | 1 | -6/+21 |
| | |||||
* | Go back to macros only, but they work now! | Thomas Voss | 2024-05-11 | 1 | -21/+26 |
| | |||||
* | Implement dagrow() | Thomas Voss | 2024-05-11 | 1 | -7/+4 |
| | |||||
* | Add daextend() to the new dynarr system | Thomas Voss | 2024-05-10 | 1 | -13/+8 |
| | |||||
* | Begin work on custom allocators in dynarr.h | Thomas Voss | 2024-05-10 | 1 | -1/+14 |
| | |||||
* | Align backslashes | Thomas Voss | 2024-05-10 | 1 | -29/+29 |
| | |||||
* | Accept an element size argument to allocators | Thomas Voss | 2024-05-10 | 2 | -3/+3 |
| | |||||
* | Try to do better error handling with custom allocators | Thomas Voss | 2024-05-09 | 1 | -0/+10 |
| | |||||
* | Rename optparse.h to cli.h | Thomas Voss | 2024-05-09 | 1 | -14/+13 |
| | |||||
* | 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 | 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 |
| |