Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | quickjs: patch libunicode.h to use LRE_BOOL | bptato | 2024-01-15 | 1 | -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 flag | Fabrice Bellard | 2024-01-11 | 1 | -0/+3 |
| | |||||
* | Include QuickJS sources in the repository | bptato | 2023-06-22 | 1 | -0/+124 |
Taken from txiki.js, so it includes zamofex's top-level await patch. |