summaryrefslogtreecommitdiff
path: root/src/pcre2_substring.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid pointer overflow for unset captures in pcre2_substring_list_get(), though ph102018-01-121-2/+7
* Ensure all _free() functions do nothing for NULL, and document this.ph102016-02-061-4/+10
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* Improvements for substring handling with partial matches.ph102014-12-221-2/+9
* File tidies for 10.00-RC2.ph102014-12-191-21/+21
* Update and improve substring handling and its documentation.ph102014-12-141-30/+60
* Improve interfaces to substring functions, and fix bugs.ph102014-12-131-63/+76
* (1) uint32_t for substring number args; (2) correct PRIV(memctl_malloc) ph102014-12-011-6/+6
* Substitute code update and documentation.ph102014-11-111-1/+1
* Preliminary substitute function (not yet tested or documented).ph102014-11-081-1/+2
* Changed jit_stack_alloc to jit_stack_create.ph102014-11-031-1/+1
* Improve test coverage; minor typo in JIT test and other minor buglets fixed.ph102014-10-311-2/+4
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-34/+34
* API documentation and a lot of little related changes to the code.ph102014-09-191-5/+5
* Re-specify how the substring functions return lengths.ph102014-08-291-45/+42
* Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.ph102014-08-161-1/+1
* Specifying that the pcre2_memctl block must be at the start of all relevant ph102014-08-151-2/+2
* Tests 1 and 2 are converted (but without save/restore).ph102014-07-241-0/+3
* Implement pcre2grep and its test.ph102014-07-151-4/+12
* Compiling with --disalbe-stack-for-recursion is working. Introduce PCRE2_OFFSET ph102014-07-041-1/+2
* Further work on pcre2test (can now display compiled code).ph102014-05-131-87/+208
* Refactor the framework for revised API.ph102014-04-181-67/+68
* Create dummy framework for all functions and programs.ph102014-03-071-0/+352