about summary refs log tree commit diff stats
path: root/lib/quickjs/libunicode.h
Commit message (Collapse)AuthorAgeFilesLines
* quickjs: patch libunicode.h to use LRE_BOOLbptato2024-01-151-2/+2
| | | | | | | This way it actually compiles :) (QJS includes cutils.h too, so BOOL works there. We don't, so this is the easiest fix.)
* fixed regexp case insensitive flagFabrice Bellard2024-01-111-0/+3
|
* Include QuickJS sources in the repositorybptato2023-06-221-0/+124
Taken from txiki.js, so it includes zamofex's top-level await patch.