summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* Fix sometimes failing caseless non-ASCII matching in assertion. ph102019-11-162-0/+20
* Fix error offset bug introduced at 1176.ph102019-10-162-0/+16
* Optimize certain starting code unit bit maps into a single starting code unit.ph102019-09-137-1/+173
* Improve starting-byte bit map for UTF-8 patterns with wide characters in ph102019-09-102-35/+37
* Optimize classes such as [Aa] to be a single caseless character.ph102019-09-097-0/+41
* Back off failed attempt to handle nested lookbehinds for estimating how much of ph102019-09-042-7/+7
* Fix bug introduced in commit 1133. Lookbehinds that follow a condition were not ph102019-08-264-0/+112
* Fix allusedtext bug, rightmost consulted character incorrect in negative ph102019-08-104-2/+14
* Fix incorrect computation of group length when one branch exceeded 65535.ph102019-08-032-0/+35
* Fix typo in test data comment.ph102019-08-012-2/+2
* Upgrade to Unicode 12.1.0ph102019-07-292-0/+11
* Documentation and test update.ph102019-07-282-0/+41
* (*ACCEPT) at start of branch was not recording "may match empty string".ph102019-07-231-0/+2
* Follow the partial matching changes in JIT.zherczeg2019-07-232-24/+24
* More partial match tweaks.ph102019-07-224-0/+28
* Update definition of partial match and fix \z and \Z (as documented).ph102019-07-214-7/+136
* Fix bug in recent patch for lookbehinds within lookaheads. Fixes ClusterFuzz ph102019-07-182-0/+7
* Check start code unit bit map for setting minimum length.ph102019-07-161-3/+3
* Fix lookbehind within lookahead within lookbehind misbehaviour bug.ph102019-07-164-0/+22
* Fix oversights in recent non-atomic assertions patch. Fixes ClusterFuzz 15837.ph102019-07-152-0/+26
* Implement non-atomic positive assertions.ph102019-07-133-8/+118
* Additional overflow test.ph102019-07-052-0/+9
* Check for integer overflow when computing lookbehind lengths. Fixes Clusterfuzz ph102019-07-042-0/+5
* Fix bugs in recent patch for setting the maximum lookbehind.ph102019-06-282-0/+47
* Fix partial matching bug in pcre2_dfa_match().ph102019-06-262-0/+58
* Make pcre2test show actual pre-match consulted characters for a partial match, ph102019-06-265-68/+172
* Improve maximum lookbehind calculation for nested lookbehinds.ph102019-06-252-0/+66
* Update tests.ph102019-06-202-0/+12
* Typo in doc and update testsph102019-06-202-0/+28
* Don't ignore {1}+ when it is applied to a parenthesized item.ph102019-06-192-0/+32
* Fix minimum length bug for patterns containing (*ACCEPT).ph102019-06-182-0/+7
* Another extension to minimum length calculation.ph102019-06-177-0/+108
* Improve minimum length finder in the presence of back references when there are ph102019-06-161-3/+3
* Fix pcre2grep -o bug when ovector overflows; add option to adjust the limit; ph102019-06-151-0/+7
* Another fix to the recent (*ACCEPT) patch. Fixes clusterfuzz 15242.ph102019-06-142-0/+5
* Make pcre2_match() return (*MARK) names from successful conditional assertions, ph102019-06-132-0/+22
* Minor improvement to minimum length calculation.ph102019-06-135-14/+10
* Fix minor oversight in previous patch. Fixes clusterfuzz 15199.ph102019-06-112-0/+5
* Allow (*ACCEPT) to be quantified.ph102019-06-102-0/+31
* Add support for invalid UTF-8 matching to pcre2grep.ph102019-05-281-0/+11
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-2420-14/+413
* Fix crash when \X is used without UTF in JIT.ph102019-05-132-0/+7
* Implement a check on the number of capturing parentheses, which for some reason ph102019-04-227-0/+22
* Fix crash in pcre2_substitute() with NULL match context.ph102019-03-112-0/+20
* Compile \p{Any} the same as . in DOTALL mode, to benefit from auto-anchoring.ph102019-02-132-19/+32
* Fix overflow bug in new /u code. Fixes ClusterFuzz 13073.ph102019-02-132-0/+7
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-124-23/+49
* Previout bug-fix was bad. This properly fixes an overrun while reading a ph102019-02-075-0/+26
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-0634-1113/+1232
* Fix bug in VERSION conditional test in DFA matching.ph102019-01-292-0/+24