pcre2/src
Philip.Hazel bea3a10a93 Final file updates for 10.23. 2017-02-14 10:40:33 +00:00
..
sljit JIT compiler update. Patch insipred by Christian Persch. 2017-01-12 09:32:15 +00:00
config.h.generic Final file updates for 10.23. 2017-02-14 10:40:33 +00:00
config.h.in Update build system for changes in the JIT modules. 2017-01-12 16:35:43 +00:00
dftables.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2.h Final file updates for 10.23. 2017-02-14 10:40:33 +00:00
pcre2.h.generic Final file updates for 10.23. 2017-02-14 10:40:33 +00:00
pcre2.h.in Add pcre2_code_copy_with_tables(). 2016-11-22 15:37:02 +00:00
pcre2_auto_possess.c Reduce recursion limit for auto-possessify to reduce stack usage at compile 2017-02-08 17:03:30 +00:00
pcre2_chartables.c.dist Multi-config tests (without JIT) now work. 2014-08-10 16:09:24 +00:00
pcre2_compile.c Final file updates for 10.23. 2017-02-14 10:40:33 +00:00
pcre2_config.c Documentation detrail and make HTML for 10.22-RC1. 2016-06-29 16:52:05 +00:00
pcre2_context.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2_dfa_match.c File tidies for 10.23-RC1 2017-01-16 17:40:47 +00:00
pcre2_error.c File tidies for 10.23-RC1 2017-01-16 17:40:47 +00:00
pcre2_find_bracket.c Remove all "register" declarations. 2016-11-03 17:35:59 +00:00
pcre2_fuzzsupport.c Limit the subject length in the fuzzer support function, to avoid wasting time 2016-12-31 13:46:36 +00:00
pcre2_internal.h Add PCRE2_CALL_CONVENTION into prototypes. 2016-11-19 12:46:24 +00:00
pcre2_intmodedep.h File tidies for 10.23-RC1 2017-01-16 17:40:47 +00:00
pcre2_jit_compile.c Fix register overwite in JIT when SSE2 acceleration is enabled. 2016-07-01 08:56:59 +00:00
pcre2_jit_match.c JIT compiler update. 2016-02-29 09:09:40 +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 register overwite in JIT when SSE2 acceleration is enabled. 2016-07-01 08:56:59 +00:00
pcre2_maketables.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2_match.c Fix caseless minimizing back reference bug when heap in use for recursion. 2016-12-10 14:59:24 +00:00
pcre2_match_data.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +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 Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2_printint.c Remove all "register" declarations. 2016-11-03 17:35:59 +00:00
pcre2_serialize.c Add a bit more sanity checking to pcre2_serialize_decode(), and document. 2016-05-24 16:37:13 +00:00
pcre2_string_utils.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2_study.c Small code tidy to make it more understandable. 2017-02-10 16:42:14 +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 Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2_ucd.c Update Unicode tables to 8.0.0. 2015-07-17 15:44:51 +00:00
pcre2_ucp.h Make idempotency guards more standards compliant. 2016-11-20 12:46:11 +00:00
pcre2_valid_utf.c Remove all "register" declarations. 2016-11-03 17:35:59 +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 Fix bug in most recent fix for pcre2grep. 2017-02-12 13:30:38 +00:00
pcre2posix.c Correct out-of-date comments in the code. 2016-11-02 09:56:27 +00:00
pcre2posix.h Correct out-of-date comments in the code. 2016-11-02 09:56:27 +00:00
pcre2test.c Don't use %td (use %lu instead) in pcre2test under MSVC. 2017-02-04 16:27:20 +00:00