| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge NormData with Normalize | 2025-04-30 | 1 | -3/+2 | |
| | | |||||
| * | grapheme now Graphemes, Data files gone | 2025-04-30 | 1 | -4/+4 | |
| | | |||||
| * | Factor out 'Data' for grapheme and DisplayWidth | 2025-04-30 | 1 | -5/+5 | |
| | | | | | | In the process of refactoring the whole library, so that it doesn't expose anything called "Data" separately from user functionality. | ||||
| * | All the std.mem.Allocators that were stored just for init and deinit | 2025-04-29 | 1 | -6/+6 | |
| | | | | | methods were removed, mem.Allocators were added to deinit as arguments. | ||||
| * | Add peek() to Grapheme.Iterator | 2024-11-02 | 1 | -0/+26 | |
| | | | | | | This does the expected thing: returns the next ?Grapheme without mutation of the iteration state. | ||||
| * | Replace deprecated uses of std.mem.split | 2024-11-02 | 1 | -8/+8 | |
| | | |||||
| * | NormData init now takes pointer to uninitialized Self to avoid stack copy ↵ | 2024-04-02 | 1 | -2/+3 | |
| | | | | | issues. | ||||
| * | Split out Unicode tests to separate file | 2024-03-28 | 1 | -0/+194 | |