| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add result.toOwned() to Normalize.zig | 2025-04-29 | 1 | -0/+9 | |
| | | | | | | | Closes #29 The README is also updated to reflect this change. | ||||
| * | All the std.mem.Allocators that were stored just for init and deinit | 2025-04-29 | 1 | -5/+5 | |
| | | | | | methods were removed, mem.Allocators were added to deinit as arguments. | ||||
| * | Normalize: Mark utf8Encode errors as unreachable, use explicit error sets | 2024-06-25 | 1 | -11/+11 | |
| | | | | | These utf8Encode calls are converting normalized codepoints back into UTF-8, so the codepoints can be assumed to be valid. | ||||
| * | NormData init now takes pointer to uninitialized Self to avoid stack copy ↵ | 2024-04-02 | 1 | -8/+16 | |
| | | | | | issues. | ||||
| * | Updated README | 2024-03-31 | 1 | -41/+0 | |
| | | |||||
| * | Split out Unicode tests to separate file | 2024-03-28 | 1 | -120/+1 | |
| | | |||||
| * | ScriptsData and made all Datas const | 2024-03-27 | 1 | -29/+29 | |
| | | |||||
| * | GraphemeData and Normalize non-pub fns | 2024-03-26 | 1 | -6/+6 | |
| | | |||||
| * | Rename CaseFold and Normalize | 2024-03-23 | 1 | -0/+774 | |