about summary refs log tree commit diff stats
path: root/lib/quickjs/libregexp.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename regex flag and field utf16 -> unicodeCharlie Gordon2024-03-021-2/+1
| | | | | - rename is_utf16 structure member to is_unicode - rename flag LRE_FLAG_UTF16 as LRE_FLAG_UNICODE
* Strip trailing spacesCharlie Gordon2024-03-021-2/+2
|
* added RegExp 'd' flag (bnoordhuis)Fabrice Bellard2023-12-281-0/+1
|
* Include QuickJS sources in the repositorybptato2023-06-221-0/+92
Taken from txiki.js, so it includes zamofex's top-level await patch.