| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Formatting | Thomas Voss | 2024-06-04 | 6 | -16/+17 | 
| * | 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 | 2 | -6/+10 | 
| * | Add uprop_get_wdth() and ucswdth() | Thomas Voss | 2024-05-31 | 7 | -0/+1892 | 
| * | Add dafields() | Thomas Voss | 2024-05-21 | 1 | -4/+7 | 
| * | Rename ‘sv’ to ‘p’ | Thomas Voss | 2024-05-21 | 1 | -2/+2 | 
| * | Add -p | Thomas Voss | 2024-05-20 | 1 | -5/+14 | 
| * | Remove useless CLI arg | Thomas Voss | 2024-05-20 | 1 | -1/+1 | 
| * | Don’t renormalize already normalized strings | Thomas Voss | 2024-05-20 | 2 | -4/+32 | 
| * | Rename normtype/NT to normform/NF | Thomas Voss | 2024-05-20 | 7 | -26/+26 | 
| * | Support the 4 forms of Unicode string normalization | Thomas Voss | 2024-05-20 | 14 | -207/+1606 | 
| * | Add uprop_is_ce() and uprop_is_comp_ex() | Thomas Voss | 2024-05-19 | 6 | -9/+591 | 
| * | Update README | Thomas Voss | 2024-05-15 | 1 | -3/+4 | 
| * | Update README | Thomas Voss | 2024-05-15 | 1 | -0/+2 | 
| * | Add ucsnorm_nfkd() | Thomas Voss | 2024-05-15 | 7 | -106/+213 | 
| * | Support NFD & NFKD scale detection… sort of | Thomas Voss | 2024-05-15 | 1 | -1/+5 | 
| * | _Generic selector should be a pointer | Thomas Voss | 2024-05-15 | 1 | -1/+1 | 
| * | Prefer *ucs*() to *u8*() | Thomas Voss | 2024-05-15 | 1 | -4/+4 | 
| * | Use char8_t instead of uint8_t | Thomas Voss | 2024-05-15 | 1 | -1/+1 | 
| * | Don’t use NFD quickcheck | Thomas Voss | 2024-05-14 | 1 | -35/+3 | 
| * | Add encoding-generic macros | Thomas Voss | 2024-05-14 | 11 | -37/+98 | 
| * | Test more cases | Thomas Voss | 2024-05-14 | 1 | -2/+2 | 
| * | Update README | Thomas Voss | 2024-05-14 | 1 | -19/+22 | 
| * | Implement NFD string normalization | Thomas Voss | 2024-05-14 | 6 | -8/+19442 | 
| * | Properly deallocate memory | Thomas Voss | 2024-05-14 | 1 | -3/+7 | 
| * | Fix test suite | Thomas Voss | 2024-05-14 | 3 | -9/+12 | 
| * | Fix bug in arena_realloc() | Thomas Voss | 2024-05-14 | 1 | -1/+1 | 
| * | Add uprop_get_dm() | Thomas Voss | 2024-05-14 | 3 | -0/+12238 | 
| * | Workaround for alignof() stupidity | Thomas Voss | 2024-05-14 | 1 | -6/+21 | 
| * | Properly pick optimal block size | Thomas Voss | 2024-05-14 | 3 | -12921/+2652 | 
| * | Go back to macros only, but they work now! | Thomas Voss | 2024-05-11 | 3 | -60/+26 | 
| * | Implement dagrow() | Thomas Voss | 2024-05-11 | 2 | -7/+21 | 
| * | Add daextend() to the new dynarr system | Thomas Voss | 2024-05-10 | 2 | -16/+11 | 
| * | Begin work on custom allocators in dynarr.h | Thomas Voss | 2024-05-10 | 2 | -1/+36 | 
| * | Fix bug detected by GCC sanitizer | Thomas Voss | 2024-05-10 | 1 | -1/+6 | 
| * | Align backslashes | Thomas Voss | 2024-05-10 | 1 | -29/+29 | 
| * | Accept an element size argument to allocators | Thomas Voss | 2024-05-10 | 8 | -18/+24 | 
| * | Use cc instead of gcc now that GCC14 is on Arch | Thomas Voss | 2024-05-10 | 1 | -1/+1 | 
| * | Fix bug where pointer to local was returned | Thomas Voss | 2024-05-09 | 7 | -51/+87 | 
| * | Try to do better error handling with custom allocators | Thomas Voss | 2024-05-09 | 8 | -21/+46 | 
| * | Add an unimplemented manstall target | Thomas Voss | 2024-05-09 | 1 | -0/+2 | 
| * | Add -a and -s to the build script | Thomas Voss | 2024-05-09 | 2 | -17/+31 | 
| * | Enable the sanitizer in debug builds | Thomas Voss | 2024-05-09 | 1 | -1/+1 | 
| * | Add TODOs | Thomas Voss | 2024-05-09 | 5 | -0/+5 | 
| * | Add TODO | Thomas Voss | 2024-05-09 | 1 | -1/+2 | 
| * | Map my work email to my personal one | Thomas Voss | 2024-05-09 | 1 | -0/+1 | 
| * | Rename optparse.h to cli.h | Thomas Voss | 2024-05-09 | 3 | -42/+41 | 
| * | Add ASSUME()s | Thomas Voss | 2024-05-09 | 4 | -0/+16 |