summaryrefslogtreecommitdiff
path: root/libunicode.h
Commit message (Collapse)AuthorAge
* regexp: added v flag support - fixed corner cases of case insensitive matchingFabrice Bellard3 days
|
* Improve libunicode and libregexp headers (#288)Charlie Gordon2024-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
* Fix build: use LRE_BOOL in libunicode.h (#244)Kanstantsin Sokal2024-03-03
|
* Strip trailing spacesCharlie Gordon2024-02-10
|
* fixed regexp case insensitive flagFabrice Bellard2024-01-08
|
* 2020-01-05 releasebellard2020-09-06