Fabrice Bellard
|
d7cdfdc8d7
|
regexp: added v flag support - fixed corner cases of case insensitive matching
|
2025-05-16 17:43:03 +02:00 |
|
Fabrice Bellard
|
1be68b3345
|
fixed CONFIG_ALL_UNICODE compilation
|
2025-03-13 18:13:25 +01:00 |
|
Charlie Gordon
|
7a2c6f42d4
|
Improve libunicode and libregexp headers (#288)
- 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
|
2024-05-05 17:47:40 +02:00 |
|
Charlie Gordon
|
1402478d8d
|
Improve unicode table handling (#286)
- Document table and index formats
- Add size statistics
- Fix UBSAN issue in `get_le24()`
Fixes #285
|
2024-05-05 12:10:24 +02:00 |
|
Charlie Gordon
|
37bd4ae62d
|
Strip trailing spaces
|
2024-02-10 16:19:17 +01:00 |
|
Fabrice Bellard
|
af308614a8
|
fixed regexp case insensitive flag
|
2024-01-08 18:42:29 +01:00 |
|
bellard
|
7c312df422
|
2020-09-06 release
|
2020-09-06 19:10:15 +02:00 |
|
bellard
|
91459fb672
|
2020-01-05 release
|
2020-09-06 18:53:08 +02:00 |
|