summaryrefslogtreecommitdiff
path: root/testdata/testinput8
Commit message (Expand)AuthorAgeFilesLines
* Fix DFA match handling of possessive repeated character class (Bugzilla 2086).ph102017-03-221-0/+3
* Ignore "show all captures" after DFA matching.ph102016-07-061-0/+4
* Fix bugs caused by (?!) as a condition (which is converted to OP_FAIL).ph102015-03-241-0/+4
* Fix empty-matching possessive zero-repeat groups bug.ph102014-05-271-0/+6
* Give errors for [A-\d] and [a-[:digit:]] etc.ph102013-11-061-7/+0
* Add a simple tripwire to pcretest to lock out certain modifiers.ph102013-11-051-2/+5
* More auto-possessification additions, using possessive class repeats. These are ph102013-10-141-0/+32
* Update \8 and \9 handling to match most recent Perl.ph102013-10-081-8/+10
* Refactored auto-possessification code.ph102013-10-011-11/+11
* Fix segfault when pcre_dfa_exec() is called with an output vector of length ph102013-05-151-0/+3
* Fix DFA bug (3 cases) when UTF code was being obeyed in non-UTF mode.ph102012-06-171-0/+11
* Fix long-standing DFA testing restart bug in pcretest, and add some ph102012-04-191-0/+5
* Fix partial match issues with CRLF and \r, and update tests.ph102012-02-171-0/+20
* DFA tests for partial matching bug fixes.ph102012-02-151-0/+53
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-499/+4503
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-191-0/+5
* Add PCRE_ERROR_SHORTUTF8 to PCRE_PARTIAL_HARD processing.ph102010-11-071-0/+3
* Test for ridiculous values of starting offsets; tidy UTF-8 code.ph102010-11-061-0/+8
* Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.ph102010-10-221-0/+4
* Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*ph102009-10-171-0/+18
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-4/+4
* Further fixes for bumpalong processing in UTF-8 mode.ph102008-07-111-0/+3
* (1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.ph102007-09-171-4/+4
* Add facility to make \R match only CR, LF, or CRLF.ph102007-09-111-0/+36
* Add support for \h, \H, \v, \V.ph102007-06-131-0/+38
* Load pcre-7.0 into code/trunk.nigel2007-02-241-0/+53
* Load pcre-6.0 into code/trunk.nigel2007-02-241-0/+540