summaryrefslogtreecommitdiff
path: root/src/pcre2_intmodedep.h
Commit message (Expand)AuthorAgeFilesLines
* Source tidies (trailing spaces) etc. for 10.34-RC1.ph102019-10-171-2/+2
* Mend bug introduced in previous patch. Fixes crash detected by ClusterFuzz ph102019-09-101-4/+3
* More partial match tweaks.ph102019-07-221-2/+2
* Update definition of partial match and fix \z and \Z (as documented).ph102019-07-211-0/+2
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-0/+1
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-121-1/+1
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-1/+2
* Implement callouts from pcre2_substitute().ph102018-09-181-0/+2
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-1/+1
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-271-0/+2
* Minor tweak to the m68k patch.ph102018-02-281-7/+8
* Add alignment patch for m68k.ph102018-02-271-0/+14
* Increment dummy ovector size in internal structures to avoid spurious array ph102018-01-161-9/+11
* Source tidies and version etc. updates for 10.31-RC1.ph102018-01-131-3/+3
* Tidy ACROSSCHAR macro to take same form as FORWARDCHAR and BACKCHAR.ph102018-01-011-2/+2
* Tidy up callout code in pcre2_dfa_match().ph102017-12-261-0/+1
* Save extra compile options with the compiled pattern, and add an info call to ph102017-12-161-0/+1
* Rejig how callout blocks are allocated in pcre2_match().ph102017-12-161-0/+1
* Fix oss-fuzz bugs 3852 and 3891 (same bug); mis-closing external captures by ph102017-10-291-2/+2
* Make pcre2_dfa_match() take notice of the match limit, to catch patterns that ph102017-05-301-0/+2
* More experimental convert code evolution.ph102017-05-231-15/+16
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-0/+1
* More refactoring for ovector addressing.ph102017-05-111-2/+6
* A better fix for oss-fuzz 1465.ph102017-05-111-2/+6
* Experimental pattern conversion code (no public documentation yet).ph102017-05-061-0/+7
* Adjust two match frame variables to save space in 8-bit mode.ph102017-04-141-2/+2
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-1/+4
* Fix issues with (*VERB)s inside recursive subroutine calls.ph102017-03-231-2/+3
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-4/+4
* Remove remaining (now unused) code under HEAP_MATCH_RECURSE, and make the build ph102017-03-111-3/+0
* Code for new interpreter (build system and documentation still to be done).ph102017-03-091-50/+64
* File tidies for 10.23-RC1ph102017-01-161-6/+6
* Improve class handling for \H and \V by ignoring caseless.ph102017-01-031-0/+2
* Make the recursion limit apply to DFA matching.ph102016-12-231-0/+1
* Fix bad working space size calculation when PCRE2_AUTO_CALLOUT is set.ph102016-11-041-0/+1
* Fix bad lookup in global table for wide characters in extended mode and in ph102016-10-271-5/+5
* Insert missing casts to reduce compiler warnings.ph102016-10-061-1/+1
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-8/+14
* Fix some picky compiler warningsph102016-02-161-43/+43
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-171-6/+6
* Use caching to improve could_be_empty() and find_fixed_length() compile times, ph102015-11-081-0/+1
* Implement pcre2_set_max_pattern_length()ph102015-11-051-0/+1
* Give error for overlong lookbehind assertion.ph102015-11-031-1/+7
* Fix UCP with [[:<]] and [[:>:]] bad compile bug.ph102015-10-211-1/+1
* Fix erroneous "\ at end of pattern" errors, introduced by ph102015-10-171-0/+1
* Implement PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit(). No documentation ph102015-09-221-0/+1
* Runtime UTF checks now take not of the starting offset.ph102015-08-181-9/+9
* Re-write recursion handling to fix another compiler bug and make it all less ph102015-08-091-1/+8
* Source and document file tidies for 10.20-RC1.ph102015-06-181-1/+1