summaryrefslogtreecommitdiff
path: root/src/pcre2_context.c
Commit message (Expand)AuthorAgeFilesLines
* Correct tables argument data type for pcre2_set_character_tables() and fix ph102019-07-281-1/+1
* More file tidies for 10.33-RC1ph102019-03-041-1/+1
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-121-1/+1
* Implement callouts from pcre2_substitute().ph102018-09-181-5/+17
* Put back pcre2_set_recursion_limit() as a real function, synonym for ph102017-07-211-1/+7
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-2/+2
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-0/+1
* More experimental convert code evolution.ph102017-05-231-4/+14
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-4/+13
* Experimental pattern conversion code (no public documentation yet).ph102017-05-061-3/+60
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-0/+8
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-6/+6
* Remove remaining (now unused) code under HEAP_MATCH_RECURSE, and make the build ph102017-03-111-9/+3
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* Implement pcre2_set_max_pattern_length()ph102015-11-051-8/+16
* Implement PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit(). No documentation ph102015-09-221-0/+8
* (1) uint32_t for substring number args; (2) correct PRIV(memctl_malloc) ph102014-12-011-1/+1
* Add user data to recursion guard; get ready for RC1 (again)ph102014-11-261-1/+3
* Change callouts to pass the user data as a separate argument.ph102014-11-251-1/+1
* Remove pcre2_jit_stack argument from jit_match.zherczeg2014-11-071-0/+4
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-38/+38
* Create default compile and match contexts as constant static data.ph102014-10-111-34/+32
* Remove the ability to change newlines and \R at match time.ph102014-10-011-37/+2
* API documentation and a lot of little related changes to the code.ph102014-09-191-17/+18
* Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.ph102014-08-161-2/+2
* Specifying that the pcre2_memctl block must be at the start of all relevant ph102014-08-151-10/+5
* Compiling with --disalbe-stack-for-recursion is working. Introduce PCRE2_OFFSET ph102014-07-041-7/+8
* The pcre2_match() function's basic facilities are working (though hardly ph102014-06-281-1/+3
* Allow \R and newline handling to be specified at match time (as for PCRE1).ph102014-06-241-17/+50
* Basic pcre2_compile() is working (no study, no auto-possess yet).ph102014-06-141-2/+2
* Further work on pcre2test (can now display compiled code).ph102014-05-131-17/+19
* More groundwork for pcre2test: POSIX support.ph102014-04-301-62/+97
* Refactor the framework for revised API.ph102014-04-181-166/+146
* Create dummy framework for all functions and programs.ph102014-03-071-0/+357