pcre2/src
Philip.Hazel 0757041114 Fix non-passing of mark values out of recursions. 2017-04-04 11:37:21 +00:00
..
sljit JIT compiler update. 2017-04-03 13:30:17 +00:00
config.h.generic Update generic files. 2017-03-17 16:55:47 +00:00
config.h.in Change "limit recursion" to "limit depth" in code and build systems because the 2017-03-12 13:47:01 +00:00
dftables.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2.h Add "framesize" to pcre2test to display pcre2_match() frame size, using the new 2017-03-16 17:55:55 +00:00
pcre2.h.generic Update generic files. 2017-03-17 16:55:47 +00:00
pcre2.h.in Add "framesize" to pcre2test to display pcre2_match() frame size, using the new 2017-03-16 17:55:55 +00:00
pcre2_auto_possess.c Remove obsolete OP_ONCE_NC internal opcode. 2017-03-11 17:59:23 +00:00
pcre2_chartables.c.dist Multi-config tests (without JIT) now work. 2014-08-10 16:09:24 +00:00
pcre2_compile.c Fix crash for forward reference in lookbehind with PCRE2_ANCHORED. Fixes 2017-03-16 17:17:47 +00:00
pcre2_config.c Change "limit recursion" to "limit depth" in code and build systems because the 2017-03-12 13:47:01 +00:00
pcre2_context.c Change "limit recursion" to "limit depth" in code and build systems because the 2017-03-12 13:47:01 +00:00
pcre2_dfa_match.c Fix misbehaving DFA match for possessively repeated character class (Bugzilla 2017-03-22 15:12:06 +00:00
pcre2_error.c Fix 32-bit error buffer size bug in pcre2test (Bugzilla 2079). 2017-03-21 17:46:21 +00:00
pcre2_find_bracket.c Remove all "register" declarations. 2016-11-03 17:35:59 +00:00
pcre2_fuzzsupport.c Change "limit recursion" to "limit depth" in code and build systems because the 2017-03-12 13:47:01 +00:00
pcre2_internal.h Change "limit recursion" to "limit depth" in code and build systems because the 2017-03-12 13:47:01 +00:00
pcre2_intmodedep.h Fix issues with (*VERB)s inside recursive subroutine calls. 2017-03-23 17:54:58 +00:00
pcre2_jit_compile.c Fix character type detection when 32-bit and UCP are enabled but UTF is not in JIT. 2017-03-31 05:40:37 +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 Support (*ACCEPT) inside recurse in JIT. 2017-03-30 13:25:20 +00:00
pcre2_maketables.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2_match.c Fix non-passing of mark values out of recursions. 2017-04-04 11:37:21 +00:00
pcre2_match_data.c Code for new interpreter (build system and documentation still to be done). 2017-03-09 16:23:28 +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 Fix NULL deference if pcre2_callout_enumerate() is called with a NULL pattern 2017-03-21 16:31:54 +00:00
pcre2_printint.c Remove obsolete OP_ONCE_NC internal opcode. 2017-03-11 17:59:23 +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 Remove obsolete OP_ONCE_NC internal opcode. 2017-03-11 17:59:23 +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 Fix 32-bit non-UTF property test crash. 2017-02-24 18:25:32 +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 pcre2grep Windows problem for new output-colouring code when not under 2017-03-21 16:09:57 +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 Fix buglet in recent update for showing malloc/free at match time. 2017-03-31 15:51:41 +00:00