summaryrefslogtreecommitdiff
path: root/testdata/testoutput6
Commit message (Collapse)AuthorAgeFilesLines
* More partial match tweaks.ph102019-07-221-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1142 6239d852-aaf2-0410-a92c-79f79f948069
* Update definition of partial match and fix \z and \Z (as documented).ph102019-07-211-0/+42
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1140 6239d852-aaf2-0410-a92c-79f79f948069
* Fix partial matching bug in pcre2_dfa_match().ph102019-06-261-0/+36
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1123 6239d852-aaf2-0410-a92c-79f79f948069
* Make pcre2test show actual pre-match consulted characters for a partial match, ph102019-06-261-6/+8
| | | | | | | not the length of the longest lookbehind. Control this by "allusedtext". git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1122 6239d852-aaf2-0410-a92c-79f79f948069
* Minor improvement to minimum length calculation.ph102019-06-131-1/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1103 6239d852-aaf2-0410-a92c-79f79f948069
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-15/+15
| | | | | | | in documentation to use "capture group", as Perl does. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1066 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bug in VERSION conditional test in DFA matching.ph102019-01-291-0/+14
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1062 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-0/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1028 6239d852-aaf2-0410-a92c-79f79f948069
* Ensure all match limit tests set a limit, don't rely on the default.ph102018-04-291-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@934 6239d852-aaf2-0410-a92c-79f79f948069
* Remove ctrl/Z from the input for test 6.ph102018-04-281-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@933 6239d852-aaf2-0410-a92c-79f79f948069
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-271-0/+11
| | | | | | | vectors when doing recursive function calls. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@932 6239d852-aaf2-0410-a92c-79f79f948069
* Previous FIRSTLINE patch was broken. Fix it.ph102018-01-011-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@900 6239d852-aaf2-0410-a92c-79f79f948069
* Fix PCRE2_FIRSTLINE bug when a pattern match starts with the first code unit of ph102018-01-011-0/+13
| | | | | | | a newline sequence. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@899 6239d852-aaf2-0410-a92c-79f79f948069
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-221-11/+11
| | | | | | | interpretation. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@893 6239d852-aaf2-0410-a92c-79f79f948069
* Hyphen at the end of a character class is always literal. Give error for false ph102017-07-291-18/+0
| | | | | | | range after \d etc. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@850 6239d852-aaf2-0410-a92c-79f79f948069
* Make pcre2_dfa_match() take notice of the match limit, to catch patterns that ph102017-05-301-0/+5
| | | | | | | use too much resource. This should fix oss-fuzz 1761. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@815 6239d852-aaf2-0410-a92c-79f79f948069
* Fix lookbehind with zero-length branch in DFA matching. Fixes oss-fuzz 1959.ph102017-05-271-0/+20
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@807 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-0/+25
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@806 6239d852-aaf2-0410-a92c-79f79f948069
* Add endanchored tests for DFA matching.ph102017-04-051-0/+27
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@732 6239d852-aaf2-0410-a92c-79f79f948069
* Make \=find_limits apply to DFA matching, to find the minimum depth limit.ph102017-03-241-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@702 6239d852-aaf2-0410-a92c-79f79f948069
* Fix misbehaving DFA match for possessively repeated character class (Bugzilla ph102017-03-221-0/+4
| | | | | | | 2086). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@698 6239d852-aaf2-0410-a92c-79f79f948069
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-3/+3
| | | | | | | | old name, which is retained as a synonym for the moment, is no longer appropriate. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@678 6239d852-aaf2-0410-a92c-79f79f948069
* Code for new interpreter (build system and documentation still to be done).ph102017-03-091-2/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@671 6239d852-aaf2-0410-a92c-79f79f948069
* Reduce stack requirements for test 6.ph102017-01-021-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@645 6239d852-aaf2-0410-a92c-79f79f948069
* Make the recursion limit apply to DFA matching.ph102016-12-231-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@623 6239d852-aaf2-0410-a92c-79f79f948069
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-26/+26
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@555 6239d852-aaf2-0410-a92c-79f79f948069
* Ignore "allcaptures" after DFA matching.ph102016-07-061-0/+10
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@545 6239d852-aaf2-0410-a92c-79f79f948069
* Two pcre2test extensions: quoted literal substrings in hex patterns and ph102016-01-291-2/+1
| | | | | | | detection of unsupported binary zeros in file input. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@478 6239d852-aaf2-0410-a92c-79f79f948069
* Implement --never-backslash-Cph102015-10-171-8/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@386 6239d852-aaf2-0410-a92c-79f79f948069
* Add null_context to pcre2test for testing NULL contexts.ph102015-09-231-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@376 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit(). No documentation ph102015-09-221-0/+22
| | | | | | | yet. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@372 6239d852-aaf2-0410-a92c-79f79f948069
* Tidied up a lot of comments in the test files.ph102015-09-161-601/+317
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@371 6239d852-aaf2-0410-a92c-79f79f948069
* Implement #newline_default and adjust testdata and scripts to use it.ph102015-09-081-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@365 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_ALT_CIRCUMFLEX.ph102015-04-221-0/+13
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@253 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bugs when (?!) is used as a condition.ph102015-03-241-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@231 6239d852-aaf2-0410-a92c-79f79f948069
* Test binary zero in callout strings; change offset to PCRE2_SIZE; some ph102015-03-161-0/+9
| | | | | | | documentation tidies. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@227 6239d852-aaf2-0410-a92c-79f79f948069
* Add string offset within the pattern to the data passed to a callout with a ph102015-03-141-14/+14
| | | | | | | string argument. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@225 6239d852-aaf2-0410-a92c-79f79f948069
* Fix crash in pcre2test for some callouts with string arguments.ph102015-03-141-0/+23
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@224 6239d852-aaf2-0410-a92c-79f79f948069
* Support manual callout with string argument at start of condition.ph102015-03-121-0/+52
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@223 6239d852-aaf2-0410-a92c-79f79f948069
* Code for callouts with string arguments. Documentation not yet updated.ph102015-03-111-0/+62
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@220 6239d852-aaf2-0410-a92c-79f79f948069
* Improvements for substring handling with partial matches.ph102014-12-221-0/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@177 6239d852-aaf2-0410-a92c-79f79f948069
* Update and improve substring handling and its documentation.ph102014-12-141-11/+43
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@174 6239d852-aaf2-0410-a92c-79f79f948069
* Code for pcre2_substitute(), and tests.ph102014-11-111-12/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@140 6239d852-aaf2-0410-a92c-79f79f948069
* Improve test coverage; minor typo in JIT test and other minor buglets fixed.ph102014-10-311-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@128 6239d852-aaf2-0410-a92c-79f79f948069
* Partial documentation and partial code tweaks.ph102014-10-141-6/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@110 6239d852-aaf2-0410-a92c-79f79f948069
* The tests all run clean with JIT.ph102014-10-111-6/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@105 6239d852-aaf2-0410-a92c-79f79f948069
* Impose a minimum of 1 for the number of pairs in the ovector.ph102014-10-051-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@96 6239d852-aaf2-0410-a92c-79f79f948069
* Save compile-time work when PCRE2_NO_START_OPTIMIZE is set.ph102014-10-031-2/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@90 6239d852-aaf2-0410-a92c-79f79f948069
* Remove the ability to change newlines and \R at match time.ph102014-10-011-89/+100
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@88 6239d852-aaf2-0410-a92c-79f79f948069
* Make PCRE2_NO_START_OPTIMIZE a compile-only option.ph102014-10-011-19/+24
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@87 6239d852-aaf2-0410-a92c-79f79f948069