summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Final source changes for 10.37ph102021-05-261-2/+2
* Final file tidies for 10.37-RC1ph102021-04-281-5/+5
* Try reducing autoconf requirement to 2.60.ph102021-02-061-1/+1
* Update configure.ac for latest version of autoconf.ph102021-02-021-7/+5
* Update version number for next release.ph102021-02-021-3/+3
* Final file tidies for 10.36ph102020-12-041-2/+2
* File tidies for 10.36-RC1 ph102020-11-061-4/+4
* Fix Windows debug builds (Bugzilla #2600) using CMake.ph102020-06-221-0/+5
* Patch for CMakeLists.txt by Wolfgang Stoeggl fixes several things; see Bugzilla ph102020-06-011-3/+3
* Apply H.J. Lu's patch to pass -mshstk to the compiler when Intel CET is ph102020-05-251-0/+15
* Final file tidies for 10.35.ph102020-05-091-4/+4
* Restrict configuration of the JIT SELinux compatible memory allocator to Linux ph102020-04-281-5/+12
* Check for memfd_create in configuration files.ph102020-04-281-1/+1
* Add support for pkgconfig etc and versioning to CMake builds.ph102020-04-251-3/+3
* Added tests for __attribute__((uninitialized)) to both the configure and ph102020-04-231-1/+19
* File tidies for 10.35-RC1 release candidate.ph102020-04-151-4/+4
* 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