summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Remove atomic restriction on capture groups containing recursive back ph102019-12-181-3/+3
* Final file tidies for 10.34ph102019-11-211-2/+2
* File tidies for 10.34-RC2.ph102019-11-061-2/+2
* Fix minor test issues and tidies/updates for 10.34-RC1 testing release.ph102019-10-151-5/+5
* Better description for jit-sealloc option and early check for executable memory.zherczeg2019-10-011-1/+1
* Implement a check on the number of capturing parentheses, which for some reason ph102019-04-221-3/+3
* Final file tidies for 10.33.ph102019-04-161-2/+2
* More file tidies for 10.33-RC1ph102019-03-041-7/+7
* Final file tidies for 10.33-RC1ph102019-03-041-5/+5
* Fix --enable-jit=auto for out-of-tree builds.ph102019-03-011-0/+3
* Add --disable-pcre2grep-callout-fork configuration setting.ph102018-11-171-3/+18
* Implement --disable-percent-zt to avoid %zu and %td even if the environment ph102018-11-151-1/+16
* Unconditionally use inttypes.h instead of trying for stdint.h (simplification) ph102018-11-141-5/+0
* Add "allvector" to pcre2test.ph102018-09-151-3/+3
* Final file tidies for 10.32ph102018-09-111-3/+3
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-5/+5
* Remove previous patch, as it did not take account of read-only source ph102018-06-221-6/+0
* Both make systems now delete src/{pcre2.h,config.h} before starting. The ph102018-06-211-0/+6
* Ensure PCRE2_HAVE_STDINT_H is defined to 0 when no header, not unset. Same for ph102018-06-211-2/+2
* Make stdint.h an optional inclusion, in case it's not present in some systems. ph102018-06-191-4/+9
* More typos and changes to "Kibibytes" for "Kilobytes".ph102018-06-181-2/+2
* Typos in documentation and comments noted by Jason Hood.ph102018-06-171-3/+3
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-271-8/+13
* Add --enable-jit=auto support.ph102018-02-251-0/+12
* Fix pcre2test -C to correctly show what \R matches.ph102018-02-191-3/+3
* Final file tidies for 10.31ph102018-02-121-2/+2
* Source tidies and version etc. updates for 10.31-RC1.ph102018-01-131-4/+4
* Documentation update.ph102017-09-121-3/+3
* Final file tidies for 10.30 release.ph102017-08-151-2/+2
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-10/+10
* Add makefile support for SELinux allocator in JIT.zherczeg2017-06-151-0/+14
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-1/+6
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-8/+19
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-19/+38
* Remove remaining (now unused) code under HEAP_MATCH_RECURSE, and make the build ph102017-03-111-33/+33
* Code for new interpreter (build system and documentation still to be done).ph102017-03-091-3/+3
* Check malloc returns in pcre2test.ph102017-02-231-3/+3
* Final file updates for 10.23.ph102017-02-141-2/+2
* File tidies for 10.23-RC1ph102017-01-161-8/+8
* Update build system for changes in the JIT modules.ph102017-01-121-7/+5
* Upgrade pcre2grep for Windows courtesy of Jason Hood.ph102016-12-311-17/+7
* Add fuzzer support features.ph102016-10-311-1/+14
* 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-43/+65
* Update pcre2test with the /utf8_input option, for generating wide characters in ph102016-08-031-3/+3
* Final file tidies for 10.22.ph102016-07-291-2/+2
* Fix incorrect SONAME for pcre2posix wrapper library.ph102016-07-021-1/+1
* Documentation detrail and make HTML for 10.22-RC1.ph102016-06-291-4/+4
* File tidies for 10.22-RC1ph102016-06-291-5/+5
* Add callout support to pcre2grepph102016-04-011-0/+28