| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Words module | 2025-05-16 | 2 | -24/+24 | |
| * | Move WordBreak to Words | 2025-05-16 | 1 | -0/+0 | |
| * | Proofread | 2025-05-16 | 1 | -5/+6 | |
| * | Merge Grapheme Segmentation Iterator Tests | 2025-05-15 | 1 | -79/+34 | |
| * | Merge commit 'b5d955f' into develop-next | 2025-05-15 | 2 | -3/+297 | |
| |\ | |||||
| | * | Merge branch 'work-branch' into HEAD | 2025-05-15 | 1 | -9/+46 | |
| | |\ | |||||
| | | * | Various small iterator improvementswork-branch | 2025-05-13 | 1 | -9/+46 | |
| | * | | feat: add reverse grapheme iterator | 2025-05-15 | 2 | -0/+294 | |
| | * | | fix: State.unset* did toggle the bit instead of unsetting it | 2025-05-12 | 1 | -3/+3 | |
| | |/ | |||||
| | * | Add reverse CodePoint iterator | 2025-05-09 | 1 | -6/+75 | |
| * | | wordAtIndex passes conformance | 2025-05-15 | 3 | -103/+135 | |
| * | | Rewrite wordAtIndex to use iterator flipping | 2025-05-15 | 1 | -24/+83 | |
| * | | Add format for CodePoint | 2025-05-15 | 1 | -2/+10 | |
| * | | Add reversal functions for word iterators | 2025-05-15 | 1 | -2/+81 | |
| * | | Peek tests for word iterators | 2025-05-15 | 1 | -0/+19 | |
| * | | ReverseWordIterator passes conformance test | 2025-05-15 | 1 | -19/+64 | |
| * | | Hooked up break test, some bugs squashed | 2025-05-15 | 3 | -34/+64 | |
| * | | Reverse Word Iterator | 2025-05-15 | 2 | -1/+157 | |
| * | | Add wordAtCursor | 2025-05-15 | 1 | -48/+100 | |
| * | | Rewrite, passes WordBreakTest | 2025-05-15 | 3 | -78/+40 | |
| * | | Begin conformance test | 2025-05-15 | 5 | -58/+361 | |
| * | | Implement Word iterator | 2025-05-15 | 1 | -0/+228 | |
| * | | Vastly simplify peek() | 2025-05-15 | 1 | -60/+3 | |
| * | | Refactor in unicode_tests | 2025-05-15 | 2 | -32/+53 | |
| * | | Add WordBreakPropertyData | 2025-05-15 | 1 | -0/+102 | |
| * | | Various small iterator improvements | 2025-05-15 | 1 | -4/+51 | |
| * | | Add reverse CodePoint iterator | 2025-05-15 | 1 | -1/+67 | |
| * | | Maximal Subparts tests | 2025-05-15 | 1 | -37/+114 | |
| * | | Replace CodePoint Decoding with Hörhmann Method | 2025-05-15 | 1 | -59/+204 | |
| * | | Add overlong test, which should fail | 2025-05-14 | 1 | -2/+15 | |
| |/ | |||||
| * | Make DisplayWidth.setup publicv0.14.0-rc2 | 2025-05-04 | 1 | -1/+7 | |
| * | Remove inner setup from GeneralCategories | 2025-05-01 | 1 | -10/+1 | |
| * | Update Unicode version in README.md | 2025-04-30 | 1 | -0/+1 | |
| * | Unicode 16.0 | 2025-04-30 | 1 | -1/+7 | |
| * | Allocation Failure Tests | 2025-04-30 | 11 | -91/+178 | |
| * | Setup variants for all allocating modules | 2025-04-30 | 7 | -146/+228 | |
| * | Update README.md to new API | 2025-04-30 | 1 | -10/+10 | |
| * | Rest of the Renamings | 2025-04-30 | 5 | -0/+0 | |
| * | Remove FoldData, make CaseFolding | 2025-04-30 | 4 | -167/+218 | |
| * | Merge NormData with Normalize | 2025-04-30 | 10 | -278/+269 | |
| * | grapheme now Graphemes, Data files gone | 2025-04-30 | 4 | -193/+4 | |
| * | Factor out 'Data' for grapheme and DisplayWidth | 2025-04-30 | 6 | -119/+313 | |
| * | Add general tests step | 2025-04-29 | 7 | -44/+49 | |
| * | Add result.toOwned() to Normalize.zig | 2025-04-29 | 1 | -0/+9 | |
| * | All the std.mem.Allocators that were stored just for init and deinit | 2025-04-29 | 15 | -102/+86 | |
| * | Bump copyright year, isolate iterator tests | 2025-04-29 | 1 | -13/+18 | |
| * | Add c0 and c1 control width options | 2025-03-20 | 2 | -32/+36 | |
| * | Fix leak of cwcf_exceptions in FoldData | 2024-12-04 | 1 | -0/+2 | |
| * | Add peek() to Grapheme.Iterator | 2024-11-02 | 2 | -0/+95 | |
| * | Replace deprecated uses of std.mem.split | 2024-11-02 | 1 | -8/+8 | |