pcre2/src
Philip.Hazel ce558bbff1 Second attempt at getting rid of gcc 10 warning. 2020-04-24 15:36:53 +00:00
..
sljit JIT compiler update. 2020-04-14 05:04:32 +00:00
config.h.generic File tidies for 10.35-RC1 release candidate. 2020-04-15 16:34:36 +00:00
config.h.in Added tests for __attribute__((uninitialized)) to both the configure and 2020-04-23 16:50:45 +00:00
pcre2.h.generic File tidies for 10.35-RC1 release candidate. 2020-04-15 16:34:36 +00:00
pcre2.h.in Renamed dftables as pcre2_dftables and enable it to write the tables in binary. 2020-03-20 18:09:59 +00:00
pcre2_auto_possess.c File tidies for 10.35-RC1 release candidate. 2020-04-15 16:34:36 +00:00
pcre2_chartables.c.dist Renamed dftables as pcre2_dftables and enable it to write the tables in binary. 2020-03-20 18:09:59 +00:00
pcre2_compile.c Renamed dftables as pcre2_dftables and enable it to write the tables in binary. 2020-03-20 18:09:59 +00:00
pcre2_config.c Renamed dftables as pcre2_dftables and enable it to write the tables in binary. 2020-03-20 18:09:59 +00:00
pcre2_context.c Correct tables argument data type for pcre2_set_character_tables() and fix 2019-07-28 15:58:24 +00:00
pcre2_convert.c Fix two instances of <= 0 being applied to unsigned integers. 2018-11-17 16:59:39 +00:00
pcre2_dfa_match.c File tidies for 10.35-RC1 release candidate. 2020-04-15 16:34:36 +00:00
pcre2_dftables.c File tidies for 10.35-RC1 release candidate. 2020-04-15 16:34:36 +00:00
pcre2_error.c Source tidies (trailing spaces) etc. for 10.34-RC1. 2019-10-17 16:39:38 +00:00
pcre2_extuni.c Change a number of expressions like 1<<10 to 1u<<10. 2019-04-12 14:40:27 +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 Added tests for __attribute__((uninitialized)) to both the configure and 2020-04-23 16:50:45 +00:00
pcre2_intmodedep.h Source tidies (trailing spaces) etc. for 10.34-RC1. 2019-10-17 16:39:38 +00:00
pcre2_jit_compile.c File tidies for 10.35-RC1 release candidate. 2020-04-15 16:34:36 +00:00
pcre2_jit_match.c Remove incorrect comment. 2019-07-29 16:03:25 +00:00
pcre2_jit_misc.c The JIT stack should be freed when the low-level stack allocation fails. 2020-01-24 08:28:23 +00:00
pcre2_jit_neon_inc.h Fix compiler warning on ARM64 with JIT. 2020-01-31 10:09:38 +00:00
pcre2_jit_simd_inc.h Implement simd support for requested character in JIT. 2020-02-24 05:26:15 +00:00
pcre2_jit_test.c Fix a crash which occurs when the character type of an invalid UTF character is decoded in JIT. 2020-02-20 07:42:47 +00:00
pcre2_maketables.c Renamed dftables as pcre2_dftables and enable it to write the tables in binary. 2020-03-20 18:09:59 +00:00
pcre2_match.c Added tests for __attribute__((uninitialized)) to both the configure and 2020-04-23 16:50:45 +00:00
pcre2_match_data.c Implemented pcre2_get_match_data_size(). 2019-07-16 15:50:09 +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 Source tidies (trailing spaces) etc. for 10.34-RC1. 2019-10-17 16:39:38 +00:00
pcre2_script_run.c Update Script Run code to use the Script Extension property instead of the 2018-10-09 16:42:21 +00:00
pcre2_serialize.c Renamed dftables as pcre2_dftables and enable it to write the tables in binary. 2020-03-20 18:09:59 +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 for 10.35-RC1 release candidate. 2020-04-15 16:34:36 +00:00
pcre2_substitute.c Unicode upper/lower casing is now used when UCP is set, even if UTF is not set. 2020-02-23 16:40:05 +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 13.0.0. 2020-03-25 17:18:33 +00:00
pcre2_ucd.c Update to Unicode 13.0.0. 2020-03-25 17:18:33 +00:00
pcre2_ucp.h Update to Unicode 13.0.0. 2020-03-25 17:18:33 +00:00
pcre2_valid_utf.c Fix bug in UTF-16 checker returning wrong offset for missing low surrogate. 2020-02-24 15:39:56 +00:00
pcre2_xclass.c Change a number of expressions like 1<<10 to 1u<<10. 2019-04-12 14:40:27 +00:00
pcre2demo.c Update pcre2demo with match_data block size information. 2019-07-19 15:31:54 +00:00
pcre2grep.c Ensure a newline after the final line in a file is output by pcre2grep. 2020-01-25 15:50:44 +00:00
pcre2posix.c Ensure regexec is thread safe to avoid sanitizer warnings. 2019-10-15 10:46:36 +00:00
pcre2posix.h More file tidies for 10.33-RC1 2019-03-04 18:07:04 +00:00
pcre2test.c Second attempt at getting rid of gcc 10 warning. 2020-04-24 15:36:53 +00:00