aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-18Merge "Remove VNDK definition(s)" into mainHEADmastermainTreehugger Robot
2024-03-11Remove VNDK definition(s)Kiyoung Kim
2024-02-22Merge "Upgrade libpcre2 to pcre2-10.43" into main am: 71cb3f7149Sadaf Ebrahimi
2024-02-22Merge "Upgrade libpcre2 to pcre2-10.43" into mainSadaf Ebrahimi
2024-02-21Upgrade libpcre2 to pcre2-10.43Sadaf Ebrahimi
2024-02-16File tidies for 10.43Philip Hazel
2024-02-16Avoid compiler warningsPhilip Hazel
2024-02-16conditionally enable differential fuzzing (#381)Addison Crump
2024-02-15Get rid of warnings in fuzzsupport.c and note its upgrade in ChangeLogPhilip Hazel
2024-02-15Fuzzer: fix JIT fuzzing (#322)Addison Crump
2024-02-11Minor typo fixes in NEWS file (#380)Ayesh Karunaratne
2024-02-09Mark pso_list const (#379)TheEragon
2024-01-31doc/pcre2api.3: 'constant' applies to the pointee; not pointer (#377)Alejandro Colomar
2024-01-27Implement PCRE2_DISABLE_RECURSELOOP_CHECKPhilip Hazel
2024-01-22Fix TARGET_INCLUDE_DIRECTORIES for pcre2 posix targets (#374)Maciej Sroczyński
2024-01-19Check documentation for double-word typosPhilip Hazel
2024-01-19Fix various typos in documentation (#372)Thomas Voss
2024-01-06For the pcre2demo man page, put the source code in its own section rather tha...Philip Hazel
2024-01-04Prepare for release in JITZoltan Herczeg
2024-01-03pcre2-config.cmake.in: Fix PCRE2 library names (#365)Jonas Kvinge
2023-12-30Disable early fails for atomic blocksZoltan Herczeg
2023-12-30Improve early fail detection in JITZoltan Herczeg
2023-12-30Improve hexdigit and any class checks in JITZoltan Herczeg
2023-12-29Insert omitted setting of subject length at the end of pcre2_jit_match()Philip Hazel
2023-12-29Ensure jitfast is used when set with replace in pcre2testPhilip Hazel
2023-12-28File tidies for 10.43-RC1 releasePhilip Hazel
2023-12-27Optimize character category matching in JITZoltan Herczeg
2023-12-27Fix incorrect class character matches in JITZoltan Herczeg
2023-12-23Revert "Use standard CMake constructs to export the library's targets. (#260)...Carlo Marcelo Arenas Belón
2023-12-22Documentation updatePhilip Hazel
2023-12-08Improve patch in 62a6498 by skipping irrelevant assertions when looking for a...Philip Hazel
2023-12-08Minor doc updatePhilip Hazel
2023-12-07Improve logic for setting starting code units by ignoring certain assertions.Philip Hazel
2023-12-07Fix backreferences with unset backref and non-greedy iterators in JITZoltan Herczeg
2023-12-06JIT compiler updateZoltan Herczeg
2023-12-06Improve naming in jitZoltan Herczeg
2023-12-06Fix accept and endanchored interaction in JITZoltan Herczeg
2023-12-04Fix incorrect matching of 0xffffffff to any character with more than one othe...Philip Hazel
2023-12-02Fix data type anomaly in pcre2_substring_list_free()prototypePhilip Hazel
2023-12-01Fix compile loop in 32-bit mode for characters above the Unicode limit when c...Philip Hazel
2023-12-01Fix incorrect auto-possessification at end of variable length lookbehindPhilip Hazel
2023-11-30Upgrade interpreter to match JIT in handling of nested pattern recursionsPhilip Hazel
2023-11-28Re-factor handling of whole-pattern recursion in the interpreterPhilip Hazel
2023-11-25Add some additional tests that I found lying around.Philip Hazel
2023-11-24Update docs to point out LDFLAGS=--static for making fully statically linked ...Philip Hazel
2023-11-24Another fix for vreverse support in jitZoltan Herczeg
2023-11-22Fix backref iterators when PCRE2_MATCH_UNSET_BACKREF is set in JITZoltan Herczeg
2023-11-22Fix bad patch in 05206d66. The interpreter was handling NOTEOL incorrectly in...Philip Hazel
2023-11-22Fix \X matching in 32 bit mode without UTF in JITZoltan Herczeg
2023-11-21Doc update; add tests for recent patch; remove unnecessary line in pcre2grep ...Philip Hazel