summaryrefslogtreecommitdiff
path: root/testdata/testoutput2
Commit message (Expand)AuthorAgeFilesLines
* Fix some numerical checking bugs, Bugzilla 2690.ph102021-02-011-3/+0
* Fix bug in RunTest: not reporting failure in test 2, and fix bugs in RunTest ph102020-11-221-1/+1
* Fix delimiters in tests 1 and 4 for correct Perl behaviour (Bugzilla #2641). ph102020-09-131-0/+20
* Fix read overflow for invalid VERSION test with one fractional digit at the end ph102020-06-291-0/+3
* Second attempt at getting rid of gcc 10 warning.ph102020-04-241-0/+18
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-0/+23
* Fix problems with new PCRE2_SUBSTITUTE_MATCHED code.ph102020-02-161-0/+39
* Fix bug in processing (?(DEFINE)...) within lookbehind assertions.ph102020-01-261-0/+5
* Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.ph102020-01-221-0/+33
* Allow real repetition of assertions.ph102020-01-011-0/+29
* Add (?* and (?<* synonyms for non-atomic lookarounds.ph102019-12-281-0/+17
* Implement PCRE2_SUBSTITUTE_MATCHED.ph102019-12-271-0/+10
* Implement PCRE2_SUBSTITUTE_LITERAL.ph102019-12-261-0/+10
* Remove atomic restriction on capture groups containing recursive back ph102019-12-181-38/+40
* Optimize certain starting code unit bit maps into a single starting code unit.ph102019-09-131-1/+35
* Optimize classes such as [Aa] to be a single caseless character.ph102019-09-091-0/+14
* Back off failed attempt to handle nested lookbehinds for estimating how much of ph102019-09-041-3/+3
* Fix bug introduced in commit 1133. Lookbehinds that follow a condition were not ph102019-08-261-0/+93
* Fix allusedtext bug, rightmost consulted character incorrect in negative ph102019-08-101-1/+1
* Fix incorrect computation of group length when one branch exceeded 65535.ph102019-08-031-0/+27
* Documentation and test update.ph102019-07-281-0/+26
* (*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-231-12/+12
* More partial match tweaks.ph102019-07-221-0/+8
* Update definition of partial match and fix \z and \Z (as documented).ph102019-07-211-4/+42
* Fix bug in recent patch for lookbehinds within lookaheads. Fixes ClusterFuzz ph102019-07-181-0/+4
* 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-161-0/+4
* Fix oversights in recent non-atomic assertions patch. Fixes ClusterFuzz 15837.ph102019-07-151-0/+18
* Implement non-atomic positive assertions.ph102019-07-131-4/+85
* Additional overflow test.ph102019-07-051-0/+5
* Check for integer overflow when computing lookbehind lengths. Fixes Clusterfuzz ph102019-07-041-0/+3
* Make pcre2test show actual pre-match consulted characters for a partial match, ph102019-06-261-18/+9
* Improve maximum lookbehind calculation for nested lookbehinds.ph102019-06-251-0/+48
* Update tests.ph102019-06-201-0/+8
* Fix minimum length bug for patterns containing (*ACCEPT).ph102019-06-181-0/+5
* Another extension to minimum length calculation.ph102019-06-171-0/+63
* Improve minimum length finder in the presence of back references when there are ph102019-06-161-3/+3
* Another fix to the recent (*ACCEPT) patch. Fixes clusterfuzz 15242.ph102019-06-141-0/+3
* Minor improvement to minimum length calculation.ph102019-06-131-10/+8
* Fix minor oversight in previous patch. Fixes clusterfuzz 15199.ph102019-06-111-0/+3
* Allow (*ACCEPT) to be quantified.ph102019-06-101-0/+19
* Implement a check on the number of capturing parentheses, which for some reason ph102019-04-221-0/+6
* Fix crash in pcre2_substitute() with NULL match context.ph102019-03-111-0/+12
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-121-10/+21
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-668/+668
* Fix issues with BAD_ESCAPE_IS_LITERAL in character classes.ph102019-01-041-6/+24
* Fix non-recognition of anchoring when preceded by (*MARK) etc.ph102018-11-271-0/+18
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-121-2/+45
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-0/+11