summaryrefslogtreecommitdiff
path: root/src/pcre2_pattern_info.c
Commit message (Expand)AuthorAgeFilesLines
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-1/+1
* Some places where the new opcode OP_COMMIT_ARG needs to be handled and which I ph102018-07-211-1/+2
* Source tidies and version etc. updates for 10.31-RC1.ph102018-01-131-1/+1
* Save extra compile options with the compiled pattern, and add an info call to ph102017-12-161-0/+5
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-1/+1
* A better fix for oss-fuzz 1465.ph102017-05-111-2/+2
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-0/+6
* Fix NULL deference if pcre2_callout_enumerate() is called with a NULL pattern ph102017-03-211-1/+5
* Add "framesize" to pcre2test to display pcre2_match() frame size, using the new ph102017-03-161-0/+6
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-7/+7
* 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
* Implement PCRE2_INFO_HASBACKSLASHC.ph102015-11-141-1/+6
* Source and document file tidies for 10.20-RC1.ph102015-06-181-4/+4
* Implement pcre2_callout_enumerate().ph102015-03-231-0/+177
* Get rid of remaining FIXMEs in the code; implement JIT compile timing.ph102014-11-121-12/+0
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-3/+3
* Update pcre2_pattern_info to return a length if "where" is NULL.ph102014-10-161-8/+46
* API documentation and a lot of little related changes to the code.ph102014-09-191-7/+15
* Tidy some comments; change several PCRE2_INFO fields to uint32_t instead of ph102014-08-151-15/+15
* The pcre2_match() function's basic facilities are working (though hardly ph102014-06-281-2/+0
* Miscellanous name tidies.ph102014-06-241-1/+1
* Improve consistency in #defined names, in particular with regard to ph102014-06-241-13/+13
* Basic pcre2_compile() is working (no study, no auto-possess yet).ph102014-06-141-1/+1
* Got pcre2test as far as it can go without real compile and match functions.ph102014-05-201-1/+1
* Further work on pcre2test (can now display compiled code).ph102014-05-131-1/+1
* More groundwork for pcre2test: POSIX support.ph102014-04-301-32/+112
* Refactor the framework for revised API.ph102014-04-181-3/+48
* Create dummy framework for all functions and programs.ph102014-03-071-0/+71