Philip.Hazel
|
20804215a8
|
Code for new interpreter (build system and documentation still to be done).
|
2017-03-09 16:23:28 +00:00 |
Philip.Hazel
|
7ab91fdfb2
|
Reduce recursion limit for auto-possessify to reduce stack usage at compile
time. Fixes oss-fuzz issue 553.
|
2017-02-08 17:03:30 +00:00 |
Philip.Hazel
|
1226e2e0d0
|
Fix hyphen after \E after POSIX class causing an error.
|
2017-01-11 16:40:35 +00:00 |
Philip.Hazel
|
3df9674c4e
|
Fix name table sort buffer overflow.
|
2016-12-21 17:09:11 +00:00 |
Philip.Hazel
|
a98121a212
|
Fix caseless minimizing back reference bug when heap in use for recursion.
|
2016-12-10 14:59:24 +00:00 |
Philip.Hazel
|
4fd8feaa50
|
Fix auto-anchor bug when .* is inside an assertion.
|
2016-11-01 15:58:28 +00:00 |
Philip.Hazel
|
a22c5e4204
|
Fix optimization bugs when pattern starts with lookahead.
|
2016-10-18 11:22:40 +00:00 |
Philip.Hazel
|
99264dfc23
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
Philip.Hazel
|
be7366f6f0
|
Tidied up a lot of comments in the test files.
|
2015-09-16 16:49:48 +00:00 |
Philip.Hazel
|
bb68c64c40
|
Implement #newline_default and adjust testdata and scripts to use it.
|
2015-09-08 17:01:17 +00:00 |
Philip.Hazel
|
76a2e62669
|
Maintenance on tests for Perl compatibility
|
2015-08-03 17:25:55 +00:00 |
Philip.Hazel
|
3e12e15fe1
|
Fix incorrect minimum matching length when pattern contains (?| groups.
|
2015-08-03 13:18:49 +00:00 |
Philip.Hazel
|
6f94ece67d
|
Fix forward reference by name to duplicate group number bug.
|
2015-05-16 11:01:48 +00:00 |
Philip.Hazel
|
e653c5f142
|
Re-do previous patch and fix new forward-reference-with-quantification bugs.
|
2015-05-06 16:51:25 +00:00 |
Philip.Hazel
|
4d35b44b43
|
Fix compatibility issues for \8 and \9.
|
2015-04-23 17:28:39 +00:00 |
Philip.Hazel
|
99bb61e903
|
Fix comment between recursion and quantifier bug.
|
2015-03-29 11:15:32 +00:00 |
Philip.Hazel
|
a066d12022
|
Add recursion limit to auto-possessification code.
|
2015-03-25 17:01:04 +00:00 |
Philip.Hazel
|
e8435bc006
|
Missed test for mutual recursion after crash fixed.
|
2015-02-08 17:05:12 +00:00 |
Philip.Hazel
|
6c8945b8d8
|
Fix mutual back reference recursion segfault.
|
2015-01-28 11:28:53 +00:00 |
Philip.Hazel
|
e3e4131379
|
Fix bug for (*ACCEPT) inside a capturing group.
|
2014-11-05 16:05:19 +00:00 |
Philip.Hazel
|
623b497851
|
Fix "first code unit" bug.
|
2014-10-10 16:16:44 +00:00 |
Philip.Hazel
|
b7c5d02b3d
|
Fix stack overflow bug, copying fix from PCRE1.
|
2014-08-08 15:36:18 +00:00 |
Philip.Hazel
|
017b6a1624
|
Tests 1 and 2 are converted (but without save/restore).
|
2014-07-24 16:32:38 +00:00 |