summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* File tidies for 10.36-RC1 ph102020-11-061-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1283 6239d852-aaf2-0410-a92c-79f79f948069
* Fix previous commit: include CET_CFLAGS in 16-bit and 32-bit builds under ph102020-05-261-0/+2
| | | | | | | AutoTools. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1257 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/+1
| | | | | | | 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
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-9/+10
| | | | | | | Update documentation about character tables. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1237 6239d852-aaf2-0410-a92c-79f79f948069
* File tidies for 10.34-RC2.ph102019-11-061-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1182 6239d852-aaf2-0410-a92c-79f79f948069
* Add the pcre2_maketables_free() function.ph102019-09-031-1/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1161 6239d852-aaf2-0410-a92c-79f79f948069
* Update Makefile.am to add src/pcre2_jit_simd_inc.h to distribution.ph102019-08-261-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1159 6239d852-aaf2-0410-a92c-79f79f948069
* Implemented pcre2_get_match_data_size().ph102019-07-161-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1134 6239d852-aaf2-0410-a92c-79f79f948069
* Add --disable-pcre2grep-callout-fork configuration setting.ph102018-11-171-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1042 6239d852-aaf2-0410-a92c-79f79f948069
* Unconditionally use inttypes.h instead of trying for stdint.h (simplification) ph102018-11-141-1/+1
| | | | | | | 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
* Update Makefile.am for compiling with gcov. Add Script Run tests to improve ph102018-10-141-0/+4
| | | | | | | coverage. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1026 6239d852-aaf2-0410-a92c-79f79f948069
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1019 6239d852-aaf2-0410-a92c-79f79f948069
* Implement callouts from pcre2_substitute().ph102018-09-181-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1012 6239d852-aaf2-0410-a92c-79f79f948069
* Fix typo in Makefile.am, which caused testoutput8-16-4 to be omitted from ph102018-08-291-1/+1
| | | | | | | tarballs. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@992 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 10.32-RC1.ph102018-08-131-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@984 6239d852-aaf2-0410-a92c-79f79f948069
* Add new file to distribution, omitted in last patch.ph102017-11-141-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@880 6239d852-aaf2-0410-a92c-79f79f948069
* Replace multiple copies of extended grapheme sequence code with a single ph102017-09-121-0/+1
| | | | | | | subroutine. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@858 6239d852-aaf2-0410-a92c-79f79f948069
* Add missing src/sljit/sljitProtExecAllocator.c file name.ph102017-07-211-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@844 6239d852-aaf2-0410-a92c-79f79f948069
* Document experimental pattern conversion functions and remove unimplemented ph102017-07-121-0/+16
| | | | | | | features. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@840 6239d852-aaf2-0410-a92c-79f79f948069
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@786 6239d852-aaf2-0410-a92c-79f79f948069
* Experimental pattern conversion code (no public documentation yet).ph102017-05-061-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@766 6239d852-aaf2-0410-a92c-79f79f948069
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-0/+2
| | | | | | | for listing, configuring, etc. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@739 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation updateph102017-03-311-2/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@722 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation update.ph102017-03-251-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@709 6239d852-aaf2-0410-a92c-79f79f948069
* File tidies for 10.23-RC1ph102017-01-161-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@655 6239d852-aaf2-0410-a92c-79f79f948069
* Add RunGrepTest.bat (supplied by Jason Hood).ph102016-12-311-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@638 6239d852-aaf2-0410-a92c-79f79f948069
* Add pcre2_code_copy_with_tables().ph102016-11-221-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@605 6239d852-aaf2-0410-a92c-79f79f948069
* Add fuzzer support features.ph102016-10-311-2/+17
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@582 6239d852-aaf2-0410-a92c-79f79f948069
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@555 6239d852-aaf2-0410-a92c-79f79f948069
* Add callout support to pcre2grepph102016-04-011-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@507 6239d852-aaf2-0410-a92c-79f79f948069
* Implemented pcre2_code_copy().ph102016-02-261-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@495 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 8.21-RC1.ph102015-12-181-3/+17
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@472 6239d852-aaf2-0410-a92c-79f79f948069
* List of test files needed updating.ph102015-09-251-1/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@380 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation for offset limits.ph102015-09-221-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@375 6239d852-aaf2-0410-a92c-79f79f948069
* Move pcre2_find_bracket() into its own module to avoid circular dependency.ph102015-07-161-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@309 6239d852-aaf2-0410-a92c-79f79f948069
* Implement pcre2_callout_enumerate().ph102015-03-231-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@229 6239d852-aaf2-0410-a92c-79f79f948069
* Arrange for "make distclean" to remove config.h, a CMake-related file.ph102015-02-261-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@209 6239d852-aaf2-0410-a92c-79f79f948069
* Add RunTest.bat for testing under Windows, with appropriate test files.ph102015-02-251-2/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@208 6239d852-aaf2-0410-a92c-79f79f948069
* Add serialization functions and tests with updated pcre2test. Fix ph102015-01-231-0/+13
| | | | | | | PCRE2_INFO_SIZE issues. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@185 6239d852-aaf2-0410-a92c-79f79f948069
* Final preparations for 10.00-RC1ph102014-11-241-22/+28
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@159 6239d852-aaf2-0410-a92c-79f79f948069
* Update lists of distributed files.ph102014-11-171-5/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@149 6239d852-aaf2-0410-a92c-79f79f948069
* Substitute code update and documentation.ph102014-11-111-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@143 6239d852-aaf2-0410-a92c-79f79f948069
* Preliminary substitute function (not yet tested or documented).ph102014-11-081-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@138 6239d852-aaf2-0410-a92c-79f79f948069
* Changed jit_stack_alloc to jit_stack_create.ph102014-11-031-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@131 6239d852-aaf2-0410-a92c-79f79f948069
* Improve test coverage; minor typo in JIT test and other minor buglets fixed.ph102014-10-311-2/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@128 6239d852-aaf2-0410-a92c-79f79f948069
* Update clean up of RunTest and RunGrepTest working files.ph102014-10-281-41/+17
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@127 6239d852-aaf2-0410-a92c-79f79f948069
* More per-function documentation; revised perltest.sh replaces perltest.pl.ph102014-10-251-5/+53
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@122 6239d852-aaf2-0410-a92c-79f79f948069
* A lot more documentation.ph102014-10-211-59/+46
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@121 6239d852-aaf2-0410-a92c-79f79f948069
* More documentationph102014-10-201-12/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@119 6239d852-aaf2-0410-a92c-79f79f948069
* More documentation.ph102014-10-191-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@118 6239d852-aaf2-0410-a92c-79f79f948069