summaryrefslogtreecommitdiff
path: root/testdata/testinput6
Commit message (Expand)AuthorAgeFilesLines
* More partial match tweaks.ph102019-07-221-0/+6
* Update definition of partial match and fix \z and \Z (as documented).ph102019-07-211-0/+26
* Fix partial matching bug in pcre2_dfa_match().ph102019-06-261-0/+22
* Make pcre2test show actual pre-match consulted characters for a partial match, ph102019-06-261-4/+4
* Fix bug in VERSION conditional test in DFA matching.ph102019-01-291-0/+10
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-0/+7
* Ensure all match limit tests set a limit, don't rely on the default.ph102018-04-291-0/+1
* Remove ctrl/Z from the input for test 6.ph102018-04-281-2/+2
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-271-0/+8
* Previous FIRSTLINE patch was broken. Fix it.ph102018-01-011-0/+4
* Fix PCRE2_FIRSTLINE bug when a pattern match starts with the first code unit of ph102018-01-011-0/+10
* Hyphen at the end of a character class is always literal. Give error for false ph102017-07-291-12/+0
* Make pcre2_dfa_match() take notice of the match limit, to catch patterns that ph102017-05-301-0/+3
* Fix lookbehind with zero-length branch in DFA matching. Fixes oss-fuzz 1959.ph102017-05-271-0/+12
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-0/+18
* Add endanchored tests for DFA matching.ph102017-04-051-0/+19
* Make \=find_limits apply to DFA matching, to find the minimum depth limit.ph102017-03-241-0/+3
* Fix misbehaving DFA match for possessively repeated character class (Bugzilla ph102017-03-221-0/+3
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-2/+2
* Reduce stack requirements for test 6.ph102017-01-021-4/+4
* Make the recursion limit apply to DFA matching.ph102016-12-231-0/+4
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-1/+1
* Ignore "allcaptures" after DFA matching.ph102016-07-061-0/+4
* Two pcre2test extensions: quoted literal substrings in hex patterns and ph102016-01-291-2/+1
* Implement --never-backslash-Cph102015-10-171-6/+0
* Add null_context to pcre2test for testing NULL contexts.ph102015-09-231-0/+3
* Implement PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit(). No documentation ph102015-09-221-0/+14
* Tidied up a lot of comments in the test files.ph102015-09-161-290/+301
* Implement #newline_default and adjust testdata and scripts to use it.ph102015-09-081-0/+1
* Implement PCRE2_ALT_CIRCUMFLEX.ph102015-04-221-0/+6
* Fix bugs when (?!) is used as a condition.ph102015-03-241-0/+4
* Test binary zero in callout strings; change offset to PCRE2_SIZE; some ph102015-03-161-0/+5
* Fix crash in pcre2test for some callouts with string arguments.ph102015-03-141-0/+6
* Support manual callout with string argument at start of condition.ph102015-03-121-0/+8
* Code for callouts with string arguments. Documentation not yet updated.ph102015-03-111-0/+16
* Improvements for substring handling with partial matches.ph102014-12-221-0/+3
* Update and improve substring handling and its documentation.ph102014-12-141-0/+11
* Remove the ability to change newlines and \R at match time.ph102014-10-011-61/+51
* Make PCRE2_NO_START_OPTIMIZE a compile-only option.ph102014-10-011-11/+8
* Implement (*NOTEMPTY) and (?(VERSION= features.ph102014-08-261-0/+12
* Implement the "rightchar" feature of match data.ph102014-08-191-1/+16
* Changes to pcre2test single-letter modifiers.ph102014-08-031-126/+126
* Add more tests.ph102014-08-031-0/+4786