Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add uprop_get_wdth() and ucswdth() | Thomas Voss | 2024-05-31 | 1 | -0/+1 |
| | |||||
* | Support the 4 forms of Unicode string normalization | Thomas Voss | 2024-05-20 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -4/+4 |
| | |||||
* | Update README | Thomas Voss | 2024-05-14 | 1 | -19/+22 |
| | |||||
* | Add -a and -s to the build script | Thomas Voss | 2024-05-09 | 1 | -0/+7 |
| | |||||
* | Rename optparse.h to cli.h | Thomas Voss | 2024-05-09 | 1 | -4/+4 |
| | |||||
* | Update README | Thomas Voss | 2024-05-09 | 1 | -4/+9 |
| | |||||
* | Update README | Thomas Voss | 2024-04-28 | 1 | -2/+0 |
| | |||||
* | Add Dutch titlecase tailoring (ijssel → IJssel) | Thomas Voss | 2024-04-27 | 1 | -1/+0 |
| | |||||
* | Update README | Thomas Voss | 2024-04-26 | 1 | -1/+3 |
| | |||||
* | Fully comply with Unicode 15.1 § 3.13 in u8title() | Thomas Voss | 2024-04-26 | 1 | -4/+4 |
| | |||||
* | Fully comply with Unicode 15.1 § 3.13 in u8lower() | Thomas Voss | 2024-04-26 | 1 | -3/+2 |
| | |||||
* | Update README | Thomas Voss | 2024-04-23 | 1 | -0/+2 |
| | |||||
* | Add usage() | Thomas Voss | 2024-04-22 | 1 | -1/+2 |
| | |||||
* | 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 |