Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Update README | Thomas Voss | 2024-05-09 | 1 | -4/+9 |
* | Make the rest of the casemapping functions take custom allocators | Thomas Voss | 2024-05-09 | 6 | -62/+81 |
* | 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 |