summaryrefslogtreecommitdiff
path: root/src/pcre2_match.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ACCEPT issue with ENDANCHORED.ph102017-04-111-2/+6
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-30/+39
* Implement PCRE2_ENDANCHORED.ph102017-04-041-5/+19
* Fix non-passing of mark values out of recursions.ph102017-04-041-13/+10
* Fix capturing in conditional negative assertions ended with (*ACCEPT).ph102017-04-031-11/+8
* Fix bug introduced at 10.21: use memory allocator from the pattern if no ph102017-03-251-8/+10
* Fix issues with (*VERB)s inside recursive subroutine calls.ph102017-03-231-24/+38
* Add cast to avoid compiler warning.ph102017-03-141-1/+1
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-5/+5
* Remove obsolete OP_ONCE_NC internal opcode.ph102017-03-111-2/+0
* Fix crash for pattern with very many captures. Fixes oss-fuzz issue 783.ph102017-03-101-45/+60
* Fix oss-fuzz issue 781: read from bad memory when fewer capturing parens than ph102017-03-101-2/+4
* Code for new interpreter (build system and documentation still to be done).ph102017-03-091-4245/+3767
* Fix caseless minimizing back reference bug when heap in use for recursion.ph102016-12-101-1/+1
* Fix buffer overflow in partial match test for CRLF in empty buffer.ph102016-12-081-1/+1
* Remove all "register" declarations.ph102016-11-031-34/+29
* Insert missing casts to reduce compiler warnings.ph102016-10-061-3/+3
* Exclude __INTEL_COMPILER in the test for __GNUC__.ph102016-06-171-1/+1
* Implement PCRE2_NO_JIT, update HTML docs as well.ph102016-06-051-1/+1
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-171-1/+1
* Tidy commentph102015-12-031-2/+3
* Support offset limit in JIT.zherczeg2015-11-151-7/+0
* Tidy another out-of-bounds pointer issue.ph102015-11-121-4/+4
* Fix dodgy code for UTF-32 checking.ph102015-11-011-3/+9
* Add null_context to pcre2test for testing NULL contexts.ph102015-09-231-23/+10
* Implement PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit(). No documentation ph102015-09-221-16/+43
* Runtime UTF checks now take not of the starting offset.ph102015-08-181-7/+40
* Fix pedantic infelicities shown up by clang and a UTF-8 checking overflow bug.ph102015-07-241-9/+12
* Memchr() speed-up for unanchored pattern in 8-bit mode.ph102015-07-061-1/+9
* Source and document file tidies for 10.20-RC1.ph102015-06-181-2/+2
* Implement PCRE2_ALT_CIRCUMFLEX.ph102015-04-221-2/+5
* Fix other cases where backtracking after \C could cause a crash.ph102015-04-081-5/+25
* Fix backtracking bug for \C\X* in UTF mode.ph102015-04-081-7/+12
* Fix bugs when (?!) is used as a condition.ph102015-03-241-0/+1
* Add string offset within the pattern to the data passed to a callout with a ph102015-03-141-4/+8
* Code for callouts with string arguments. Documentation not yet updated.ph102015-03-111-25/+63
* Fix bug for groups like (a)*+ (possessive, zero minimum) when the ovector was ph102015-02-111-65/+57
* Disallow quantification of assertion conditions, for Perl compatibility (and in ph102015-01-281-20/+20
* Add PCRE2_NO_DOTSTAR_ANCHOR and revise documentation for .* optimizing.ph102015-01-021-1/+1
* Ensure that the function op_recurse_ovecsave is not inlined when compiled by ph102014-12-311-0/+16
* Update and improve substring handling and its documentation.ph102014-12-141-8/+10
* Improve interfaces to substring functions, and fix bugs.ph102014-12-131-2/+1
* Add user data to recursion guard; get ready for RC1 (again)ph102014-11-261-2/+2
* Change callouts to pass the user data as a separate argument.ph102014-11-251-4/+4
* More documentation and test updates.ph102014-11-231-6/+2
* More documentation and file tidies.ph102014-11-211-4/+4
* Fix zero-repeated assertion-as-condition bug.ph102014-11-191-2/+5
* Get rid of remaining FIXMEs in the code; implement JIT compile timing.ph102014-11-121-12/+0
* Remove pcre2_jit_stack argument from jit_match.zherczeg2014-11-071-1/+1