about summary refs log tree commit diff stats
path: root/lib/quickjs/libunicode-table.h
Commit message (Collapse)AuthorAgeFilesLines
* Move JS wrapper into Monouchabptato2024-06-031-4557/+0
| | | | Operation "modularize Chawan somewhat" part 3
* Improve unicode table handling (#286)Charlie Gordon2024-05-071-45/+116
| | | | | | | | - Document table and index formats - Add size statistics - Fix UBSAN issue in `get_le24()` Fixes #285
* fixed regexp case insensitive flagFabrice Bellard2024-01-111-63/+61
|
* updated to unicode 15.0.0Fabrice Bellard2023-12-081-1198/+1237
|
* Include QuickJS sources in the repositorybptato2023-06-221-0/+4449
Taken from txiki.js, so it includes zamofex's top-level await patch.