| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-20 | unicode: delete props.zig and clean up symbols deps too | Mitchell Hashimoto | |
| Follow up to #8810 Same reasoning. | |||
| 2025-09-20 | unicode: isolate properties, tables, and ziglyph into separate files | Mitchell Hashimoto | |
| This makes it cleaner to add new sources of table generation and also avoids inadvertently depending on different modules (despite Zig's lazy analysis). This also fixes up terminal to only use our look up tables which avoids bringing ziglyph in for the terminal module. | |||
| 2025-09-05 | drop the new LUT type as no performance advantage detected | Jeffrey C. Ollie | |
| 2025-09-05 | add two LUT-based implementations of isSymbol | Jeffrey C. Ollie | |
| 2024-02-10 | terminal: only apply VS15/16 to emoji | Mitchell Hashimoto | |
| Fixes #1482 | |||
| 2024-02-09 | unicode: use packed struct for break state | Mitchell Hashimoto | |
| 2024-02-09 | unicode: remove unused | Mitchell Hashimoto | |
| 2024-02-09 | unicode: direct port of ziglyph to start | Mitchell Hashimoto | |
| 2024-02-08 | unicode: generate our own lookup tables | Mitchell Hashimoto | |
