- Mar 18, 2024
-
-
Philip Hazel authored
-
Philip Hazel authored
-
- Mar 12, 2024
-
-
Philip Hazel authored
-
- Mar 11, 2024
-
-
Philip Hazel authored
-
- Mar 10, 2024
-
-
Philip Hazel authored
-
- Mar 08, 2024
-
-
Philip Hazel authored
Update fuzz support to reduce JIT timeouts by limiting quantifiers on groups. Also some general tidies.
-
- Mar 02, 2024
-
-
Philip Hazel authored
Fix incorrect compiling when variable-length lookbehind's first branch was not the shortest and there was a backreference to a groupwithin the lookbehind.
-
- Mar 01, 2024
-
-
Ayesh Karunaratne authored
-
- Feb 17, 2024
-
-
Philip Hazel authored
-
- Feb 16, 2024
-
-
Philip Hazel authored
-
- Jan 27, 2024
-
-
Philip Hazel authored
-
- Jan 20, 2024
-
-
Philip Hazel authored
-
- Dec 29, 2023
-
-
Philip Hazel authored
-
Philip Hazel authored
-
Philip Hazel authored
-
- Dec 27, 2023
-
-
Zoltan Herczeg authored
-
- Dec 23, 2023
-
-
Carlo Marcelo Arenas Belón authored
breaks `make dist` and while it might be tweaked further, is likely to need time to stabilize so doing so has been punted for now. This mostly reverts commit def175f4.
-
- Dec 08, 2023
-
-
Philip Hazel authored
-
- Dec 07, 2023
-
-
Zoltan Herczeg authored
-
- Dec 06, 2023
-
-
Zoltan Herczeg authored
-
- Dec 05, 2023
-
-
Philip Hazel authored
Fix incorrect matching of 0xffffffff to any character with more than one other case in 32-bit UCP (but not UTF) mode.
-
- Dec 03, 2023
-
-
Philip Hazel authored
-
- Dec 02, 2023
-
-
Philip Hazel authored
Fix compile loop in 32-bit mode for characters above the Unicode limit when caseless and ucp are set.
-
- Dec 01, 2023
-
-
Philip Hazel authored
-
- Nov 29, 2023
-
-
Philip Hazel authored
-
- Nov 22, 2023
-
-
Zoltan Herczeg authored
-
Zoltan Herczeg authored
-
- Nov 21, 2023
-
-
Philip Hazel authored
-
- Nov 20, 2023
-
-
Philip Hazel authored
-
Philip Hazel authored
-
- Nov 16, 2023
-
-
Carlo Marcelo Arenas Belón authored
* pcre2posix: make code warning free and update ChangeLog Somehow previous fix was not ammended to include this code change, take the opportunity to update ChangeLog and do other cleanup so it will be at least worth a PR. Those found responsible have been sacked * pcre2posix: fix crash on recent regerror code Since 0710ce2b (pcre2posix: avoid snprintf quirks in regerror (#333), 2023-11-15), a call for snprintf was replaced by a pair of strncpy and buf[errbuf_size - 1] = 0, but it didn't account for the case where errbuf_size == 0. Make the code conditional to mimic the original logic and avoid crashing. * doc: document that the POSIX interface is not POSIX compatible POSIX 1003.1-2008 requires that regoff_t be at least as large as ssize_t or ptrdiff_t, but we use int and therefore any match is restricted to what that can hold, even in 64-bit architectures.
-
Philip Hazel authored
-
- Nov 15, 2023
-
-
Philip Hazel authored
-
- Nov 14, 2023
-
-
Philip Hazel authored
-
- Nov 13, 2023
-
-
Philip Hazel authored
-
- Nov 11, 2023
-
-
Philip Hazel authored
Fix misbehaviour of pcre2_match() and pcre2_dfa_match() when PCRE2_FIRSTLINE was set for an anchored pattern.
-
- Oct 13, 2023
-
-
Philip Hazel authored
-
- Oct 11, 2023
-
-
Philip Hazel authored
-
- Oct 09, 2023
-
-
Philip Hazel authored
-
Carlo Marcelo Arenas Belón authored
While at it, do some cleanup to related code and documentation
-