Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename regex flag and field utf16 -> unicode | Charlie Gordon | 2024-03-02 | 1 | -2/+1 |
| | | | | | - rename is_utf16 structure member to is_unicode - rename flag LRE_FLAG_UTF16 as LRE_FLAG_UNICODE | ||||
* | Strip trailing spaces | Charlie Gordon | 2024-03-02 | 1 | -2/+2 |
| | |||||
* | added RegExp 'd' flag (bnoordhuis) | Fabrice Bellard | 2023-12-28 | 1 | -0/+1 |
| | |||||
* | Include QuickJS sources in the repository | bptato | 2023-06-22 | 1 | -0/+92 |
Taken from txiki.js, so it includes zamofex's top-level await patch. |