Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typedef enums and structures | Thomas Voss | 2024-10-03 | 2 | -19/+18 |
* | Don’t require arg to be passed by reference | Thomas Voss | 2024-10-03 | 6 | -10/+10 |
* | Use the bit ceiling to resize when extending arrays | Thomas Voss | 2024-10-03 | 1 | -2/+2 |
* | Support free()ing the last allocation in an arena | Thomas Voss | 2024-10-03 | 1 | -1/+12 |
* | Use spaces for alignment | Thomas Voss | 2024-10-03 | 1 | -3/+3 |
* | Implement proper resizing for arena allocators | Thomas Voss | 2024-10-03 | 1 | -7/+70 |
* | Use uint8_t instead of char8_t pointers in arena blocks | Thomas Voss | 2024-10-03 | 1 | -2/+1 |
* | Use 4 KiB blocks if sysconf(_SC_PAGESIZE) fails | Thomas Voss | 2024-10-03 | 1 | -3/+1 |
* | Update for Unicode 16 | Thomas Voss | 2024-10-03 | 102 | -9094/+27806 |
* | Don’t run norm-scale.c | Thomas Voss | 2024-10-03 | 1 | -3/+5 |
* | Huge library overhaul | Thomas Voss | 2024-10-03 | 31 | -499/+669 |
* | Add a .dir-locals.el | Thomas Voss | 2024-10-03 | 1 | -0/+1 |
* | Merge branch 'master' of git.thomasvoss.com:mlib | Thomas Voss | 2024-09-20 | 1 | -0/+8 |
|\ | |||||
| * | Don’t use -march and -mtune on Apple | Thomas Voss | 2024-09-19 | 1 | -0/+4 |
| * | GCC on Apple doesn’t support -ggdb at level 3 | Thomas Voss | 2024-09-19 | 1 | -0/+4 |
* | | Test against the correct macros | Thomas Voss | 2024-09-20 | 1 | -2/+2 |
* | | Shorten the string view type names | Thomas Voss | 2024-09-15 | 42 | -164/+165 |
|/ | |||||
* | Add subcommands | Thomas Voss | 2024-09-15 | 1 | -2/+37 |
* | Bump CBS to the newest version | Thomas Voss | 2024-09-15 | 2 | -880/+568 |
* | Don’t run wdth.c | Thomas Voss | 2024-06-08 | 1 | -1/+2 |
* | 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 |