summaryrefslogtreecommitdiff
path: root/src/pcre2_config.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-2/+8
* Add PCRE2_CONFIG_COMPILED_WIDTHS and PCRE2_CONFIG_NEVER_BACKSLASH_C.ph102017-09-161-5/+29
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-3/+3
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-0/+5
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-5/+5
* Remove remaining (now unused) code under HEAP_MATCH_RECURSE, and make the build ph102017-03-111-6/+5
* Documentation detrail and make HTML for 10.22-RC1.ph102016-06-291-1/+1
* Fix some picky compiler warningsph102016-02-161-11/+12
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* Tidy up API for pcre2_config.ph102014-11-251-22/+20
* Config returns code unit count for strings - didn't always.ph102014-11-111-10/+7
* Finish off changes of JIT stack assignmentph102014-11-081-3/+3
* The pcre2_jit_stack_assign is changed to use the matching context.zherczeg2014-11-061-3/+6
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-26/+26
* Remove length argument from pcre2_config; give width if where==NULL.ph102014-10-151-15/+42
* Fix JIT test issues when PCRE2 configured in various modes.zherczeg2014-10-131-5/+1
* Create PRIV(strcpy_c8) for copying config strings.ph102014-10-121-10/+2
* API documentation and a lot of little related changes to the code.ph102014-09-191-4/+4
* Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.ph102014-08-161-1/+1
* Add PCRE2_CONFIG_UNICODE_VERSION to give the Unicode version string.ph102014-08-121-0/+15
* Multi-config tests (without JIT) now work.ph102014-08-101-1/+6
* Preparatory work for JIT.ph102014-08-081-1/+4
* Improve consistency in #defined names, in particular with regard to ph102014-06-241-8/+8
* Add --version as a pcre2test option, and add a comment to config.ph102014-06-231-4/+19
* Abolish pcre2_version(); add PCRE2_CONFIG_VERSION.ph102014-06-231-6/+38
* Basic pcre2_compile() is working (no study, no auto-possess yet).ph102014-06-141-1/+1
* More groundwork for pcre2test: POSIX support.ph102014-04-301-4/+0
* Create dummy framework for all functions and programs.ph102014-03-071-0/+138