summaryrefslogtreecommitdiff
path: root/testdata/testinput2
Commit message (Expand)AuthorAgeFilesLines
* Documentation and tests update.ph102021-04-281-0/+13
* Fix some numerical checking bugs, Bugzilla 2690.ph102021-02-011-2/+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/+16
* Fix read overflow for invalid VERSION test with one fractional digit at the end ph102020-06-291-0/+2
* Second attempt at getting rid of gcc 10 warning.ph102020-04-241-0/+9
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-0/+18
* Fix problems with new PCRE2_SUBSTITUTE_MATCHED code.ph102020-02-161-0/+27
* Fix bug in processing (?(DEFINE)...) within lookbehind assertions.ph102020-01-261-0/+4
* Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.ph102020-01-221-0/+13
* Add (?* and (?<* synonyms for non-atomic lookarounds.ph102019-12-281-0/+7
* Implement PCRE2_SUBSTITUTE_MATCHED.ph102019-12-271-0/+7
* Implement PCRE2_SUBSTITUTE_LITERAL.ph102019-12-261-0/+7
* Remove atomic restriction on capture groups containing recursive back ph102019-12-181-10/+10
* Optimize certain starting code unit bit maps into a single starting code unit.ph102019-09-131-0/+12
* Optimize classes such as [Aa] to be a single caseless character.ph102019-09-091-0/+2
* Fix bug introduced in commit 1133. Lookbehinds that follow a condition were not ph102019-08-261-0/+10
* 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/+8
* Documentation and test update.ph102019-07-281-0/+15
* Follow the partial matching changes in JIT.zherczeg2019-07-231-12/+12
* More partial match tweaks.ph102019-07-221-0/+6
* Update definition of partial match and fix \z and \Z (as documented).ph102019-07-211-3/+26
* Fix bug in recent patch for lookbehinds within lookaheads. Fixes ClusterFuzz ph102019-07-181-0/+3
* Fix lookbehind within lookahead within lookbehind misbehaviour bug.ph102019-07-161-0/+3
* Fix oversights in recent non-atomic assertions patch. Fixes ClusterFuzz 15837.ph102019-07-151-0/+8
* Implement non-atomic positive assertions.ph102019-07-131-0/+29
* Additional overflow test.ph102019-07-051-0/+4
* Check for integer overflow when computing lookbehind lengths. Fixes Clusterfuzz ph102019-07-041-0/+2
* Improve maximum lookbehind calculation for nested lookbehinds.ph102019-06-251-0/+18
* Update tests.ph102019-06-201-0/+4
* Fix minimum length bug for patterns containing (*ACCEPT).ph102019-06-181-0/+2
* Another extension to minimum length calculation.ph102019-06-171-0/+16
* Another fix to the recent (*ACCEPT) patch. Fixes clusterfuzz 15242.ph102019-06-141-0/+2
* Fix minor oversight in previous patch. Fixes clusterfuzz 15199.ph102019-06-111-0/+2
* Allow (*ACCEPT) to be quantified.ph102019-06-101-0/+12
* Implement a check on the number of capturing parentheses, which for some reason ph102019-04-221-0/+4
* Fix crash in pcre2_substitute() with NULL match context.ph102019-03-111-0/+8
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-121-9/+17
* Fix issues with BAD_ESCAPE_IS_LITERAL in character classes.ph102019-01-041-1/+13
* Fix non-recognition of anchoring when preceded by (*MARK) etc.ph102018-11-271-0/+6
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-121-0/+15
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-0/+7
* Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also ph102018-09-241-0/+6
* Implement PCRE2_EXTRA_ESCAPED_CR_IS_LFph102018-09-211-0/+8
* Implement callouts from pcre2_substitute().ph102018-09-181-0/+3
* Add "allvector" to pcre2test.ph102018-09-151-0/+9
* Treat empty-string-matching repeated conditionals the same as ordinary ones ph102018-09-031-0/+31
* Fix anchoring bug in conditionals with only one branch.ph102018-09-021-0/+15
* Add support for (?^) as now supported by Perl.ph102018-07-281-0/+6