summaryrefslogtreecommitdiff
path: root/testdata/testinput11
Commit message (Expand)AuthorAgeFilesLines
* Fix workspace overflow for (*ACCEPT) with deeply nested parentheses.ph102016-02-101-0/+2
* Fix forward reference offset bug.ph102015-05-031-0/+2
* Fix bad compilation for patterns like /((?+1)(\1))/ with forward reference ph102015-03-021-0/+2
* Fix compiler crash/misbehaviour for zero-repeated groups that include a ph102014-07-121-0/+2
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-737/+69
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-139/+14
* Update *MARK handling to be more like Perl.ph102011-11-291-14/+136
* Fix repeated forward reference needed character bug.ph102011-11-221-0/+3
* Fixed several items that were being incorrectly rejected as "not fixed length"ph102011-11-151-0/+27
* Marks in non-capturing atomic groups were not being passed out.ph102011-11-081-0/+6
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-041-3/+95
* Tests for recent bug fixes.ph102011-09-061-0/+5
* Test updates.ph102011-08-011-6/+0
* Allow all characters except closing parens in MARK:NAME etc.ph102011-07-291-0/+10
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-0/+12
* Fix three compile-time bugs (Bugzilla #1123).ph102011-07-251-0/+6
* Permit quantifiers on parenthesized assertions.ph102011-07-241-0/+3
* Make (*MARK) work in positive assertions.ph102011-07-221-0/+6
* Remove atomic from single repeats; convert possessive atomic to possessive ph102011-07-181-0/+6
* Fix capturing not happening in assertion conditions.ph102011-07-171-0/+3
* Fix two study bugs concerned with minimum subject lengths; add features to ph102011-07-021-3/+7
* Fixed newly introduced bug for patterns like /(?:(b))++/, where the capturing ph102011-06-281-0/+3
* Fix bug with /\A.*?(?:a|b(*THEN)c)/ by removing the tail recursion optimization ph102011-06-151-0/+30
* Fix problems with capturing parens and *ACCEPT with recursion.ph102011-06-121-0/+9
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-021-0/+68
* Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with ph102011-05-251-0/+9
* Fix internal error for recursive named back references.ph102010-11-231-0/+3
* Tidy up test comments, now that Perl >= 5.10 is generally around.ph102010-10-271-1/+1
* Add test for a (*SKIP) bug that was fixed by other changes.ph102010-10-251-0/+10
* Make (*COMMIT) override (*THEN) and similar.ph102010-10-101-0/+11
* Fix forward reference in the presence of (?#( (open parens in comment).ph102010-06-151-0/+5
* Avoid loop caused by (*SKIP) with an argument.ph102010-06-151-0/+5
* Add support for *MARK and names for *PRUNE, *SKIP, *THEN.ph102010-03-271-0/+84
* Fix incorrect compile time error for certain types of recursive patterns.ph102010-03-071-0/+10
* Fix bugs with \K in atomic groups, subroutines, and assertions.ph102010-03-061-0/+22
* Fix bugs relating to the use of (*SKIP) etc in assertions.ph102010-01-021-0/+21
* Document more clearly capturing behaviour for recursion and subroutines.ph102009-10-181-0/+33
* Fix problems with conditional references to duplicate named subpatterns.ph102009-10-041-0/+6
* Allow duplicate names for same-numbered groups; forbid different names.ph102009-10-031-0/+14
* Allow fixed-length subroutine calls in lookbehinds.ph102009-09-221-0/+13
* Add more explanation about recursive subpatterns, and make it possible to ph102009-09-181-0/+18
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-1/+3
* Re-organize tests to make is possible to test 5.10 features against Perl.ph102009-09-151-0/+253