pcre2/src
Philip.Hazel 666e94cd59 Fixed atomic group backtracking bug. 2018-07-16 15:24:32 +00:00
..
sljit MIPS-JIT compiler fix: flags were not preserved for fast return. 2018-03-19 08:15:52 +00:00
config.h.generic Make stdint.h an optional inclusion, in case it's not present in some systems. 2018-06-19 17:41:01 +00:00
config.h.in Make stdint.h an optional inclusion, in case it's not present in some systems. 2018-06-19 17:41:01 +00:00
dftables.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2.h.generic Make stdint.h an optional inclusion, in case it's not present in some systems. 2018-06-19 17:41:01 +00:00
pcre2.h.in Fix global search/replace in pcre2test and pcre2_substitute() when the pattern 2018-07-02 10:54:03 +00:00
pcre2_auto_possess.c Fix auto-possessification bug at the end of a capturing group that is called 2018-01-31 17:53:56 +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 bug in VERSION number reading. 2018-07-02 12:26:04 +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 Put back pcre2_set_recursion_limit() as a real function, synonym for 2017-07-21 08:53:02 +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 More typos and changes to "Kibibytes" for "Kilobytes". 2018-06-18 14:03:33 +00:00
pcre2_error.c Fix global search/replace in pcre2test and pcre2_substitute() when the pattern 2018-07-02 10:54:03 +00:00
pcre2_extuni.c Update to Unicode 11.0.0 2018-07-07 16:10:29 +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 Update to Unicode 11.0.0 2018-07-07 16:10:29 +00:00
pcre2_intmodedep.h Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace 2018-04-27 16:48:35 +00:00
pcre2_jit_compile.c Minor tweak (may give minor performance improvement) to JIT UCD handling. 2018-07-14 17:00:17 +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 Ensure all match limit tests set a limit, don't rely on the default. 2018-04-29 15:07:44 +00:00
pcre2_maketables.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2_match.c Fixed atomic group backtracking bug. 2018-07-16 15:24:32 +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 Source tidies and version etc. updates for 10.31-RC1. 2018-01-13 16:53:02 +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 Typos in documentation and comments noted by Jason Hood. 2018-06-17 14:13:28 +00:00
pcre2_substitute.c Fix global search/replace in pcre2test and pcre2_substitute() when the pattern 2018-07-02 10:54:03 +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 Update to Unicode 11.0.0 2018-07-07 16:10:29 +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 Undefine WIN32 for pcre2grep under Cygwin. 2018-06-19 16:27:42 +00:00
pcre2posix.c Fix the value passed back for POSIX unset groups when REG_STARTEND has a 2018-02-19 14:49:42 +00:00
pcre2posix.h Code tidies for 10.30-RC1 release candidate. 2017-07-19 16:04:15 +00:00
pcre2test.c Fix global search/replace in pcre2test and pcre2_substitute() when the pattern 2018-07-02 10:54:03 +00:00