summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* Add valgrind suppressions file to RunTest so that issued that are provoked by ph102016-03-011-0/+15
* Fix non-diagnosis of missing assertion after (?(?C).ph102016-02-272-4/+9
* Yet another duplicate name bugfix by overestimating the memory needed (i.e. ph102016-02-272-0/+4
* Fix workspace overflow for (*ACCEPT) with deeply nested parentheses.ph102016-02-104-0/+11
* Fix pcretest bad behaviour for callout in lookbehind.ph102016-02-062-0/+19
* Fix get_substring_list() bug when \K is used in an assertion.ph102015-12-082-0/+9
* Fix (by hacking) another length computation issue.ph102015-12-053-3/+3
* Fix copy named substring bug.ph102015-12-052-0/+8
* Fix /x bug when pattern starts with white space and (?-x)ph102015-12-031-14/+14
* Fix \Q\E before qualifier bug when auto callouts are enabled.ph102015-11-302-0/+17
* Fix bug for isolated \E between an item and its qualifier when auto callout is ph102015-11-272-0/+16
* Fix negated POSIX class within negated overall class UCP bug.ph102015-11-272-0/+25
* Fix auto-callout (?# comment bug.ph102015-11-264-0/+68
* Fix wide character bug for some negative POSIX classes.ph102015-11-206-26/+148
* Fix [:punct:] bug in UCP mode (interpreter only). ph102015-11-172-0/+10
* Fix POSIX class single-character bug.ph102015-11-174-0/+44
* Fix crash caused by long (*MARK) or (*THEN) names.ph102015-10-284-0/+8
* File tidies for 8.38-RC1.ph102015-10-274-35/+35
* Fix compile bug for classes like [\W\p{Any}].ph102015-10-092-0/+35
* Remove use of /dev/null in test 2 because Windows doesn't like it.ph102015-09-022-4/+4
* A match limit issue is fixed in JIT.zherczeg2015-09-022-0/+7
* Fix bad error check for workspace overrun.ph102015-08-292-0/+4
* Fix two assertion fails in JIT found by Karl Skomski.zherczeg2015-08-244-0/+11
* Hack in yet other patch for a bug in size computation that is fixed "properly" ph102015-08-212-0/+4
* The JIT compiler should restore the control chain for empty possessive repeats.zherczeg2015-08-112-0/+16
* The JIT compiler should not check repeats after a {0,1} repeat byte code.zherczeg2015-08-112-0/+4
* Add missing integer overflow checks.ph102015-08-102-0/+10
* Fix reported offsets in \k and \g syntax errors.ph102015-08-101-5/+5
* The JIT compiler did not restore the control verb head in case of *THEN contr...zherczeg2015-08-082-0/+7
* Make pcregrep -q override -l and -c for compatibility with other greps.ph102015-08-051-0/+4
* Fix buffer overflow for named references in (?| situations.ph102015-08-052-0/+4
* Give up on minimum length for overly complex patterns.ph102015-08-012-0/+13
* Fix (?R- not being diagnosed correctly.ph102015-07-222-0/+5
* Fix bad compilation of repeated conditional with only one branch.ph102015-07-222-0/+18
* Fix "run for ever" bug for deeply nested [: sequences.ph102015-07-212-0/+5
* Fix bug for classes containing \\ sequences.ph102015-07-202-0/+4
* Fix infinite recursion in the JIT compiler when certain patterns when certain...zherczeg2015-07-202-0/+4
* Fix bad compile of possessively repeated conditional group that could match an ph102015-07-172-0/+15
* JIT should return with error when the compiled pattern requires more stack sp...zherczeg2015-06-302-0/+11
* Fix buffer overflow for forward reference within backward assertion with excess ph102015-06-232-0/+5
* Recognize EBCDIC non-breaking space and give error for \p in a class when no ph102015-06-192-0/+9
* Fix group empty match bug.ph102015-06-092-0/+20
* Fix overflow when ovector has size 1.ph102015-06-092-0/+7
* Add integer overflow check to (?n) code.ph102015-06-082-0/+5
* Fix another buffer overflow.ph102015-06-035-3/+7
* Fix buffer overflow for lookbehind within mutually recursive subroutines.ph102015-05-192-0/+6
* Fix named forward reference to duplicate group number overflow bug.ph102015-05-162-0/+8
* Fix buffer overflow for named recursive back reference when the name is ph102015-05-152-0/+4
* Fix buffer overflow for repeated conditional when referencing a duplicate name.ph102015-05-082-0/+12
* Fix forward referencing bugs.ph102015-05-072-0/+14