summaryrefslogtreecommitdiff
path: root/unicode_gen.c
Commit message (Collapse)AuthorAge
* regexp: added v flag support - fixed corner cases of case insensitive matchingFabrice Bellard2 days
|
* updated to unicode 16.0.0 (bnoordhuis) - updated test262Fabrice Bellard2025-03-25
|
* 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
* Improve unicode table handling (#286)Charlie Gordon2024-05-05
| | | | | | | - Document table and index formats - Add size statistics - Fix UBSAN issue in `get_le24()` Fixes #285
* Fix compiler warningsCharlie Gordon2024-02-12
|
* Strip trailing spacesCharlie Gordon2024-02-10
|
* fixed regexp case insensitive flagFabrice Bellard2024-01-08
|
* typosFabrice Bellard2023-12-27
|
* 2020-01-05 releasebellard2020-09-06