pcre2/src
Philip.Hazel 2f684a60ed Implement PCRE2_SUBSTITUTE_UNSET_EMPTY. 2015-12-04 18:39:08 +00:00
..
sljit SSE2 refactor, JIT compiler update. 2015-08-30 05:30:43 +00:00
config.h.generic Implement --never-backslash-C 2015-10-17 13:50:56 +00:00
config.h.in Implement --never-backslash-C 2015-10-17 13:50:56 +00:00
dftables.c Fix typos in dftables.c for z/OS. 2015-07-08 08:30:23 +00:00
pcre2.h Implement PCRE2_SUBSTITUTE_UNSET_EMPTY. 2015-12-04 18:39:08 +00:00
pcre2.h.generic Update generic versions of config.h and pcre2.h. 2015-09-25 16:00:50 +00:00
pcre2.h.in Implement PCRE2_SUBSTITUTE_UNSET_EMPTY. 2015-12-04 18:39:08 +00:00
pcre2_auto_possess.c Remove unused redundant copy of opcode_possessify table. 2015-07-06 16:07:54 +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 typo introduced by ChangeLog 107. 2015-12-04 14:34:35 +00:00
pcre2_config.c Tidy up API for pcre2_config. 2014-11-25 11:55:07 +00:00
pcre2_context.c Implement pcre2_set_max_pattern_length() 2015-11-05 17:33:39 +00:00
pcre2_dfa_match.c Tidy another out-of-bounds pointer issue. 2015-11-12 17:24:58 +00:00
pcre2_error.c Fix bad offset value in invalid UTF pattern error. 2015-11-27 15:58:44 +00:00
pcre2_find_bracket.c Fix issues with minimum length finding. 2015-08-01 09:11:28 +00:00
pcre2_internal.h Implement PCRE2_INFO_HASBACKSLASHC. 2015-11-14 17:28:19 +00:00
pcre2_intmodedep.h Use caching to improve could_be_empty() and find_fixed_length() compile times, 2015-11-08 14:20:09 +00:00
pcre2_jit_compile.c Hotfix for [:punct:] in JIT. 2015-11-18 08:01:33 +00:00
pcre2_jit_match.c Support offset limit in JIT. 2015-11-15 05:05:53 +00:00
pcre2_jit_misc.c Fix compiler errors when JIT is not enabled. 2015-03-06 12:49:18 +00:00
pcre2_jit_test.c Fixed a corner case of range optimization in JIT. 2015-08-26 13:35:58 +00:00
pcre2_maketables.c Tidy a lot of files (remove trailing spaces) 2014-10-20 17:28:49 +00:00
pcre2_match.c Tidy comment 2015-12-03 17:08:23 +00:00
pcre2_match_data.c Use allocator from code for pcre2_match_data_create_from_pattern if NULL 2014-11-28 13:23:40 +00:00
pcre2_newline.c Tidy a lot of files (remove trailing spaces) 2014-10-20 17:28:49 +00:00
pcre2_ord2utf.c API documentation and a lot of little related changes to the code. 2014-09-19 07:43:39 +00:00
pcre2_pattern_info.c Implement PCRE2_INFO_HASBACKSLASHC. 2015-11-14 17:28:19 +00:00
pcre2_printint.c Fix issues with NULL characters in patterns. 2015-12-02 17:39:26 +00:00
pcre2_serialize.c Fix DECL/DEFN typo that affects Windows. 2015-02-24 14:21:28 +00:00
pcre2_string_utils.c Fix pedantic infelicities shown up by clang and a UTF-8 checking overflow bug. 2015-07-24 13:30:50 +00:00
pcre2_study.c Small optimizations in pcre2_study.c 2015-11-11 09:42:26 +00:00
pcre2_substitute.c Implement PCRE2_SUBSTITUTE_UNSET_EMPTY. 2015-12-04 18:39:08 +00:00
pcre2_substring.c Improvements for substring handling with partial matches. 2014-12-22 17:33:10 +00:00
pcre2_tables.c Update Unicode tables to 8.0.0. 2015-07-17 15:44:51 +00:00
pcre2_ucd.c Update Unicode tables to 8.0.0. 2015-07-17 15:44:51 +00:00
pcre2_ucp.h Update Unicode tables to 8.0.0. 2015-07-17 15:44:51 +00:00
pcre2_valid_utf.c Fix pedantic infelicities shown up by clang and a UTF-8 checking overflow bug. 2015-07-24 13:30:50 +00:00
pcre2_xclass.c Fix [:punct:] bug in UCP mode (matching chars in the range 128-255) 2015-11-17 17:59:35 +00:00
pcre2demo.c Tidy a lot of files (remove trailing spaces) 2014-10-20 17:28:49 +00:00
pcre2grep.c Allow for up to 32-bit numbers in the ordin() function in pcre2grep. 2015-11-29 17:45:27 +00:00
pcre2posix.c Give error for regexec with pmatch=NULL and REG_STARTEND set. 2015-11-29 17:38:12 +00:00
pcre2posix.h Tidy a lot of files (remove trailing spaces) 2014-10-20 17:28:49 +00:00
pcre2test.c Implement PCRE2_SUBSTITUTE_UNSET_EMPTY. 2015-12-04 18:39:08 +00:00