aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2024-02-16File tidies for 10.43Philip Hazel
2024-02-15Fuzzer: fix JIT fuzzing (#322)Addison Crump
2023-08-11Update documentation for variable-length lookbehindsPhilip Hazel
2023-08-10jit: add LoongArch support (#281)Carlo Marcelo Arenas Belón
2023-05-16windows: integrate visibility attributes without conflicts (#249)Carlo Marcelo Arenas Belón
2023-02-06build: update filelist after JIT update (#203)Carlo Marcelo Arenas Belón
2023-02-03add a C23 inspired checked integer multiplication helper (#198)Carlo Marcelo Arenas Belón
2023-01-17add pcre2_get_match_data_heapframes_size() (#191)Carlo Marcelo Arenas Belón
2022-12-11Implement pcre2posix_test, which is a program that includes pcre2posix.h but ...Philip Hazel
2022-12-06File and documentation tidies for 10.41 releasePhilip Hazel
2022-08-19Correct spelling mistakes (#143)Edward Betts
2022-07-14JIT compiler updateZoltan Herczeg
2022-04-15Final file tidies for 10.40Philip Hazel
2021-12-23Arrange to distribute pcre2_ucptables.cPhilip Hazel
2021-07-11Apply Jan-Willem Blokland's CMake patches to build both static and shared Philip.Hazel
2020-11-06File tidies for 10.36-RC1 Philip.Hazel
2020-05-26Fix previous commit: include CET_CFLAGS in 16-bit and 32-bit builds under Philip.Hazel
2020-05-25Apply H.J. Lu's patch to pass -mshstk to the compiler when Intel CET is Philip.Hazel
2020-03-20Renamed dftables as pcre2_dftables and enable it to write the tables in binary. Philip.Hazel
2019-11-06File tidies for 10.34-RC2.Philip.Hazel
2019-09-03Add the pcre2_maketables_free() function.Philip.Hazel
2019-08-26Update Makefile.am to add src/pcre2_jit_simd_inc.h to distribution.Philip.Hazel
2019-07-16Implemented pcre2_get_match_data_size().Philip.Hazel
2018-11-17Add --disable-pcre2grep-callout-fork configuration setting.Philip.Hazel
2018-11-14Unconditionally use inttypes.h instead of trying for stdint.h (simplification) Philip.Hazel
2018-10-14Update Makefile.am for compiling with gcov. Add Script Run tests to improve Philip.Hazel
2018-10-02Basic "script run" implementation. Not yet complete, and not yet documented.Philip.Hazel
2018-09-18Implement callouts from pcre2_substitute().Philip.Hazel
2018-08-29Fix typo in Makefile.am, which caused testoutput8-16-4 to be omitted from Philip.Hazel
2018-08-13Final file tidies for 10.32-RC1.Philip.Hazel
2017-11-14Add new file to distribution, omitted in last patch.Philip.Hazel
2017-09-12Replace multiple copies of extended grapheme sequence code with a single Philip.Hazel
2017-07-21Add missing src/sljit/sljitProtExecAllocator.c file name.Philip.Hazel
2017-07-12Document experimental pattern conversion functions and remove unimplemented Philip.Hazel
2017-05-17Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.Philip.Hazel
2017-05-06Experimental pattern conversion code (no public documentation yet).Philip.Hazel
2017-04-11Add explicit heap limiting options to pcre2_match(), with associated features Philip.Hazel
2017-03-31Documentation updatePhilip.Hazel
2017-03-25Documentation update.Philip.Hazel
2017-01-16File tidies for 10.23-RC1Philip.Hazel
2016-12-31Add RunGrepTest.bat (supplied by Jason Hood).Philip.Hazel
2016-11-22Add pcre2_code_copy_with_tables().Philip.Hazel
2016-10-31Add fuzzer support features.Philip.Hazel
2016-10-02Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.Philip.Hazel
2016-04-01Add callout support to pcre2grepPhilip.Hazel
2016-02-26Implemented pcre2_code_copy().Philip.Hazel
2015-12-18Final file tidies for 8.21-RC1.Philip.Hazel
2015-09-25List of test files needed updating.Philip.Hazel
2015-09-22Documentation for offset limits.Philip.Hazel
2015-07-16Move pcre2_find_bracket() into its own module to avoid circular dependency.Philip.Hazel