summaryrefslogtreecommitdiff
path: root/testdata/testinput1
Commit message (Expand)AuthorAgeFilesLines
* Fix a few small bugs and typos and update docs for a final release.ph102021-06-141-0/+3
* Fix zero-repeat leading subroutine call first character error.ph102018-10-201-0/+15
* Fix recognition of (?# style comment between quantifier and '+' or '?'.ph102017-02-201-0/+3
* Fix optimization bugs for patterns starting with lookaheads.ph102016-10-181-0/+6
* Fix named forward reference to duplicate group number overflow bug.ph102015-05-161-0/+3
* Fix comment between subroutine call and quantifier bug.ph102015-03-291-0/+3
* 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/+3
* Fix compile-time loop for recursive reference within a group with an indefinite ph102014-08-081-0/+6
* Tidy Perl compatibility test script.ph102014-08-081-1/+1
* Fix bad compile of [\Qx]... where x is any character.ph102014-06-181-0/+6
* Fix not including VT in starting characters for \s.ph102014-06-181-0/+3
* Fix two bugs concerned with duplicate named patterns.ph102014-05-281-0/+21
* Fix auto-possessification bug.ph102014-05-271-0/+3
* Another test case for previously fixed bug.ph102014-05-271-0/+3
* Fix empty-matching possessive zero-repeat groups bug.ph102014-05-271-0/+9
* Fixed an issue with nested table jumps.zherczeg2014-04-251-0/+3
* 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/+15
* In /x mode, allow white space before a possessive + character.ph102013-11-101-1/+19
* 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-0/+2
* Add \o{} and tidy up \x{} handling. Minor update to RunTest.ph102013-10-091-0/+3
* Update \8 and \9 handling to match most recent Perl.ph102013-10-081-7/+15
* Refactor named group handling for conditional tests.ph102013-10-061-0/+4
* Refactored auto-possessification code.ph102013-10-011-0/+3
* Make back references to duplicated named subpatterns more like Perl.ph102013-09-061-0/+11
* Fix incorrect "first data item" recorded for an assertion condition.ph102013-07-291-5/+6
* Tidy up comment in test input.ph102013-04-261-3/+3
* Use tail recursion in maximizing character and character type repetitions, to ph102013-04-221-0/+20
* Fix open parens in MAKE/SKIP/PRUNE/THEN name bug.ph102013-04-011-0/+12
* Move tests that are now Perl-compatible from test 2 to test 1.ph102013-03-291-0/+27
* Further changes to backtracking verbs in assertions.ph102013-03-271-0/+27
* Move some tests from testinput2 to testinput1 because they are now ph102013-03-221-0/+78
* Code changes for simpler backtracking handling (docs to follow).ph102013-03-191-33/+35
* Another backtracking test.ph102013-03-171-0/+3
* Document SKIP looks only for MARK: add tests to confirm.ph102013-03-151-0/+14
* Further backtracking verb tests.ph102013-03-151-0/+12
* Change backtracking behaviour to "first verb encountered".ph102013-03-151-0/+86
* Fix the case where there are two or more SKIPs that may have to be ignored.ph102013-03-081-0/+12
* Fix *SKIP infinite loop.ph102013-03-081-0/+3
* Confine PRUNE and SKIP to recursive subpattern calls, like COMMIT.ph102013-03-061-0/+9
* Fix patterns that incorrectly set "anchored" or "start of line" for .* inside ph102012-07-101-0/+41
* Fix capture problem with repeated, empty-string-matching groups.ph102012-06-161-0/+6
* Documentation and other tidying for release.ph102012-06-011-3/+0
* Confine (*COMMIT) inside positive assertions, as documented.ph102012-02-261-0/+6
* Stop (*COMMIT) escaping from a recursive subroutine call.ph102012-02-251-0/+3
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-1/+933
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-191-0/+13