aboutsummaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Expand)Author
2024-01-27Implement PCRE2_DISABLE_RECURSELOOP_CHECKPhilip Hazel
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-08Improve patch in 62a6498 by skipping irrelevant assertions when looking for a...Philip Hazel
2023-12-07Improve logic for setting starting code units by ignoring certain assertions.Philip Hazel
2023-12-04Fix incorrect matching of 0xffffffff to any character with more than one othe...Philip 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-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
2023-11-20Add --group-separator and --no-group-separator to pcre2grep.Philip Hazel
2023-11-20Fix incorrect patch in c1306126Philip Hazel
2023-11-19Fix \z behaviour when matching within invalid UTFPhilip Hazel
2023-11-19Fix 32-bit quantifier following a character larger than the maximum UTF chara...Philip Hazel
2023-11-16Fix oversight in DFA when changing OP_REVERSE; also add some unrelated testsPhilip Hazel
2023-11-16Remove previous incorrect patchPhilip Hazel
2023-11-15pcre2posix: avoid snprintf quirks in regerror (#333)Carlo Marcelo Arenas Belón
2023-11-13Fix PCRE2_ENDANCHORED behaviour in recursion in pcre2_match(). Fixes #331.Philip Hazel
2023-11-11Fix misbehaviour of pcre2_match() and pcre2_dfa_match() when PCRE2_FIRSTLINE ...Philip Hazel
2023-11-09Implement vreverse in jit (#319)Zoltan Herczeg
2023-10-22maketables: avoid misleading values in case flipping table (#313)Carlo Marcelo Arenas Belón
2023-10-22test: avoid UB in test17 (#312)Carlo Marcelo Arenas Belón
2023-10-11Add (?aT) for updating PCRE2_EXTRA_ASCII_DIGIT in pattern (#307)Carlo Marcelo Arenas Belón
2023-10-11Update UCP handling of \b and \B to match recent changes to \wPhilip Hazel
2023-10-09Allow restricting [:xdigit:] to ASCII for POSIX compatibility (#301)Carlo Marcelo Arenas Belón
2023-10-04Update [[:digit:]] in UCP mode to match PerlPhilip Hazel
2023-10-04Add properties Mn and Pc to the meaning of \w and its synonyms in UCP modePhilip Hazel
2023-10-03Add more examples fixed by #300; update ChangeLogPhilip Hazel
2023-10-03match: also restore originally unset entries in recursion (#300)Carlo Marcelo Arenas Belón
2023-10-01minor cleanup for previous fix (#299)Carlo Marcelo Arenas Belón
2023-09-30Fix ECMAScript interpretation of \u{ 12} to be literal, not a repeated u.Philip Hazel
2023-09-30Spaces are not allowed within \u{} in BSUX mode (#297)Carlo Marcelo Arenas Belón
2023-09-25Allow spaces and tabs within {...} constructs to match Perl usage.Philip Hazel
2023-09-20Documentation and tests updatePhilip Hazel
2023-09-13Update meaning of {,5} etc to match update in Perl 5.34.0; refactor quantifie...Philip Hazel
2023-08-21Deal with integer overflow bug in recent variable length lookbehind code. Fix...Philip Hazel
2023-08-18Fix issue #275Philip Hazel
2023-08-15Fix issue with test 10 that was introduced by 9452a78Philip Hazel
2023-08-12Allow \R in variable-length lookbehindsPhilip Hazel
2023-08-08Add tests for bugs just fixedPhilip Hazel
2023-08-06Code for variable-length lookbehindsPhilip Hazel
2023-07-17Update pcre2_compile() to treat a NULL pattern with zero length as an empty s...Philip Hazel
2023-05-16Add some test cases (#253)xujing
2023-04-21no partial match if trailing data is invalid utf (#238)Carlo Marcelo Arenas Belón
2023-04-20Abandon pcre2test test if pattern conversion results in a string that is too ...Philip Hazel
2023-04-11pcre2grep: avoid UCP mode for \d for compatibility with GNU grep (#222)Carlo Marcelo Arenas Belón