Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add custom allocator support to u8upper() | Thomas Voss | 2024-05-09 | 7 | -27/+49 | |
* | Implement arena allocation resizing | Thomas Voss | 2024-05-09 | 4 | -2/+71 | |
* | Add a heap allocator | Thomas Voss | 2024-05-08 | 2 | -0/+13 | |
* | 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 | 4 | -1312/+7454 | |
* | Use a 2-stage lookups for u8gnext() and u8gcnt() | Thomas Voss | 2024-05-07 | 4 | -1659/+3205 | |
* | Rename freadrune() to u8fgetr() + improvements | Thomas Voss | 2024-05-05 | 3 | -51/+45 | |
* | 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 | 2 | -3/+3 | |
* | Add tests for u8wnext_human() | Thomas Voss | 2024-05-04 | 3 | -6/+96 | |
* | Sort functions | Thomas Voss | 2024-05-04 | 1 | -2/+2 | |
* | More 2-stage lookup tables | Thomas Voss | 2024-05-04 | 6 | -521/+13166 | |
* | More 2-stage lookup tables | Thomas Voss | 2024-05-04 | 26 | -23875/+62316 | |
* | Add extra titlecasing testcase | Thomas Voss | 2024-05-04 | 1 | -0/+1 | |
* | Add the ‘test’ subcommand | Thomas Voss | 2024-05-04 | 1 | -2/+7 | |
* | Fix typo | Thomas Voss | 2024-05-04 | 1 | -1/+1 | |
* | Add tests for u8casefold() | Thomas Voss | 2024-05-04 | 3 | -0/+59 | |
* | Minor cleanup | Thomas Voss | 2024-05-04 | 4 | -16/+23 | |
* | Add configuration for test files | Thomas Voss | 2024-05-04 | 1 | -1/+2 | |
* | Slightly improve tests | Thomas Voss | 2024-05-04 | 7 | -21/+24 | |
* | Replace u8split() with u8cut() | Thomas Voss | 2024-05-04 | 5 | -43/+32 | |
* | Fix tests and generalize *brk tests | Thomas Voss | 2024-05-04 | 5 | -258/+147 | |
* | Go all in on string views, and fix manuals | Thomas Voss | 2024-05-04 | 30 | -268/+213 | |
* | Add u8split() | Thomas Voss | 2024-05-04 | 2 | -0/+18 | |
* | Use a ternary | Thomas Voss | 2024-05-04 | 1 | -10/+5 | |
* | Generalize case-mapping tests | Thomas Voss | 2024-05-04 | 4 | -273/+104 | |
* | Add STR() and CONCAT() to macros.h | Thomas Voss | 2024-05-04 | 1 | -0/+6 | |
* | Add tests for u8title() and fix ‘ς’ bug | Thomas Voss | 2024-05-04 | 4 | -1/+143 | |
* | Add extra testcases | Thomas Voss | 2024-05-04 | 2 | -0/+8 | |
* | Remove useless branch | Thomas Voss | 2024-05-04 | 1 | -3/+1 | |
* | Inline gen-test-data | Thomas Voss | 2024-05-04 | 2 | -32/+23 | |
* | Add tests for u8lower() and fix ‘ς’ bug | Thomas Voss | 2024-05-04 | 4 | -2/+131 | |
* | Add additional testcase | Thomas Voss | 2024-05-04 | 1 | -0/+3 | |
* | Make test more stringent | Thomas Voss | 2024-05-04 | 1 | -5/+12 | |
* | Minor improvements | Thomas Voss | 2024-05-04 | 2 | -20/+16 | |
* | Add tests for u8upper() | Thomas Voss | 2024-05-04 | 3 | -0/+108 | |
* | Add more 2-stage lookup tables | Thomas Voss | 2024-05-03 | 20 | -7626/+32042 | |
* | Add tests for grapheme breaking | Thomas Voss | 2024-05-03 | 5 | -4/+3201 | |
* | Don’t use binary search | Thomas Voss | 2024-05-03 | 2 | -1995/+1983 | |
* | Improve gen script runner | Thomas Voss | 2024-05-03 | 2 | -9/+15 | |
* | Add more 2-stage lookup tables | Thomas Voss | 2024-05-03 | 6 | -3038/+8371 | |
* | Add even more 2-stage lookup tables | Thomas Voss | 2024-04-30 | 11 | -2403/+6831 | |
* | Fix algorithm to determine optimal blksize | Thomas Voss | 2024-04-30 | 2 | -626/+786 | |
* | Update the ‘gen’ rule | Thomas Voss | 2024-04-30 | 1 | -1/+2 | |
* | Add more 2-stage lookup tables | Thomas Voss | 2024-04-30 | 10 | -2436/+30654 | |
* | Use 2-stage lookup table in uprop_get_bc() | Thomas Voss | 2024-04-30 | 2 | -1591/+3624 | |
* | Report change in table size | Thomas Voss | 2024-04-30 | 4 | -3/+20 | |
* | Use ‘with’ syntax | Thomas Voss | 2024-04-29 | 1 | -2/+3 | |
* | Use a 2-stage lookup table for uprop_get_age() | Thomas Voss | 2024-04-28 | 2 | -1756/+9414 | |
* | Fix columns() | Thomas Voss | 2024-04-28 | 3 | -4/+4 |