aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2024-02-16File tidies for 10.43Philip Hazel
2024-02-15Get rid of warnings in fuzzsupport.c and note its upgrade in ChangeLogPhilip Hazel
2024-01-27Implement PCRE2_DISABLE_RECURSELOOP_CHECKPhilip Hazel
2024-01-19Check documentation for double-word typosPhilip 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-28File tidies for 10.43-RC1 releasePhilip Hazel
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-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-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-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-22Fix backref iterators when PCRE2_MATCH_UNSET_BACKREF is set in JITZoltan Herczeg
2023-11-22Fix \X matching in 32 bit mode without UTF in JITZoltan Herczeg
2023-11-20Add --group-separator and --no-group-separator to pcre2grep.Philip 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-16pcre2posix: additional updates for recent changes (#338)Carlo Marcelo Arenas Belón
2023-11-16Remove previous incorrect patchPhilip Hazel
2023-11-15Make data for OP_REVERSE use IMM2_SIZE instead of LINK_SIZE, for consistency ...Philip Hazel
2023-11-14Add check for ridiculous offsets to substring extraction functions.Philip Hazel
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-10-12Doc update: clarify ASCII options and update ChangeLog and HTMLPhilip Hazel
2023-10-11Update UCP handling of \b and \B to match recent changes to \wPhilip Hazel
2023-10-09Update HTML docs and ChangeLog for recent patchesPhilip 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-09-30Documentation update following PR297Philip Hazel
2023-09-25Allow spaces and tabs within {...} constructs to match Perl usage.Philip Hazel
2023-09-13Update meaning of {,5} etc to match update in Perl 5.34.0; refactor quantifie...Philip Hazel
2023-08-18Fix minor sanitize issue.Philip Hazel
2023-08-18Fix issue #275Philip Hazel
2023-08-16admin: update ChangeLog and config.h for recent changes (#286)Carlo Marcelo Arenas Belón
2023-08-15Note some recent pull merges in ChangeLogPhilip Hazel
2023-08-11Update documentation 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-06-19Add compile-time check that PCRE2_CODE_UNIT_WIDTH is 8, 16, or 32Philip Hazel
2023-04-20Abandon pcre2test test if pattern conversion results in a string that is too ...Philip Hazel
2023-04-15Fix typo in ChangeLog and increase size of buffer in pcre2test to avoid compi...Philip Hazel
2023-04-15pcre2test: print library bitwidth in banner for usability (#227)Carlo Marcelo Arenas Belón
2023-04-11Fix an invalid match of ascii word classes when invalid utf is enabledZoltan Herczeg
2023-04-09avoid inconsistency between \d and [:digit:] when using /a (#223)Carlo Marcelo Arenas Belón