summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Try reducing autoconf requirement to 2.60.ph102021-02-061-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1298 6239d852-aaf2-0410-a92c-79f79f948069
* Update configure.ac for latest version of autoconf.ph102021-02-021-7/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1297 6239d852-aaf2-0410-a92c-79f79f948069
* Update version number for next release.ph102021-02-021-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1296 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 10.36ph102020-12-041-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1287 6239d852-aaf2-0410-a92c-79f79f948069
* File tidies for 10.36-RC1 ph102020-11-061-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1283 6239d852-aaf2-0410-a92c-79f79f948069
* Fix Windows debug builds (Bugzilla #2600) using CMake.ph102020-06-221-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1265 6239d852-aaf2-0410-a92c-79f79f948069
* Patch for CMakeLists.txt by Wolfgang Stoeggl fixes several things; see Bugzilla ph102020-06-011-3/+3
| | | | | | | #2584/ git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1259 6239d852-aaf2-0410-a92c-79f79f948069
* Apply H.J. Lu's patch to pass -mshstk to the compiler when Intel CET is ph102020-05-251-0/+15
| | | | | | | enabled. CMake version invented by PH, but only tested on non-CET system. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1256 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 10.35.ph102020-05-091-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1254 6239d852-aaf2-0410-a92c-79f79f948069
* Restrict configuration of the JIT SELinux compatible memory allocator to Linux ph102020-04-281-5/+12
| | | | | | | and NetBSD. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1252 6239d852-aaf2-0410-a92c-79f79f948069
* Check for memfd_create in configuration files.ph102020-04-281-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1251 6239d852-aaf2-0410-a92c-79f79f948069
* Add support for pkgconfig etc and versioning to CMake builds.ph102020-04-251-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1249 6239d852-aaf2-0410-a92c-79f79f948069
* Added tests for __attribute__((uninitialized)) to both the configure and ph102020-04-231-1/+19
| | | | | | | | CMake build files. Used to disable initialization of the match stack frames vector (clang has an automatic initialization feature). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1246 6239d852-aaf2-0410-a92c-79f79f948069
* File tidies for 10.35-RC1 release candidate.ph102020-04-151-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1244 6239d852-aaf2-0410-a92c-79f79f948069
* Remove atomic restriction on capture groups containing recursive back ph102019-12-181-3/+3
| | | | | | | references, as since 10.30 it has been unnecessary. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1193 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 10.34ph102019-11-211-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1188 6239d852-aaf2-0410-a92c-79f79f948069
* File tidies for 10.34-RC2.ph102019-11-061-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1182 6239d852-aaf2-0410-a92c-79f79f948069
* Fix minor test issues and tidies/updates for 10.34-RC1 testing release.ph102019-10-151-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1177 6239d852-aaf2-0410-a92c-79f79f948069
* Better description for jit-sealloc option and early check for executable memory.zherczeg2019-10-011-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1174 6239d852-aaf2-0410-a92c-79f79f948069
* Implement a check on the number of capturing parentheses, which for some reason ph102019-04-221-3/+3
| | | | | | | has never existed. This fixes ClusterFuzz issue 14376. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1088 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 10.33.ph102019-04-161-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1086 6239d852-aaf2-0410-a92c-79f79f948069
* More file tidies for 10.33-RC1ph102019-03-041-7/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1079 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 10.33-RC1ph102019-03-041-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1078 6239d852-aaf2-0410-a92c-79f79f948069
* Fix --enable-jit=auto for out-of-tree builds.ph102019-03-011-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1077 6239d852-aaf2-0410-a92c-79f79f948069
* Add --disable-pcre2grep-callout-fork configuration setting.ph102018-11-171-3/+18
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1042 6239d852-aaf2-0410-a92c-79f79f948069
* Implement --disable-percent-zt to avoid %zu and %td even if the environment ph102018-11-151-1/+16
| | | | | | | claims to be C99 or greater. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1041 6239d852-aaf2-0410-a92c-79f79f948069
* Unconditionally use inttypes.h instead of trying for stdint.h (simplification) ph102018-11-141-5/+0
| | | | | | | and remove the now unnecessary inclusion in pcre2_internal.h. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1040 6239d852-aaf2-0410-a92c-79f79f948069
* Add "allvector" to pcre2test.ph102018-09-151-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1007 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 10.32ph102018-09-111-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1001 6239d852-aaf2-0410-a92c-79f79f948069
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@983 6239d852-aaf2-0410-a92c-79f79f948069
* Remove previous patch, as it did not take account of read-only source ph102018-06-221-6/+0
| | | | | | | directories. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@947 6239d852-aaf2-0410-a92c-79f79f948069
* Both make systems now delete src/{pcre2.h,config.h} before starting. The ph102018-06-211-0/+6
| | | | | | | | existence of these files can confuse if building is happening in another directory. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@943 6239d852-aaf2-0410-a92c-79f79f948069
* Ensure PCRE2_HAVE_STDINT_H is defined to 0 when no header, not unset. Same for ph102018-06-211-2/+2
| | | | | | | PCRE2_HAVE_INTTYPES_H. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@942 6239d852-aaf2-0410-a92c-79f79f948069
* Make stdint.h an optional inclusion, in case it's not present in some systems. ph102018-06-191-4/+9
| | | | | | | Use inttypes.h instead if it exists. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@940 6239d852-aaf2-0410-a92c-79f79f948069
* More typos and changes to "Kibibytes" for "Kilobytes".ph102018-06-181-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@937 6239d852-aaf2-0410-a92c-79f79f948069
* Typos in documentation and comments noted by Jason Hood.ph102018-06-171-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@936 6239d852-aaf2-0410-a92c-79f79f948069
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-271-8/+13
| | | | | | | vectors when doing recursive function calls. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@932 6239d852-aaf2-0410-a92c-79f79f948069
* Add --enable-jit=auto support.ph102018-02-251-0/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@922 6239d852-aaf2-0410-a92c-79f79f948069
* Fix pcre2test -C to correctly show what \R matches.ph102018-02-191-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@916 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 10.31ph102018-02-121-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@913 6239d852-aaf2-0410-a92c-79f79f948069
* Source tidies and version etc. updates for 10.31-RC1.ph102018-01-131-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@910 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation update.ph102017-09-121-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@857 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 10.30 release.ph102017-08-151-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@853 6239d852-aaf2-0410-a92c-79f79f948069
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-10/+10
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@842 6239d852-aaf2-0410-a92c-79f79f948069
* Add makefile support for SELinux allocator in JIT.zherczeg2017-06-151-0/+14
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@824 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-1/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@806 6239d852-aaf2-0410-a92c-79f79f948069
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-8/+19
| | | | | | | for listing, configuring, etc. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@739 6239d852-aaf2-0410-a92c-79f79f948069
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-19/+38
| | | | | | | | old name, which is retained as a synonym for the moment, is no longer appropriate. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@678 6239d852-aaf2-0410-a92c-79f79f948069
* Remove remaining (now unused) code under HEAP_MATCH_RECURSE, and make the build ph102017-03-111-33/+33
| | | | | | | | systems give a warning of the obsolescence of --disable-stack-for-recursion and the equivalent CMake setting. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@676 6239d852-aaf2-0410-a92c-79f79f948069
* Code for new interpreter (build system and documentation still to be done).ph102017-03-091-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@671 6239d852-aaf2-0410-a92c-79f79f948069