Philip.Hazel
|
f123833bdb
|
Fix other cases where backtracking after \C could cause a crash.
|
2015-04-08 16:53:22 +00:00 |
Philip.Hazel
|
aa8ee3ded5
|
Fix backtracking bug for \C\X* in UTF mode.
|
2015-04-08 16:33:58 +00:00 |
Philip.Hazel
|
cd85fae3c6
|
Fix bad memory computation for "(*UTF)[\S\V\H]" (a pattern with a negative
class (\S) and explicit wide characters).
|
2015-03-25 19:26:27 +00:00 |
Philip.Hazel
|
54396a364d
|
Fix bad compile of patterns like /[A-`]/i,utf where the range contains
characters with multiple other cases and the ranges adjoin.
|
2015-03-06 11:57:06 +00:00 |
Philip.Hazel
|
cfb78cbd53
|
Refactor match_ref() and fix UTF-8 caseless bug.
|
2014-08-27 16:59:56 +00:00 |
Philip.Hazel
|
f40fba5dc8
|
Adjust tests for PCRE/Perl anomalies in character properties & fix one bug.
|
2014-08-06 17:33:14 +00:00 |
Philip.Hazel
|
2addfec25d
|
Test 4 installed (combines old tests 4 and 6)
|
2014-07-25 16:35:51 +00:00 |