summaryrefslogtreecommitdiff
path: root/testdata/testoutput1
Commit message (Expand)AuthorAgeFilesLines
* Add another test, tidy ChangeLog.ph102021-02-191-0/+5
* Fix \K within recursion bug in interpreter.ph102021-02-181-0/+4
* Fix some numerical checking bugs, Bugzilla 2690.ph102021-02-011-0/+12
* Update pcre2test to check delimiters after #perltest and fix some in test 1.ph102020-09-141-9/+9
* Fix delimiters in tests 1 and 4 for correct Perl behaviour (Bugzilla #2641). ph102020-09-131-29/+19
* Fix bad lookbehind compilation when preceded by a DEFINE group.ph102020-02-241-0/+4
* Fix bug in processing (?(DEFINE)...) within lookbehind assertions.ph102020-01-261-0/+17
* Documentation update and another cunning test pattern.ph102020-01-051-0/+18
* Allow real repetition of assertions.ph102020-01-011-0/+21
* Remove atomic restriction on capture groups containing recursive back ph102019-12-181-0/+14
* Fix bug introduced in commit 1133. Lookbehinds that follow a condition were not ph102019-08-261-0/+6
* Fix typo in test data comment.ph102019-08-011-1/+1
* Fix lookbehind within lookahead within lookbehind misbehaviour bug.ph102019-07-161-0/+9
* Typo in doc and update testsph102019-06-201-0/+16
* Don't ignore {1}+ when it is applied to a parenthesized item.ph102019-06-191-0/+18
* Make pcre2_match() return (*MARK) names from successful conditional assertions, ph102019-06-131-0/+14
* Fix zero-repeated subroutine call at start of pattern bug, which recorded an ph102018-10-201-0/+24
* Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also ph102018-09-241-0/+96
* Fix dynamic options changing bug.ph102018-08-041-0/+8
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-031-1/+1
* Add support for (?^) as now supported by Perl.ph102018-07-281-0/+9
* Add more tests for further ClusterFuzz issues, all were fixed by the previous ph102018-07-221-0/+4
* Fix oversight in recent OP_COMMIT_ARG update.ph102018-07-221-0/+2
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-211-2/+54
* Fixed atomic group backtracking bug.ph102018-07-161-0/+8
* Update Perl tester to allow for optimization to be turned off. Required moving ph102018-07-141-10/+0
* Documentation and tests update and minor tweak to perltest.sh. ph102018-07-121-0/+15
* Ignore qualifiers on lookaheads within lookbehinds when checking for a fixed ph102018-07-021-0/+10
* Fix global search/replace in pcre2test and pcre2_substitute() when the pattern ph102018-07-021-0/+9
* Fix auto-possessification bug at the end of a capturing group that is called ph102018-01-311-0/+64
* Fix oss-fuzz bugs 3852 and 3891 (same bug); mis-closing external captures by ph102017-10-291-0/+17
* Hyphen at the end of a character class is always literal. Give error for false ph102017-07-291-18/+4
* Fix bug in /xx implementation.ph102017-07-251-0/+16
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-21/+0
* Add subject_literal and allow jitstack in pcre2test pattern modifiers, and add ph102017-06-121-4/+200
* Add a fancy test for multiple named subpatterns.ph102017-04-221-0/+72
* Improve testing coverage with updates to pcre2test and test files; also get rid ph102017-04-161-0/+5
* Fix capturing in conditional negative assertions ended with (*ACCEPT).ph102017-04-031-0/+20
* Move some tests back into test 1 now that JIT has been updated.ph102017-03-241-0/+66
* Code for new interpreter (build system and documentation still to be done).ph102017-03-091-0/+90
* Reduce recursion limit for auto-possessify to reduce stack usage at compile ph102017-02-081-0/+6
* Fix hyphen after \E after POSIX class causing an error.ph102017-01-111-0/+8
* Fix name table sort buffer overflow.ph102016-12-211-0/+2
* Fix caseless minimizing back reference bug when heap in use for recursion.ph102016-12-101-0/+6
* Fix auto-anchor bug when .* is inside an assertion.ph102016-11-011-0/+4
* Fix optimization bugs when pattern starts with lookahead.ph102016-10-181-0/+8
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-0/+20
* Tidied up a lot of comments in the test files.ph102015-09-161-636/+427
* Implement #newline_default and adjust testdata and scripts to use it.ph102015-09-081-0/+1
* Maintenance on tests for Perl compatibilityph102015-08-031-45/+1