pcre2/src
Philip.Hazel a23715d7b1 Document experimental pattern conversion functions and remove unimplemented
features.
2017-07-12 16:34:49 +00:00
..
sljit JIT compiler update. 2017-06-15 11:36:18 +00:00
config.h.generic Update generic files. 2017-03-17 16:55:47 +00:00
config.h.in Add makefile support for SELinux allocator in JIT. 2017-06-15 06:20:30 +00:00
dftables.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2.h Document experimental pattern conversion functions and remove unimplemented 2017-07-12 16:34:49 +00:00
pcre2.h.generic Implement PCRE2_EXTENDED_MORE and friends. 2017-04-18 12:32:52 +00:00
pcre2.h.in Document experimental pattern conversion functions and remove unimplemented 2017-07-12 16:34:49 +00:00
pcre2_auto_possess.c Tidies and minor bug fix resulting from Coverity Scan issues. 2017-04-16 16:49:11 +00:00
pcre2_chartables.c.dist Multi-config tests (without JIT) now work. 2014-08-10 16:09:24 +00:00
pcre2_compile.c Allow anchored patterns to use "first code unit" optimization. 2017-06-30 16:00:33 +00:00
pcre2_config.c Add explicit heap limiting options to pcre2_match(), with associated features 2017-04-11 11:47:25 +00:00
pcre2_context.c Implement PCRE2_NEWLINE_NUL. 2017-05-26 17:14:36 +00:00
pcre2_convert.c Document experimental pattern conversion functions and remove unimplemented 2017-07-12 16:34:49 +00:00
pcre2_dfa_match.c Update grapheme breaking rules for Unicode 10.0.0. 2017-07-05 08:55:49 +00:00
pcre2_error.c Implement PCRE2_LITERAL and REG_NOSPEC. 2017-06-15 16:41:44 +00:00
pcre2_find_bracket.c Remove all "register" declarations. 2016-11-03 17:35:59 +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 Increase limit for "must be present" code units for 8-bit searches, which use 2017-06-26 16:25:16 +00:00
pcre2_intmodedep.h Make pcre2_dfa_match() take notice of the match limit, to catch patterns that 2017-05-30 10:42:57 +00:00
pcre2_jit_compile.c Fix a match offset check in JIT. 2017-06-16 10:27:02 +00:00
pcre2_jit_match.c Reverse the jit-stack to top-down. 2017-03-27 13:35:08 +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 Continue reworking first character search in JIT. 2017-05-08 13:32:59 +00:00
pcre2_maketables.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2_match.c Update grapheme breaking rules for Unicode 10.0.0. 2017-07-05 08:55:49 +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 A better fix for oss-fuzz 1465. 2017-05-11 16:28:54 +00:00
pcre2_printint.c Tidies and minor bug fix resulting from Coverity Scan issues. 2017-04-16 16:49:11 +00:00
pcre2_serialize.c Fix memory leak when deserializing invalid data (Bugzilla 2075). 2017-03-21 16:25:01 +00:00
pcre2_string_utils.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2_study.c Allow anchored patterns to use "first code unit" optimization. 2017-06-30 16:00:33 +00:00
pcre2_substitute.c Fix OOB error in substitute with start offset longer than length. 2016-12-09 18:19:38 +00:00
pcre2_substring.c Ensure all _free() functions do nothing for NULL, and document this. 2016-02-06 12:45:56 +00:00
pcre2_tables.c Update grapheme breaking rules for Unicode 10.0.0. 2017-07-05 08:55:49 +00:00
pcre2_ucd.c Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing. 2017-07-02 16:32:01 +00:00
pcre2_ucp.h Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing. 2017-07-02 16:32:01 +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 Tidy pcre2demo.c 2016-02-02 16:25:47 +00:00
pcre2grep.c Convert pcre2grep to use new pcre2_compile() options, thereby fixing two minor 2017-06-17 11:32:06 +00:00
pcre2posix.c Implement PCRE2_LITERAL and REG_NOSPEC. 2017-06-15 16:41:44 +00:00
pcre2posix.h Implement PCRE2_LITERAL and REG_NOSPEC. 2017-06-15 16:41:44 +00:00
pcre2test.c Document experimental pattern conversion functions and remove unimplemented 2017-07-12 16:34:49 +00:00