pcre2/src
Philip.Hazel eb59159ce0 Change --enable-pcre8 etc to --enable-pcre2-8 etc and consequent changes;
change "pcre" to "pcre2" in a number of files.
2014-10-17 15:52:57 +00:00
..
sljit Land the JIT compiler (as a separate commit). 2014-09-30 07:08:35 +00:00
config.h.generic Changed SUPPORT_PCRE8 etc into SUPPORT_PCRE2_8 etc. 2014-09-19 17:53:33 +00:00
dftables.c Fix several bugs concerned with different configurations. 2014-10-15 15:57:49 +00:00
pcre2.h.generic PCRE2 successfully compiles with --enable-jit now. 2014-09-30 07:06:48 +00:00
pcre2.h.in Remove length argument from pcre2_config; give width if where==NULL. 2014-10-15 16:44:12 +00:00
pcre2_auto_possess.c API documentation and a lot of little related changes to the code. 2014-09-19 07:43:39 +00:00
pcre2_chartables.c.dist Multi-config tests (without JIT) now work. 2014-08-10 16:09:24 +00:00
pcre2_compile.c Create default compile and match contexts as constant static data. 2014-10-11 17:05:18 +00:00
pcre2_config.c Remove length argument from pcre2_config; give width if where==NULL. 2014-10-15 16:44:12 +00:00
pcre2_context.c Create default compile and match contexts as constant static data. 2014-10-11 17:05:18 +00:00
pcre2_dfa_match.c Fix several bugs concerned with different configurations. 2014-10-15 15:57:49 +00:00
pcre2_error.c API documentation and a lot of little related changes to the code. 2014-09-19 07:43:39 +00:00
pcre2_internal.h Remove length argument from pcre2_config; give width if where==NULL. 2014-10-15 16:44:12 +00:00
pcre2_intmodedep.h Fix several bugs concerned with different configurations. 2014-10-15 15:57:49 +00:00
pcre2_jit_compile.c Support for JIT code free and small partial match optimization. 2014-10-09 10:06:19 +00:00
pcre2_jit_match.c Landing initial version of JIT regression tests. 2014-10-10 17:29:08 +00:00
pcre2_jit_misc.c Fix several bugs concerned with different configurations. 2014-10-15 15:57:49 +00:00
pcre2_jit_test.c Remove length argument from pcre2_config; give width if where==NULL. 2014-10-15 16:44:12 +00:00
pcre2_maketables.c Multi-config tests (without JIT) now work. 2014-08-10 16:09:24 +00:00
pcre2_match.c Fix several bugs concerned with different configurations. 2014-10-15 15:57:49 +00:00
pcre2_match_data.c Remove leftchar/rightchar from the public API. 2014-10-10 11:55:28 +00:00
pcre2_newline.c API documentation and a lot of little related changes to the code. 2014-09-19 07:43:39 +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 Update pcre2_pattern_info to return a length if "where" is NULL. 2014-10-16 16:49:23 +00:00
pcre2_printint.c API documentation and a lot of little related changes to the code. 2014-09-19 07:43:39 +00:00
pcre2_string_utils.c Remove length argument from pcre2_config; give width if where==NULL. 2014-10-15 16:44:12 +00:00
pcre2_study.c API documentation and a lot of little related changes to the code. 2014-09-19 07:43:39 +00:00
pcre2_substring.c API documentation and a lot of little related changes to the code. 2014-09-19 07:43:39 +00:00
pcre2_tables.c API documentation and a lot of little related changes to the code. 2014-09-19 07:43:39 +00:00
pcre2_ucd.c API documentation and a lot of little related changes to the code. 2014-09-19 07:43:39 +00:00
pcre2_ucp.h Update for Unicode 7.0.0 2014-06-20 12:40:32 +00:00
pcre2_valid_utf.c API documentation and a lot of little related changes to the code. 2014-09-19 07:43:39 +00:00
pcre2_xclass.c API documentation and a lot of little related changes to the code. 2014-09-19 07:43:39 +00:00
pcre2demo.c More documentation. 2014-09-29 16:45:37 +00:00
pcre2grep.c Remove length argument from pcre2_config; give width if where==NULL. 2014-10-15 16:44:12 +00:00
pcre2posix.c Change lengths to PCRE2_SIZE and revise OP_RECURSE processing. 2014-08-16 09:46:58 +00:00
pcre2posix.h Fix typos: PCREPOSIX -> PCRE2POSIX. 2014-08-30 08:52:32 +00:00
pcre2test.c Change --enable-pcre8 etc to --enable-pcre2-8 etc and consequent changes; 2014-10-17 15:52:57 +00:00