summaryrefslogtreecommitdiff
path: root/src/config.h.in
Commit message (Expand)AuthorAgeFilesLines
* Update version number for next release.ph102021-02-021-17/+76
* Check for memfd_create in configuration files.ph102020-04-281-0/+3
* Added tests for __attribute__((uninitialized)) to both the configure and ph102020-04-231-0/+3
* Add --disable-pcre2grep-callout-fork configuration setting.ph102018-11-171-0/+5
* Implement --disable-percent-zt to avoid %zu and %td even if the environment ph102018-11-151-0/+4
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-2/+1
* JIT compiler update.zherczeg2018-08-131-1/+2
* Make stdint.h an optional inclusion, in case it's not present in some systems. ph102018-06-191-4/+4
* More typos and changes to "Kibibytes" for "Kilobytes".ph102018-06-181-3/+3
* Typos in documentation and comments noted by Jason Hood.ph102018-06-171-1/+1
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-271-4/+8
* Add makefile support for SELinux allocator in JIT.zherczeg2017-06-151-0/+5
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-2/+2
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-1/+5
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-6/+7
* Remove remaining (now unused) code under HEAP_MATCH_RECURSE, and make the build ph102017-03-111-21/+12
* Update build system for changes in the JIT modules.ph102017-01-121-0/+38
* Note in config.h that SUPPORT_PCRE2GREP_JIT needs SUPPORT_JIT in order to be ph102016-10-141-1/+2
* Implement buffer expansion in pcre2grep.ph102016-10-111-5/+12
* Add callout support to pcre2grepph102016-04-011-0/+6
* Implement --never-backslash-Cph102015-10-171-0/+3
* Put config files in the repo for those without autotools.ph102015-09-241-0/+294
* Remove src/config.h.in from version control.ph102014-08-111-292/+0
* Basic pcre2_compile() is working (no study, no auto-possess yet).ph102014-06-141-37/+37
* More groundwork for pcre2test: POSIX support.ph102014-04-301-9/+0
* Create dummy framework for all functions and programs.ph102014-03-071-34/+20
* Some basic building infrastructure.ph102014-02-281-0/+315