summaryrefslogtreecommitdiff
path: root/testdata/testoutput1
Commit message (Expand)AuthorAgeFilesLines
* Fix optimization bugs for patterns starting with lookaheads.ph102016-10-181-0/+8
* Fix named forward reference to duplicate group number overflow bug.ph102015-05-161-0/+5
* Fix comment between subroutine call and quantifier bug.ph102015-03-291-0/+5
* Add recursion depth limit to auto-possessification.ph102015-03-251-0/+2
* Fix crash when mutual recursion such as (\2)(\1) is studied.ph102015-02-081-0/+2
* Fix bug when there are unset groups prior to (*ACCEPT) within a capturing ph102014-11-051-0/+9
* Fix compile-time loop for recursive reference within a group with an indefinite ph102014-08-081-0/+10
* Tidy Perl compatibility test script.ph102014-08-081-1/+1
* Fix bad compile of [\Qx]... where x is any character.ph102014-06-181-0/+8
* Fix not including VT in starting characters for \s.ph102014-06-181-0/+4
* Fix two bugs concerned with duplicate named patterns.ph102014-05-281-0/+50
* Fix auto-possessification bug.ph102014-05-271-0/+4
* Another test case for previously fixed bug.ph102014-05-271-0/+6
* Fix empty-matching possessive zero-repeat groups bug.ph102014-05-271-0/+12
* Fixed an issue with nested table jumps.zherczeg2014-04-251-0/+4
* Wrong modifier messages in pcretest to go to stdout; update which modifiers are ph102013-11-121-1/+1
* Fix \K bug in possessively repeated groups.ph102013-11-111-0/+27
* In /x mode, allow white space before a possessive + character.ph102013-11-101-1/+25
* Give errors for [A-\d] and [a-[:digit:]] etc.ph102013-11-061-12/+0
* Add a simple tripwire to pcretest to lock out certain modifiers.ph102013-11-051-0/+2
* Add \o{} and tidy up \x{} handling. Minor update to RunTest.ph102013-10-091-0/+4
* Update \8 and \9 handling to match most recent Perl.ph102013-10-081-12/+33
* Refactor named group handling for conditional tests.ph102013-10-061-0/+10
* Add VT to the set of characters recognized as white space.ph102013-10-051-3/+3
* Refactored auto-possessification code.ph102013-10-011-0/+7
* Make back references to duplicated named subpatterns more like Perl.ph102013-09-061-0/+26
* Fix incorrect "first data item" recorded for an assertion condition.ph102013-07-291-6/+10
* Tidy up comment in test input.ph102013-04-261-5/+3
* Use tail recursion in maximizing character and character type repetitions, to ph102013-04-221-0/+30
* Fix open parens in MAKE/SKIP/PRUNE/THEN name bug.ph102013-04-011-0/+19
* Move tests that are now Perl-compatible from test 2 to test 1.ph102013-03-291-0/+37
* Further changes to backtracking verbs in assertions.ph102013-03-271-0/+36
* Move some tests from testinput2 to testinput1 because they are now ph102013-03-221-0/+107
* Code changes for simpler backtracking handling (docs to follow).ph102013-03-191-46/+52
* Another backtracking test.ph102013-03-171-0/+4
* Document SKIP looks only for MARK: add tests to confirm.ph102013-03-151-0/+18
* Further backtracking verb tests.ph102013-03-151-0/+16
* Change backtracking behaviour to "first verb encountered".ph102013-03-151-0/+100
* Fix the case where there are two or more SKIPs that may have to be ignored.ph102013-03-081-0/+18
* Fix *SKIP infinite loop.ph102013-03-081-0/+4
* Confine PRUNE and SKIP to recursive subpattern calls, like COMMIT.ph102013-03-061-0/+12
* Fix patterns that incorrectly set "anchored" or "start of line" for .* inside ph102012-07-101-0/+62
* Fix capture problem with repeated, empty-string-matching groups.ph102012-06-161-0/+10
* Documentation and other tidying for release.ph102012-06-011-4/+0
* Confine (*COMMIT) inside positive assertions, as documented.ph102012-02-261-0/+8
* Stop (*COMMIT) escaping from a recursive subroutine call.ph102012-02-251-0/+4
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-1/+1663
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-191-0/+18
* Fix problem with possessively repeated groups with minima greater than one.ph102011-11-181-0/+23
* Fix bad compiling of possessively repeated conditional subpattern.ph102011-11-181-0/+8