| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-04-30 | grapheme now Graphemes, Data files gone | 1 | -87/+0 | ||
| 2025-04-30 | Factor out 'Data' for grapheme and DisplayWidth | 1 | -6/+6 | ||
| In the process of refactoring the whole library, so that it doesn't expose anything called "Data" separately from user functionality. | |||||
| 2025-04-29 | All the std.mem.Allocators that were stored just for init and deinit | 1 | -6/+5 | ||
| methods were removed, mem.Allocators were added to deinit as arguments. | |||||
| 2024-10-14 | GraphemeData: define error set as mem.Allocator.Error | 1 | -7/+7 | ||
| The reader is a static embedded file. All of the reads are either a readInt or a readAll into a previously allocated buffer. This function should not ever fail at runtime with a read error. Make all read errors unreachable, leaving only allocation errors as the error set. | |||||
| 2024-06-26 | Removed all inlines | 1 | -3/+3 | ||
| 2024-03-31 | Updated README | 1 | -3/+2 | ||
| 2024-03-28 | PropsData and errdefers for init fns | 1 | -0/+3 | ||
| 2024-03-27 | ScriptsData and made all Datas const | 1 | -1/+1 | ||
| 2024-02-26 | Using separate data struct model. | 1 | -0/+86 | ||