summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged copy of 8.37.pcre-8.37ph102015-04-280-0/+0
* Final tidies for 8.37ph102015-04-284-6/+7
* Fix static linking issue with pkg-config.ph102015-04-234-0/+6
* Fix ARM64 SP alignment issue in JIT.zherczeg2015-04-231-14/+23
* Fix typo in ChangeLog.ph102015-04-221-1/+1
* Fix JIT assertion failure.zherczeg2015-04-211-0/+7
* Documentation and tidies preparatory to 8.37 release.ph102015-04-1419-125/+172
* Fix slow study when much mutual recursion.ph102015-04-136-24/+69
* Fix other cases of backtracking crashes after \C in UTF mode.ph102015-04-084-6/+14
* Fix backtracking bug for \C\X* in UTF mode.ph102015-04-084-3/+21
* Fix pcretest loop for \K in lookbehind assertion.ph102015-04-076-3/+97
* Fix pcregrep loop when \K is used in a lookbehind assertion.ph102015-04-074-37/+88
* Fix stack overflow instead of diagnostic for mutual recursion inside a ph102015-04-014-12/+35
* Minor refactor in JIT and set auto-possessify limit to 1000 from 10000 (to ma...zherczeg2015-04-012-14/+5
* Fix possessive quantifier after group containing subroutine call.ph102015-03-294-6/+58
* Fix non-diagnosis of missing assertion after (?(?< not followed by ! or =.ph102015-03-294-14/+26
* Fix comment between subroutine call and quantifier bug.ph102015-03-294-19/+39
* Fix mutual recursion inside other groups stack overflow bug.ph102015-03-274-2/+10
* Fix memory bug for [\S\V\H] compile.ph102015-03-274-1/+18
* Add recursion depth limit to auto-possessification.ph102015-03-254-5/+21
* Fix bugs caused by (?!) as a condition (which is converted to OP_FAIL).ph102015-03-248-4/+37
* Fix JIT compilation of conditional blocks, which assertion is converted to (*...zherczeg2015-03-243-1/+18
* Fix bad compile of patterns like /[A-`]/i8 where the range contains ph102015-03-064-8/+24
* Minor JIT compiler update.zherczeg2015-03-063-6/+14
* Remove computing the JIT read-only data size in advance and use on-demand mem...zherczeg2015-03-056-75/+81
* Fix bad compilation for patterns like /((?+1)(\1))/ with forward reference ph102015-03-028-1/+73
* Fix bad compile for groups like "((?2){0,1999}())?".ph102015-02-284-29/+40
* JIT compiler update.zherczeg2015-02-231-3/+3
* Fixed two pcretest crashes caused by mangled input (the fuzzers are at work).ph102015-02-204-28/+57
* Fix bug that did not allow zero case for (a)*+ when ovector was too small to ph102015-02-114-76/+93
* Add notes about PCRE2 to three critical documentation files.ph102015-02-103-7/+36
* Disallow quantification of assertions used as conditions.ph102015-02-085-13/+65
* Fix crash when mutual recursion such as (\2)(\1) is studied.ph102015-02-084-4/+13
* Fix duplicate names memory calculation error.ph102015-02-087-16/+17
* Fix conditional test not setting highest back reference.ph102015-02-084-0/+87
* Fix compile loop for subroutine reference when preceded by a non-ASCII ph102015-02-064-0/+50
* Catch auto-possessification potential loop for bad UTF pattern with ph102015-02-062-0/+12
* Fix memory leak for subroutine call with more than 10 captured groups to be ph102015-02-062-2/+9
* A better fix for the Posix with unknown modifier crash in pcretest.ph102015-02-031-3/+2
* Fix pcretest crash with /g and zero-length ovector.ph102015-02-032-0/+9
* Crash in pcretest after bad input.ph102015-02-033-4/+8
* Fix zero-repeat assertion condition bug.ph102014-11-194-2/+24
* JIT compiler update.zherczeg2014-11-094-4/+17
* Fix some invalid defines.zherczeg2014-11-071-3/+3
* Fix bug when there are unset groups prior to (*ACCEPT) within a capturing ph102014-11-054-1/+36
* Minor style fixes in JIT test.zherczeg2014-10-101-2/+7
* Style fixes.zherczeg2014-10-061-18/+18
* Support custom memory allocators in the JIT compiler.zherczeg2014-09-307-73/+87
* Major JIT compiler update.zherczeg2014-09-2715-1790/+1799
* Final tidies for 8.36ph102014-09-264-12/+14