Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove TODO() | Thomas Voss | 2024-04-22 | 1 | -1/+0 |
| | | | | | | | | I realized that I can literally just call err() directly like so: err("not implemented"); It doesn’t contain position information… but I don’t really need that. | ||||
* | Fix various bugs in word segmentation | Thomas Voss | 2024-04-22 | 1 | -5/+4 |
| | |||||
* | Add TODO() macro | Thomas Voss | 2024-04-22 | 1 | -0/+1 |
| | |||||
* | Don’t support Name_Alias (yet) | Thomas Voss | 2024-04-21 | 1 | -0/+1 |
| | |||||
* | Don’t bother with Unihan (yet) | Thomas Voss | 2024-04-21 | 1 | -0/+5 |
| | |||||
* | Update README | Thomas Voss | 2024-04-16 | 1 | -0/+63 |
| | |||||
* | Formatting | Thomas Voss | 2024-04-16 | 1 | -5/+10 |
| | |||||
* | implement arena allocators | Thomas Voss | 2024-04-16 | 1 | -2/+1 |
| | |||||
* | Add planned feature | Thomas Voss | 2024-04-15 | 1 | -4/+5 |
| | |||||
* | Fix formatting | Thomas Voss | 2024-04-14 | 1 | -12/+13 |
| | |||||
* | Add build instructions | Thomas Voss | 2024-04-14 | 1 | -0/+12 |
| | |||||
* | Add planned features section | Thomas Voss | 2024-04-09 | 1 | -0/+6 |
| | |||||
* | Move unicode/gbrk.h to unicode/string.h | Thomas Voss | 2024-04-09 | 1 | -6/+1 |
| | |||||
* | Add unicode/prop.h | Thomas Voss | 2024-04-01 | 1 | -1/+1 |
| | |||||
* | Add mbio.h and freadrune() | Thomas Voss | 2024-03-31 | 1 | -0/+1 |
| | |||||
* | Update README | Thomas Voss | 2024-03-23 | 1 | -1/+4 |
| | |||||
* | Remove Bob the String-Builder | Thomas Voss | 2024-03-10 | 1 | -1/+0 |
| | | | | | | | | Seeing as dynarr.h already exists, there is no real use for Bob the String-Builder. It was *a bit* nice because of the generic u8strpush() macro, but it should be very easy to implement yourself, and you only really ever need 1 or 2 specific functions that are a few lines of code each. | ||||
* | Add a disclaimer | Thomas Voss | 2024-03-10 | 1 | -0/+9 |
| | |||||
* | Slightly reword two lines | Thomas Voss | 2024-03-10 | 1 | -2/+2 |
| | |||||
* | Add optparse.h | Thomas Voss | 2024-03-10 | 1 | -1/+1 |
| | |||||
* | Genesis | Thomas Voss | 2024-03-06 | 1 | -0/+24 |