summaryrefslogtreecommitdiff
path: root/src/pcre2_match_data.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented pcre2_get_match_data_size().ph102019-07-161-1/+14
* More file tidies for 10.33-RC1ph102019-03-041-2/+2
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-1/+7
* More refactoring for ovector addressing.ph102017-05-111-1/+1
* Code for new interpreter (build system and documentation still to be done).ph102017-03-091-3/+3
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* Use allocator from code for pcre2_match_data_create_from_pattern if NULL ph102014-11-281-0/+3
* Preliminary substitute function (not yet tested or documented).ph102014-11-081-1/+1
* More per-function documentation; revised perltest.sh replaces perltest.pl.ph102014-10-251-0/+1
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-3/+3
* Remove leftchar/rightchar from the public API.ph102014-10-101-24/+0
* Impose a minimum of 1 for the number of pairs in the ovector.ph102014-10-051-1/+5
* Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.ph102014-08-161-5/+5
* Specifying that the pcre2_memctl block must be at the start of all relevant ph102014-08-151-1/+1
* Compiling with --disalbe-stack-for-recursion is working. Introduce PCRE2_OFFSET ph102014-07-041-7/+7
* Further work on pcre2test (can now display compiled code).ph102014-05-131-1/+1
* More groundwork for pcre2test: POSIX support.ph102014-04-301-20/+16
* Refactor the framework for revised API.ph102014-04-181-7/+20
* Create dummy framework for all functions and programs.ph102014-03-071-0/+154