summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix issues with BAD_ESCAPE_IS_LITERAL in character classes.ph102019-01-042-7/+37
* Fix non-recognition of anchoring when preceded by (*MARK) etc.ph102018-11-272-0/+24
* Add --disable-pcre2grep-callout-fork configuration setting.ph102018-11-171-0/+30
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-125-14/+72
* Fix zero-repeated subroutine call at start of pattern bug, which recorded an ph102018-10-202-0/+39
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-176-4/+40
* Update Makefile.am for compiling with gcov. Add Script Run tests to improve ph102018-10-142-0/+24
* Upgrade the ucptest program (used only by maintainer) and script run tests.ph102018-10-142-0/+6
* Documentation and tests update for script runs.ph102018-10-124-0/+10
* Update Script Run code to use the Script Extension property instead of the ph102018-10-094-0/+105
* Fix bugs of omission in new script run code.ph102018-10-034-0/+60
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-027-0/+364
* Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also ph102018-09-246-3/+179
* Implement PCRE2_EXTRA_ESCAPED_CR_IS_LFph102018-09-212-0/+19
* Implement callouts from pcre2_substitute().ph102018-09-187-0/+49
* Add "allvector" to pcre2test.ph102018-09-152-0/+41
* Treat empty-string-matching repeated conditionals the same as ordinary ones ph102018-09-032-0/+123