summaryrefslogtreecommitdiff
path: root/testdata/testoutput2
Commit message (Expand)AuthorAgeFilesLines
* Tidies to get rid of sanitize warnings (mostly about left shifts).ph102020-02-111-2/+1
* Fix anchoring bug in conditional subexpression.ph102018-09-021-0/+4
* Fix wrong first character when a backreference with a zero repeat is first ph102017-12-121-0/+16
* Fix optimization bugs for patterns starting with lookaheads.ph102016-10-181-1/+8
* Fix bad conditional recursion test bug when a group with name starting "R" ph102016-10-131-0/+28
* Fix non-diagnosis of missing assertion after (?(?C).ph102016-02-271-4/+7
* Yet another duplicate name bugfix by overestimating the memory needed (i.e. ph102016-02-271-0/+2
* Fix pcretest bad behaviour for callout in lookbehind.ph102016-02-061-0/+15
* Fix get_substring_list() bug when \K is used in an assertion.ph102015-12-081-0/+6
* Fix copy named substring bug.ph102015-12-051-0/+5
* 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-301-0/+15
* Fix bug for isolated \E between an item and its qualifier when auto callout is ph102015-11-271-0/+14
* Fix auto-callout (?# comment bug.ph102015-11-261-0/+36
* Fix POSIX class single-character bug.ph102015-11-171-0/+9
* Remove use of /dev/null in test 2 because Windows doesn't like it.ph102015-09-021-3/+3
* Fix bad error check for workspace overrun.ph102015-08-291-0/+2
* Hack in yet other patch for a bug in size computation that is fixed "properly" ph102015-08-211-0/+2
* The JIT compiler should restore the control chain for empty possessive repeats.zherczeg2015-08-111-0/+10
* The JIT compiler should not check repeats after a {0,1} repeat byte code.zherczeg2015-08-111-0/+2
* Add missing integer overflow checks.ph102015-08-101-0/+6
* 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-081-0/+4
* Fix buffer overflow for named references in (?| situations.ph102015-08-051-0/+2
* Give up on minimum length for overly complex patterns.ph102015-08-011-0/+11
* Fix (?R- not being diagnosed correctly.ph102015-07-221-0/+3
* Fix bad compilation of repeated conditional with only one branch.ph102015-07-221-0/+16
* Fix "run for ever" bug for deeply nested [: sequences.ph102015-07-211-0/+3
* Fix bug for classes containing \\ sequences.ph102015-07-201-0/+2
* Fix bad compile of possessively repeated conditional group that could match an ph102015-07-171-0/+13
* Fix buffer overflow for forward reference within backward assertion with excess ph102015-06-231-0/+3
* Fix group empty match bug.ph102015-06-091-0/+18
* Fix overflow when ovector has size 1.ph102015-06-091-0/+4
* Add integer overflow check to (?n) code.ph102015-06-081-0/+3
* Fix another buffer overflow.ph102015-06-031-0/+2
* Fix buffer overflow for lookbehind within mutually recursive subroutines.ph102015-05-191-0/+3
* Fix buffer overflow for named recursive back reference when the name is ph102015-05-151-0/+2
* Fix buffer overflow for repeated conditional when referencing a duplicate name.ph102015-05-081-0/+6
* Fix forward referencing bugs.ph102015-05-071-0/+8
* Fix forward reference offset bug.ph102015-05-031-0/+17
* Fix slow study when much mutual recursion.ph102015-04-131-0/+2
* Fix pcretest loop for \K in lookbehind assertion.ph102015-04-071-0/+28
* Fix stack overflow instead of diagnostic for mutual recursion inside a ph102015-04-011-0/+3
* Fix possessive quantifier after group containing subroutine call.ph102015-03-291-0/+42
* Fix non-diagnosis of missing assertion after (?(?< not followed by ! or =.ph102015-03-291-1/+4
* Fix mutual recursion inside other groups stack overflow bug.ph102015-03-271-0/+2
* Fix bugs caused by (?!) as a condition (which is converted to OP_FAIL).ph102015-03-241-0/+6
* Fix bad compilation for patterns like /((?+1)(\1))/ with forward reference ph102015-03-021-0/+15
* Fix bad compile for groups like "((?2){0,1999}())?".ph102015-02-281-0/+2
* Fixed two pcretest crashes caused by mangled input (the fuzzers are at work).ph102015-02-201-0/+11