summaryrefslogtreecommitdiff
path: root/testdata/testinput2
Commit message (Expand)AuthorAgeFilesLines
* Implement Perl's /n option, which is the same as PCRE2_NO_AUTO_CAPTURE.ph102017-04-181-0/+2
* Implement PCRE2_EXTENDED_MORE and friends.ph102017-04-181-0/+14
* Improve testing coverage with updates to pcre2test and test files; also get rid ph102017-04-161-0/+191
* Support end anchored in JIT.zherczeg2017-04-131-5/+0
* Fix ACCEPT issue with ENDANCHORED.ph102017-04-111-0/+3
* Extend auto-anchoring to ignore "never-obeyed" groups at the start.ph102017-04-071-0/+16
* Implement PCRE2_ENDANCHORED.ph102017-04-041-0/+29
* Fix non-passing of mark values out of recursions.ph102017-04-041-0/+5
* Support full ovector data for JIT callouts.zherczeg2017-03-251-1/+4
* Move some tests back into test 1 now that JIT has been updated.ph102017-03-241-26/+0
* Fix issues with (*VERB)s inside recursive subroutine calls.ph102017-03-231-2/+12
* Fix 32-bit error buffer size bug in pcre2test (Bugzilla 2079).ph102017-03-211-0/+2
* Capture control verbs inside the conditional assertion of a conditional block.zherczeg2017-03-201-1/+1
* Reworked the recursive pattern matching in the JIT compiler to follow the int...zherczeg2017-03-191-16/+16
* Fix crash for forward reference in lookbehind with PCRE2_ANCHORED. Fixes ph102017-03-161-0/+2
* Fix crash for pattern with very many captures. Fixes oss-fuzz issue 783.ph102017-03-101-0/+6
* Code for new interpreter (build system and documentation still to be done).ph102017-03-091-16/+53
* Check malloc returns in pcre2test.ph102017-02-231-0/+3
* Cache group minima to speed up studying of pathological patterns. Fixes ph102017-02-101-0/+6
* Fix \g+ bug when the number that follows is too big.ph102017-01-311-0/+4
* Add callout_error to pcre2test and stop the fuzzer after 100 callouts.ph102016-12-281-2/+5
* Fix issue with \Q\E after a callout before an assertion condition.ph102016-12-281-0/+4
* Fail hyphen after POSIX character class.ph102016-12-271-0/+2
* Fix mis-parsing of a conditional group with callout but a question mark where ph102016-12-231-0/+6
* More refactoring: keep track of empty branches during compiling, replacing a ph102016-12-231-4/+7
* Fix incorrect internal error for very complicated back reference handling.ph102016-12-201-0/+6
* Fix \Q\E quantification bug.ph102016-12-111-3/+7
* Fix OOB error in substitute with start offset longer than length.ph102016-12-091-0/+3
* Fix NULL defer in extended substition for \p, \P, or \X.ph102016-12-091-0/+3
* Fix buffer overflow in partial match test for CRLF in empty buffer.ph102016-12-081-0/+3
* Fix \Q...\E bug in (*VERB) name when PCRE2_ALT_VERBNAMES and PCRE2_AUTO_CALLOUT ph102016-11-271-0/+2
* Quantifiers following (*VERB)s were not being diagnosed.ph102016-11-251-0/+2
* Fix bad behaviour for subroutine call in lookbehind when the called subroutine ph102016-11-231-0/+2
* Fix overrun bug caused by conditional with assertion using too much memory.ph102016-11-181-0/+4
* Fix global overflow bug for get/copy names in pcre2test.ph102016-11-101-0/+4
* Test update.ph102016-11-041-0/+2
* Fix overrun for unterminated number after \g'ph102016-11-041-2/+4
* Fix read beyond unterminated quantifier at end of pattern.ph102016-11-011-0/+4
* Fix bad memory calculation when the first branch of a lookbehind is of zero ph102016-10-281-0/+4
* Diagnose an overall recursion (?0) inside a lookbehind as an error.ph102016-10-231-0/+2
* Fix optimization bugs when pattern starts with lookahead.ph102016-10-181-0/+2
* Add test for bug already fixed by the refactoring.ph102016-10-131-0/+4
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-2/+71
* Detect overflow in pcre2test pattern and subject repetition counts.ph102016-07-061-0/+6
* Detect missing closing parentheses during the pre-pass.ph102016-02-131-0/+2
* Fix pcre2test loop when a callout is in an initial lookbehind.ph102016-02-061-0/+5
* Detect unmatched closing parentheses in the pre-scan to avoid giving incorrect ph102016-02-021-0/+2
* Two pcre2test extensions: quoted literal substrings in hex patterns and ph102016-01-291-4/+8
* Fix printing of *MARK names containing binary zeroes in pcre2test.ph102015-12-161-0/+14
* Some tests were in the wrong files.ph102015-12-151-2/+0