summaryrefslogtreecommitdiff
path: root/testdata/testoutput6
Commit message (Expand)AuthorAgeFilesLines
* More partial match tweaks.ph102019-07-221-0/+8
* Update definition of partial match and fix \z and \Z (as documented).ph102019-07-211-0/+42
* Fix partial matching bug in pcre2_dfa_match().ph102019-06-261-0/+36
* Make pcre2test show actual pre-match consulted characters for a partial match, ph102019-06-261-6/+8
* Minor improvement to minimum length calculation.ph102019-06-131-1/+0
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-15/+15
* Fix bug in VERSION conditional test in DFA matching.ph102019-01-291-0/+14
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-0/+11
* 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/+11
* Previous FIRSTLINE patch was broken. Fix it.ph102018-01-011-0/+5
* Fix PCRE2_FIRSTLINE bug when a pattern match starts with the first code unit of ph102018-01-011-0/+13
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-221-11/+11
* Hyphen at the end of a character class is always literal. Give error for false ph102017-07-291-18/+0
* Make pcre2_dfa_match() take notice of the match limit, to catch patterns that ph102017-05-301-0/+5
* Fix lookbehind with zero-length branch in DFA matching. Fixes oss-fuzz 1959.ph102017-05-271-0/+20
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-0/+25
* Add endanchored tests for DFA matching.ph102017-04-051-0/+27
* Make \=find_limits apply to DFA matching, to find the minimum depth limit.ph102017-03-241-0/+5
* Fix misbehaving DFA match for possessively repeated character class (Bugzilla ph102017-03-221-0/+4
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-3/+3
* Code for new interpreter (build system and documentation still to be done).ph102017-03-091-2/+0
* Reduce stack requirements for test 6.ph102017-01-021-4/+4
* Make the recursion limit apply to DFA matching.ph102016-12-231-0/+5
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-26/+26
* Ignore "allcaptures" after DFA matching.ph102016-07-061-0/+10
* Two pcre2test extensions: quoted literal substrings in hex patterns and ph102016-01-291-2/+1
* Implement --never-backslash-Cph102015-10-171-8/+0
* Add null_context to pcre2test for testing NULL contexts.ph102015-09-231-0/+4
* Implement PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit(). No documentation ph102015-09-221-0/+22
* Tidied up a lot of comments in the test files.ph102015-09-161-601/+317
* Implement #newline_default and adjust testdata and scripts to use it.ph102015-09-081-0/+1
* Implement PCRE2_ALT_CIRCUMFLEX.ph102015-04-221-0/+13
* Fix bugs when (?!) is used as a condition.ph102015-03-241-0/+6
* Test binary zero in callout strings; change offset to PCRE2_SIZE; some ph102015-03-161-0/+9
* Add string offset within the pattern to the data passed to a callout with a ph102015-03-141-14/+14
* Fix crash in pcre2test for some callouts with string arguments.ph102015-03-141-0/+23
* Support manual callout with string argument at start of condition.ph102015-03-121-0/+52
* Code for callouts with string arguments. Documentation not yet updated.ph102015-03-111-0/+62
* Improvements for substring handling with partial matches.ph102014-12-221-0/+7
* Update and improve substring handling and its documentation.ph102014-12-141-11/+43
* Code for pcre2_substitute(), and tests.ph102014-11-111-12/+12
* Improve test coverage; minor typo in JIT test and other minor buglets fixed.ph102014-10-311-2/+2
* Partial documentation and partial code tweaks.ph102014-10-141-6/+12
* The tests all run clean with JIT.ph102014-10-111-6/+6
* Impose a minimum of 1 for the number of pairs in the ovector.ph102014-10-051-1/+1
* Save compile-time work when PCRE2_NO_START_OPTIMIZE is set.ph102014-10-031-2/+1
* Remove the ability to change newlines and \R at match time.ph102014-10-011-89/+100
* Make PCRE2_NO_START_OPTIMIZE a compile-only option.ph102014-10-011-19/+24