summaryrefslogtreecommitdiff
path: root/testdata/testoutput10
Commit message (Expand)AuthorAgeFilesLines
* Reorganized the tests and made many more work in 16-bit mode.ph102011-12-211-712/+2036
* A lot more work on pcretest; now runs many (but not all) tests.ph102011-12-191-5/+5
* Optimization fixes for ranges contains only a single characterzherczeg2011-12-111-10/+10
* UTF16 fixes: iterated character parsing, named referenceszherczeg2011-12-071-3/+3
* renaming utf8 to utf, JIT compiler update, disallowing invalid utf charszherczeg2011-12-031-23/+8
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-041-19/+19
* Remove atomic from single repeats; convert possessive atomic to possessive ph102011-07-181-18/+14
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-021-11/+9
* Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with ph102011-05-251-24/+19
* Fix problem with (*THEN) not backing up far enough.ph102010-10-101-0/+29
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-1/+42
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-1/+1
* Slight performance improvement by using the new OP_ALLANY opcode for cases of ph102008-04-201-2/+2
* Fix loop for classes containing \p or \P and just one ascii character.ph102007-08-201-0/+72
* Fix loop for null-matching condition nested in an outer unlimited repeat.ph102007-08-031-0/+34
* Adjust opcode names in debugging output.ph102007-07-301-66/+66
* New test for internal sizes and offsets when link size is 2.ph102007-05-041-0/+563