about summary refs log tree commit diff stats
path: root/lib/quickjs/libregexp.c
Commit message (Collapse)AuthorAgeFilesLines
* Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)Fabrice Bellard2023-12-091-9/+14
|
* Add utf-8 support to libregexpbptato2023-07-041-6/+14
| | | | | | | This allows us to greatly simplify exec(Regex). In particular, we no longer have to convert any line containing non-ascii characters into UTF-16 (which was a significant inefficiency in regex search until now).
* Include QuickJS sources in the repositorybptato2023-06-221-0/+2610
Taken from txiki.js, so it includes zamofex's top-level await patch.