pcre2/src
Philip.Hazel 3572634086 More partial match tweaks. 2019-07-22 16:30:44 +00:00
..
sljit Rework alternative matching in JIT. 2019-07-18 06:11:04 +00:00
config.h.generic Final file tidies for 10.33. 2019-04-16 15:34:27 +00:00
config.h.in Add --disable-pcre2grep-callout-fork configuration setting. 2018-11-17 16:45:57 +00:00
dftables.c Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also 2018-09-24 16:23:53 +00:00
pcre2.h.generic Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
pcre2.h.in Implemented pcre2_get_match_data_size(). 2019-07-16 15:50:09 +00:00
pcre2_auto_possess.c Implement non-atomic positive assertions. 2019-07-13 11:12:03 +00:00
pcre2_chartables.c.dist Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also 2018-09-24 16:23:53 +00:00
pcre2_compile.c Fix bug in recent patch for lookbehinds within lookaheads. Fixes ClusterFuzz 2019-07-18 17:20:29 +00:00
pcre2_config.c Add PCRE2_CONFIG_COMPILED_WIDTHS and PCRE2_CONFIG_NEVER_BACKSLASH_C. 2017-09-16 11:39:38 +00:00
pcre2_context.c More file tidies for 10.33-RC1 2019-03-04 18:07:04 +00:00
pcre2_convert.c Fix two instances of <= 0 being applied to unsigned integers. 2018-11-17 16:59:39 +00:00
pcre2_dfa_match.c More partial match tweaks. 2019-07-22 16:30:44 +00:00
pcre2_error.c Implement non-atomic positive assertions. 2019-07-13 11:12:03 +00:00
pcre2_extuni.c Change a number of expressions like 1<<10 to 1u<<10. 2019-04-12 14:40:27 +00:00
pcre2_find_bracket.c File tidies and documentation update for 10.32-RC1 Release Candidate. 2018-08-13 11:57:09 +00:00
pcre2_fuzzsupport.c Make pcre2_dfa_match() take notice of the match limit, to catch patterns that 2017-05-30 10:42:57 +00:00
pcre2_internal.h Implement non-atomic positive assertions. 2019-07-13 11:12:03 +00:00
pcre2_intmodedep.h More partial match tweaks. 2019-07-22 16:30:44 +00:00
pcre2_jit_compile.c Rework alternative matching in JIT. 2019-07-18 06:11:04 +00:00
pcre2_jit_match.c Fix typos and obsolescences in comments. 2018-10-21 15:06:43 +00:00
pcre2_jit_misc.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2_jit_test.c Rework word boundary in JIT. 2019-05-23 07:46:10 +00:00
pcre2_maketables.c Change a number of expressions like 1<<10 to 1u<<10. 2019-04-12 14:40:27 +00:00
pcre2_match.c More partial match tweaks. 2019-07-22 16:30:44 +00:00
pcre2_match_data.c Implemented pcre2_get_match_data_size(). 2019-07-16 15:50:09 +00:00
pcre2_newline.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2_ord2utf.c Remove all "register" declarations. 2016-11-03 17:35:59 +00:00
pcre2_pattern_info.c File tidies and documentation update for 10.32-RC1 Release Candidate. 2018-08-13 11:57:09 +00:00
pcre2_printint.c Implement non-atomic positive assertions. 2019-07-13 11:12:03 +00:00
pcre2_script_run.c Update Script Run code to use the Script Extension property instead of the 2018-10-09 16:42:21 +00:00
pcre2_serialize.c Minor code fix to get rid of Coverity warning (I hope). 2018-08-21 11:27:35 +00:00
pcre2_string_utils.c Make bcopy() emulation of memmove() work properly. 2018-08-10 16:27:44 +00:00
pcre2_study.c Implement non-atomic positive assertions. 2019-07-13 11:12:03 +00:00
pcre2_substitute.c Change a number of expressions like 1<<10 to 1u<<10. 2019-04-12 14:40:27 +00:00
pcre2_substring.c Avoid pointer overflow for unset captures in pcre2_substring_list_get(), though 2018-01-12 18:48:27 +00:00
pcre2_tables.c Change a number of expressions like 1<<10 to 1u<<10. 2019-04-12 14:40:27 +00:00
pcre2_ucd.c Fix warning when compiled without Unicode support. 2019-02-03 14:49:39 +00:00
pcre2_ucp.h Basic "script run" implementation. Not yet complete, and not yet documented. 2018-10-02 15:25:58 +00:00
pcre2_valid_utf.c Correct an incorrect cast. 2017-04-14 12:14:41 +00:00
pcre2_xclass.c Change a number of expressions like 1<<10 to 1u<<10. 2019-04-12 14:40:27 +00:00
pcre2demo.c Update pcre2demo with match_data block size information. 2019-07-19 15:31:54 +00:00
pcre2grep.c Fix pcre2grep -o bug when ovector overflows; add option to adjust the limit; 2019-06-15 15:51:07 +00:00
pcre2posix.c Update POSIX wrapper to use macros in the .h file, but also have the POSIX 2019-01-30 16:11:16 +00:00
pcre2posix.h More file tidies for 10.33-RC1 2019-03-04 18:07:04 +00:00
pcre2test.c Implemented pcre2_get_match_data_size(). 2019-07-16 15:50:09 +00:00