summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add missing src/sljit/sljitProtExecAllocator.c file name.ph102017-07-211-0/+1
* Document experimental pattern conversion functions and remove unimplemented ph102017-07-121-0/+16
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-0/+2
* Experimental pattern conversion code (no public documentation yet).ph102017-05-061-0/+5
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-0/+2
* Documentation updateph102017-03-311-2/+0
* Documentation update.ph102017-03-251-0/+2
* File tidies for 10.23-RC1ph102017-01-161-0/+4
* Add RunGrepTest.bat (supplied by Jason Hood).ph102016-12-311-3/+3
* Add pcre2_code_copy_with_tables().ph102016-11-221-0/+2
* Add fuzzer support features.ph102016-10-311-2/+17
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-0/+2
* Add callout support to pcre2grepph102016-04-011-0/+1
* Implemented pcre2_code_copy().ph102016-02-261-0/+2
* Final file tidies for 8.21-RC1.ph102015-12-181-3/+17
* List of test files needed updating.ph102015-09-251-1/+6
* Documentation for offset limits.ph102015-09-221-0/+2
* Move pcre2_find_bracket() into its own module to avoid circular dependency.ph102015-07-161-0/+1
* Implement pcre2_callout_enumerate().ph102015-03-231-0/+2
* Arrange for "make distclean" to remove config.h, a CMake-related file.ph102015-02-261-1/+1
* Add RunTest.bat for testing under Windows, with appropriate test files.ph102015-02-251-2/+3
* Add serialization functions and tests with updated pcre2test. Fix ph102015-01-231-0/+13
* Final preparations for 10.00-RC1ph102014-11-241-22/+28
* Update lists of distributed files.ph102014-11-171-5/+9
* Substitute code update and documentation.ph102014-11-111-0/+2
* Preliminary substitute function (not yet tested or documented).ph102014-11-081-0/+1
* Changed jit_stack_alloc to jit_stack_create.ph102014-11-031-2/+2
* Improve test coverage; minor typo in JIT test and other minor buglets fixed.ph102014-10-311-2/+3
* Update clean up of RunTest and RunGrepTest working files.ph102014-10-281-41/+17
* More per-function documentation; revised perltest.sh replaces perltest.pl.ph102014-10-251-5/+53
* A lot more documentation.ph102014-10-211-59/+46
* More documentationph102014-10-201-12/+12
* More documentation.ph102014-10-191-2/+2
* Change --enable-pcre8 etc to --enable-pcre2-8 etc and consequent changes; ph102014-10-171-48/+48
* Partial documentation and partial code tweaks.ph102014-10-141-2/+2
* PCRE2 successfully compiles with --enable-jit now.zherczeg2014-09-301-2/+0
* More documentation.ph102014-09-291-50/+50
* More draft documentation.ph102014-09-281-25/+21
* Some typosph102014-09-261-2/+2
* More documentation.ph102014-09-191-11/+11
* API documentation and a lot of little related changes to the code.ph102014-09-191-2/+4
* Even when coverage is not configured, clean up old coverage files during 'make ph102014-08-301-3/+17
* Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.ph102014-08-161-1/+1
* Remove (possibly temporarily) byte-ordering functions (which were dummies ph102014-08-151-1/+0
* Enable RunTest when "make check" is obeyed.ph102014-08-111-2/+3
* Multi-config tests (without JIT) now work.ph102014-08-101-4/+5
* Enable pcre2grep tests.ph102014-07-151-4/+4
* Abolish pcre2_version(); add PCRE2_CONFIG_VERSION.ph102014-06-231-1/+0
* Auto-possession and studying added; compile-time errors refactored.ph102014-06-211-6/+4
* Basic pcre2_compile() is working (no study, no auto-possess yet).ph102014-06-141-3/+3