ph10
|
df13a172d5
|
Implement support for invalid UTF in the pcre2_match() interpreter.
|
2019-05-24 17:15:48 +00:00 |
|
ph10
|
33f4845d6c
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
|
ph10
|
c3b2163321
|
Detect missing closing parentheses during the pre-pass.
|
2016-02-13 15:30:29 +00:00 |
|
ph10
|
cd0085ed22
|
Fix workspace overflow for deep nested parentheses with (*ACCEPT).
|
2016-02-10 18:24:02 +00:00 |
|
ph10
|
6007bf351a
|
Run test 8 (sizes and offsets and mode-specific things) for link size 3 and 4
as well as for link size 2, with different output files in each case.
|
2015-11-14 13:22:34 +00:00 |
|
ph10
|
0b7e77b6e3
|
Adjust tests for workspace overflow and relevant comments in pcre2_compile.c
|
2015-11-08 14:41:34 +00:00 |
|
ph10
|
1d368cc3aa
|
Re-write recursion handling to fix another compiler bug and make it all less
error-prone.
|
2015-08-09 16:29:35 +00:00 |
|
ph10
|
a0f4752ffa
|
Re-organize tests that didn't work with LINK_SIZE=3.
|
2015-06-03 17:18:06 +00:00 |
|
ph10
|
08a8f6083e
|
Re-do previous patch and fix new forward-reference-with-quantification bugs.
|
2015-05-06 16:51:25 +00:00 |
|
ph10
|
6e7ec542b2
|
Fix recursive forward reference bug.
|
2015-05-03 16:46:56 +00:00 |
|
ph10
|
86f783c60d
|
Fix comment between recursion and quantifier bug.
|
2015-03-29 11:15:32 +00:00 |
|
ph10
|
925a473b61
|
Fix compile error for forward reference subroutine call within a group that
also contained a recursive back reference.
|
2015-03-01 18:34:05 +00:00 |
|
ph10
|
55349aade7
|
All tests except JIT and save/reload are implemented.
|
2014-08-05 16:51:32 +00:00 |
|