about summary refs log tree commit diff stats
path: root/lib/quickjs/libregexp.c
Commit message (Expand)AuthorAgeFilesLines
* fix bug in prev commitbptato2024-02-051-1/+1
* regex: fix 8-bit narrow strings in JSbptato2024-02-051-25/+39
* regexp: fixed the zero advance logic in quantifiers (github issue #158)Fabrice Bellard2024-01-111-72/+41
* fixed regexp case insensitive flagFabrice Bellard2024-01-111-56/+1
* 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
* Include QuickJS sources in the repositorybptato2023-06-221-0/+2610