pcre2/src
Philip.Hazel f26b0b0bae Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also
(*atomic:...).
2018-09-24 16:23:53 +00:00
..
sljit JIT compiler update. 2018-08-13 09:21:18 +00:00
config.h.generic Final file tidies for 10.32 2018-09-11 14:27:39 +00:00
config.h.in File tidies and documentation update for 10.32-RC1 Release Candidate. 2018-08-13 11:57:09 +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 Start working on invalid utf subject support in JIT. 2018-09-12 19:06:29 +00:00
pcre2.h.in Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also 2018-09-24 16:23:53 +00:00
pcre2_auto_possess.c Fix bad auto-possessification of certain types of class. 2018-08-17 14:45:35 +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 Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also 2018-09-24 16:23:53 +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 Implement callouts from pcre2_substitute(). 2018-09-18 16:31:30 +00:00
pcre2_convert.c Set error offset zero for early errors in pcre2_pattern_convert(). 2018-03-04 15:13:37 +00:00
pcre2_dfa_match.c Make bcopy() emulation of memmove() work properly. 2018-08-10 16:27:44 +00:00
pcre2_error.c Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also 2018-09-24 16:23:53 +00:00
pcre2_extuni.c File tidies and documentation update for 10.32-RC1 Release Candidate. 2018-08-13 11:57:09 +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 Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also 2018-09-24 16:23:53 +00:00
pcre2_intmodedep.h Implement callouts from pcre2_substitute(). 2018-09-18 16:31:30 +00:00
pcre2_jit_compile.c Fix an xclass matching issue in JIT. 2018-09-21 07:24:34 +00:00
pcre2_jit_match.c Update some register assignments and the JIT compiler. 2018-01-09 08:38:32 +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 Fix an xclass matching issue in JIT. 2018-09-21 07:24:34 +00:00
pcre2_maketables.c Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also 2018-09-24 16:23:53 +00:00
pcre2_match.c File tidies and documentation update for 10.32-RC1 Release Candidate. 2018-08-13 11:57:09 +00:00
pcre2_match_data.c More refactoring for ovector addressing. 2017-05-11 16:49:58 +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 File tidies and documentation update for 10.32-RC1 Release Candidate. 2018-08-13 11:57:09 +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 File tidies and documentation update for 10.32-RC1 Release Candidate. 2018-08-13 11:57:09 +00:00
pcre2_substitute.c Implement callouts from pcre2_substitute(). 2018-09-18 16:31:30 +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 Update to Unicode 11.0.0 2018-07-07 16:10:29 +00:00
pcre2_ucd.c Update to Unicode 11.0.0 2018-07-07 16:10:29 +00:00
pcre2_ucp.h File tidies and documentation update for 10.32-RC1 Release Candidate. 2018-08-13 11:57:09 +00:00
pcre2_valid_utf.c Correct an incorrect cast. 2017-04-14 12:14:41 +00:00
pcre2_xclass.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2demo.c Update pcre2demo to deal with various \K inside assertion anomalies. 2017-12-23 17:15:51 +00:00
pcre2grep.c Fix small bug in pcre2grep (no effect other than a sanitizer warning). 2018-09-10 17:34:19 +00:00
pcre2posix.c Provide alternative POSIX names. 2018-09-19 16:33:09 +00:00
pcre2posix.h Provide alternative POSIX names. 2018-09-19 16:33:09 +00:00
pcre2test.c Implement PCRE2_EXTRA_ESCAPED_CR_IS_LF 2018-09-21 16:59:48 +00:00