Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accept an element size argument to allocators | Thomas Voss | 2024-05-10 | 1 | -2/+2 |
| | |||||
* | Try to do better error handling with custom allocators | Thomas Voss | 2024-05-09 | 1 | -2/+0 |
| | |||||
* | Add ASSUME()s | Thomas Voss | 2024-05-09 | 1 | -0/+4 |
| | |||||
* | Make the rest of the casemapping functions take custom allocators | Thomas Voss | 2024-05-09 | 1 | -11/+21 |
| | |||||
* | Go all in on string views, and fix manuals | Thomas Voss | 2024-05-04 | 1 | -8/+8 |
| | |||||
* | Add tests for u8lower() and fix ‘ς’ bug | Thomas Voss | 2024-05-04 | 1 | -2/+4 |
| | |||||
* | Only compute before_dot or more_above for AZ/TR/LT | Thomas Voss | 2024-04-26 | 1 | -17/+19 |
| | |||||
* | Fully comply with Unicode 15.1 § 3.13 in u8lower() | Thomas Voss | 2024-04-26 | 1 | -13/+55 |
| | |||||
* | Properly lowercase ‘Σ’ to ‘ς’ when at end of word | Thomas Voss | 2024-04-22 | 1 | -2/+5 |
| | |||||
* | Add u8lower() | Thomas Voss | 2024-04-15 | 1 | -0/+46 |