summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* Documentation and tidies preparatory to 8.37 release.ph102015-04-144-7/+7
* Fix slow study when much mutual recursion.ph102015-04-132-0/+4
* Fix other cases of backtracking crashes after \C in UTF mode.ph102015-04-082-0/+7
* Fix backtracking bug for \C\X* in UTF mode.ph102015-04-082-0/+7
* Fix pcretest loop for \K in lookbehind assertion.ph102015-04-074-0/+68
* Fix pcregrep loop when \K is used in a lookbehind assertion.ph102015-04-071-0/+8
* Fix stack overflow instead of diagnostic for mutual recursion inside a ph102015-04-012-0/+5
* Fix possessive quantifier after group containing subroutine call.ph102015-03-292-0/+46
* Fix non-diagnosis of missing assertion after (?(?< not followed by ! or =.ph102015-03-292-1/+6
* Fix comment between subroutine call and quantifier bug.ph102015-03-292-0/+8
* Fix mutual recursion inside other groups stack overflow bug.ph102015-03-272-0/+4
* Fix memory bug for [\S\V\H] compile.ph102015-03-272-0/+4
* Add recursion depth limit to auto-possessification.ph102015-03-252-0/+4
* Fix bugs caused by (?!) as a condition (which is converted to OP_FAIL).ph102015-03-244-0/+20
* Fix bad compile of patterns like /[A-`]/i8 where the range contains ph102015-03-062-0/+7
* Remove computing the JIT read-only data size in advance and use on-demand mem...zherczeg2015-03-052-0/+16
* Fix bad compilation for patterns like /((?+1)(\1))/ with forward reference ph102015-03-026-0/+64
* Fix bad compile for groups like "((?2){0,1999}())?".ph102015-02-282-0/+4
* Fixed two pcretest crashes caused by mangled input (the fuzzers are at work).ph102015-02-202-0/+16
* Fix bug that did not allow zero case for (a)*+ when ovector was too small to ph102015-02-112-0/+25
* Disallow quantification of assertions used as conditions.ph102015-02-082-4/+32
* Fix crash when mutual recursion such as (\2)(\1) is studied.ph102015-02-082-0/+4
* Fix duplicate names memory calculation error.ph102015-02-085-3/+7
* Fix conditional test not setting highest back reference.ph102015-02-082-0/+73
* Fix compile loop for subroutine reference when preceded by a non-ASCII ph102015-02-062-0/+19
* Fix zero-repeat assertion condition bug.ph102014-11-192-0/+16
* Fix bug when there are unset groups prior to (*ACCEPT) within a capturing ph102014-11-052-0/+12
* Fix compile-time loop for recursive reference within a group with an indefinite ph102014-08-082-0/+16
* Tidy Perl compatibility test script.ph102014-08-082-2/+2
* Fix compiler crash/misbehaviour for zero-repeated groups that include a ph102014-07-126-0/+100
* Update to Unicode 7.0.0 releasechpe2014-06-192-3/+3
* Recognize characters with multiple other cases when creating starting bit map.ph102014-06-184-0/+52
* Fix bad compile of [\Qx]... where x is any character.ph102014-06-182-0/+14
* Fix not including VT in starting characters for \s.ph102014-06-185-40/+47
* Fix bad starting data when char with more than one other case follows ph102014-06-184-0/+18
* Fix two bugs concerned with duplicate named patterns.ph102014-05-282-0/+71
* Give error for \x{} and \o{}.ph102014-05-272-0/+29
* Fix auto-possessification bug.ph102014-05-274-0/+25
* Another test case for previously fixed bug.ph102014-05-272-0/+9
* Fix empty-matching possessive zero-repeat groups bug.ph102014-05-274-0/+35
* Fixed an issue with nested table jumps.zherczeg2014-04-252-0/+7
* Fix C++ compiler warnings and silly quantifier size check.ph102014-04-211-3/+3
* Fix typo that caused max/min quantifiers in ungreedy mode not to work.ph102014-03-102-0/+7
* Implement pcre_stack_guard.ph102014-02-092-0/+18
* Fix bug in tests when 16/32 bits and --enable-bsr-anycrlf are both set. Extend ph102014-01-173-5/+5
* Check alternative outputs for the locale test in RunTest. It should now work ph102014-01-125-10/+364
* Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.zherczeg2014-01-112-0/+7
* Fix caseless character class bug for characters within a range that have more ph102014-01-104-2/+53
* Reword pcretest messages and clarify "first char" meaning.ph102014-01-0319-183/+183
* Typo fixchpe2014-01-012-2/+2