summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* Fix THEN:ARG bug introduced with *THEN refactoring.ph102011-10-102-1/+13
* Additional atomic group tests.ph102011-10-092-0/+119
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-045-33/+369
* Fix bug with (*THEN) in a subroutine/recursion.ph102011-09-272-0/+7
* Restore tail-recursion optimizations when no (*THEN) in pattern.ph102011-09-202-7/+16
* Fix miscompile of /(*ACCEPT)a/, which thought a match had to start with "a".ph102011-09-202-0/+24
* Fix *THEN in condition issue.ph102011-09-202-0/+38
* Fix minimum length bug with *ACCEPT.ph102011-09-192-0/+41
* Update full set of tests with many configurations.ph102011-09-104-4/+4
* Patch to RunTest for use with simulations; further JIT code/test tidies.ph102011-09-096-16/+31
* Tidy up interface from pcre_study() to JIT, and ignore a minimum length of 0.ph102011-09-091-2/+1
* Update pcregrep to use JIT by default with options to disable.ph102011-09-061-3/+3
* Tests for recent bug fixes.ph102011-09-064-0/+29
* More JIT testing.ph102011-08-262-5/+28
* Refactor RunTest and add JIT-specific tests.ph102011-08-234-0/+49
* Commit changes for JIT supportph102011-08-223-6/+20
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-8/+26
* Fix pcre_study() bug with \b at start of branch.ph102011-08-152-0/+20
* More test re-arrangements (to match different configurations)ph102011-08-014-23/+23
* Test updates.ph102011-08-0110-1879/+1881
* Fix partial match bug with /f.*/8s.ph102011-08-012-0/+28
* Fix bug that caused /.(*F)/ to give a partial match instead of no match.ph102011-08-012-0/+7
* Add tests for *MARK in callouts, and update pcretest documentation.ph102011-08-012-0/+64
* Fix typo in error message in pcregrep.ph102011-08-011-1/+1
* Changes to pcregrep concerned with very long lines.ph102011-07-301-0/+4
* Allow all characters except closing parens in MARK:NAME etc.ph102011-07-292-0/+27
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-286-0/+99
* Fix three compile-time bugs (Bugzilla #1123).ph102011-07-256-3/+61
* Minor code tidy.ph102011-07-252-0/+5
* Permit quantifiers on parenthesized assertions.ph102011-07-248-5/+412
* Fix pcregrep repeated match in same line bug.ph102011-07-222-9/+52
* Make (*MARK) work in positive assertions.ph102011-07-222-0/+15
* Fix isolated \k bug.ph102011-07-222-0/+10
* Add the /= modifier to pcretest so as to be able to check unset capturing ph102011-07-202-0/+66
* Fix \X* bug when first character has the mark property. Also improve code for ph102011-07-192-0/+14
* Remove atomic from single repeats; convert possessive atomic to possessive ph102011-07-189-77/+84
* Fix mutual recursion minimum calculation in study bug.ph102011-07-172-0/+40
* Fix capturing not happening in assertion conditions.ph102011-07-174-0/+25
* Re-do atomic group processing to fix backtrack capture bugs. Recursion is also ph102011-07-164-0/+68
* Fix atomic group and assertion capturing problems.ph102011-07-092-0/+75
* Fix problem with the interaction of (*ACCEPT) in an assertion with ph102011-07-022-0/+30
* Fix two study bugs concerned with minimum subject lengths; add features to ph102011-07-028-48/+423
* Fixed newly introduced bug for patterns like /(?:(b))++/, where the capturing ph102011-06-282-0/+8
* Fix bug with /\A.*?(?:a|b(*THEN)c)/ by removing the tail recursion optimization ph102011-06-154-3/+91
* Fix problems with capturing parens and *ACCEPT with recursion.ph102011-06-124-0/+64
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-029-16/+560
* Fixed some omissions in pcre_study() for the new caseless opcodes.ph102011-05-272-0/+80
* Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with ph102011-05-258-56/+203
* Moved tests for new Unicode 6.0.0 scripts out of Perl-compatible tests, as Perl ph102011-05-094-51/+59
* Fix backup bug for \R with greedy quantifier.ph102011-05-094-0/+112