Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | regexp: added v flag support - fixed corner cases of case insensitive matching | Fabrice Bellard | 6 days |
| | |||
* | allow regexp interruption (e.g. with Ctrl-C in the REPL) | Fabrice Bellard | 2025-03-13 |
| | |||
* | Improve libunicode and libregexp headers (#288) | Charlie Gordon | 2024-05-05 |
| | | | | | | | - move all `lre_xxx` functions to libunicode - use flags table `lre_ctype_bits` instead of bitmaps - simplify `lre_is_space`, `lre_js_is_ident_first` and `lre_js_is_ident_next` - simplify `simple_next_token`, handle UTF-8 correctly - simplify `is_let`, remove dead code | ||
* | Rename regex flag and field utf16 -> unicode | Charlie Gordon | 2024-02-19 |
| | | | | | - rename is_utf16 structure member to is_unicode - rename flag LRE_FLAG_UTF16 as LRE_FLAG_UNICODE | ||
* | Strip trailing spaces | Charlie Gordon | 2024-02-10 |
| | |||
* | added RegExp 'd' flag (bnoordhuis) | Fabrice Bellard | 2023-12-27 |
| | |||
* | 2020-09-06 release | bellard | 2020-09-06 |
| | |||
* | 2020-01-05 release | bellard | 2020-09-06 |