aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-13Merge "Upgrade pcre to pcre2-10.42"main-16k-with-phonesSadaf Ebrahimi
2022-12-13Upgrade pcre to pcre2-10.42Sadaf Ebrahimi
2022-12-13Merge changes If45a9dc8,Ic373f38aSadaf Ebrahimi
2022-12-12Upgrading pcre METADATA from ARCHIVE to GITSadaf Ebrahimi
2022-12-12Initial repository for pcreSadaf Ebrahimi
2022-12-12Final file tidies for 10.42Philip Hazel
2022-12-12jit: fail early in ffcps_* if subject shorter than offs1 (#175)Carlo Marcelo Arenas Belón
2022-12-12Apply limit of 65535 to the number of capturing pairs in a match data block (...Philip Hazel
2022-12-11test: avoid shell issues with Solaris 10 (#172)Carlo Marcelo Arenas Belón
2022-12-11Further adjust #171 patch for odd stack limitsPhilip Hazel
2022-12-11pcre2test: print max stack size in the right units (#171)Carlo Marcelo Arenas Belón
2022-12-11ci: add macOS universal build (#170)Carlo Marcelo Arenas Belón
2022-12-11Implement pcre2posix_test, which is a program that includes pcre2posix.h but ...Philip Hazel
2022-12-09Move default of PCRE2_CALL_CONVENTION from pcre2posix.c to pcre2posix.hPhilip Hazel
2022-12-06File and documentation tidies for 10.41 releasePhilip Hazel
2022-12-05test: avoid double $srcdir references in RunGrepTest (#169)Carlo Marcelo Arenas Belón
2022-12-03JIT compiler updateZoltan Herczeg
2022-12-03jit: correctly implement utf_continue() for utf16 (#168)Carlo Marcelo Arenas Belón
2022-12-01jit: fix pcre2_jit_free_unused_memory() if sljit not using allocator (#165)Carlo Marcelo Arenas Belón
2022-12-01jit: replace open coded SSIZE_OF(sw) (#167)Carlo Marcelo Arenas Belón
2022-12-01ci: avoid pulling 64bit libraries from strawberry perl (#166)Carlo Marcelo Arenas Belón
2022-11-23Make the pcre2demo man page more standardPhilip Hazel
2022-11-22Update multiple-pattern handling in pcre2grepPhilip Hazel
2022-11-20ci: add CIFuzz action (#161)DavidKorczynski
2022-11-20Silence warnings about uninitialized min/max_repeat variables. (#159)Nathan Moinvaziri
2022-11-10JIT compiler updateZoltan Herczeg
2022-10-31Discard new Bash LC_TYPE warning in RunGrepTestPhilip Hazel
2022-10-31Enable LFS on 32-bit platforms (#153)David Seifert
2022-08-19Correct spelling mistakes (#143)Edward Betts
2022-08-19move cmake_minimum_required() before project() (#142)SpaceIm
2022-08-16Diagnose negative repeat value in pcre2test subject linePhilip Hazel
2022-08-11Remove the previous change to the GitHub action which tried running thePhilip Hazel
2022-08-11Update build.ymlPhilip Hazel
2022-08-10Add -a to diff in RunGrepTestPhilip Hazel
2022-08-10Change hex byte values in printf commands in RunGrepTest to octal, because somePhilip Hazel
2022-08-10Update ChangeLog for #139 pull requestPhilip Hazel
2022-08-10Fixed missing/misplaced PCRE2_CALL_CONVENTION macros in functions prototypes ...cbouc
2022-08-10Improve LCOV coverage statistics and fix bugs that showed up in pcre2grep whi...Philip Hazel
2022-08-01Add GCOV coverage files to .gitignorePhilip Hazel
2022-07-30Implement -Z in pcre2grep and update documentationPhilip Hazel
2022-07-28Added some special heap testsPhilip Hazel
2022-07-27Fix overlooked comment editPhilip Hazel
2022-07-27Refactor match_data() to always use the heap instead of having an initial fra...Philip Hazel
2022-07-15bazel support (#136)Ezekiel Warren
2022-07-14JIT compiler updateZoltan Herczeg
2022-07-14Fixed an issue in the backtracking optimization of character repeats in JIT (...Zoltan Herczeg
2022-07-08doc: fix various typos (#132)Amin Yahyaabadi
2022-06-30Add an #ifdef to avoid the need even to link with pcre2_jit_compile.o when JI...Philip Hazel
2022-06-30Change length variables in pcre2grep from int to size_tPhilip Hazel
2022-06-08Fix compiler warning in pcre2testPhilip Hazel