summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* Computation of memory needed for the table of names of groups was giving an ph102011-12-071-3/+3
* Tidies for 8.21-RC1 release.ph102011-12-051-1/+0
* Fix bug with caseless matching of characters of different lengths when the ph102011-12-012-0/+36
* Fix pcretest not forgetting JIT after it has been used once.ph102011-12-011-3/+1
* Expand compile workspace for very many forward references. This ups the limit ph102011-11-301-1/+0
* Update *MARK handling to be more like Perl.ph102011-11-294-497/+467
* Some UTF-8 tests were in the wrong file.ph102011-11-254-20/+26
* Fix repeated forward reference needed character bug.ph102011-11-222-0/+9
* Test for workspace overflow with forward reference data.ph102011-11-222-0/+9
* Disallow \N in character classes, for Perl compatibility.ph102011-11-212-0/+11
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-1910-0/+69
* Fix problem with possessively repeated groups with minima greater than one.ph102011-11-182-0/+37
* Fix bad compiling of possessively repeated conditional subpattern.ph102011-11-184-0/+55
* Fixed several items that were being incorrectly rejected as "not fixed length"ph102011-11-154-0/+128
* Caseless matching of backreferences with fixed length repetitions was broken.ph102011-11-152-0/+26
* Correctly supporting \x and \u in JavaScript compatibility modezherczeg2011-11-132-0/+86
* Marks in non-capturing atomic groups were not being passed out.ph102011-11-082-0/+17
* Supporting OP_NCREF, OP_RREF and OP_NRREF by the JIT compilerzherczeg2011-10-314-4/+11
* 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