.. |
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
|
Multi-config tests (without JIT) now work.
|
2014-08-10 16:09:24 +00:00 |
pcre2.h.generic
|
PCRE2 successfully compiles with --enable-jit now.
|
2014-09-30 07:06:48 +00:00 |
pcre2.h.in
|
Remove leftchar/rightchar from the public API.
|
2014-10-10 11:55:28 +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
|
Fix JIT test issues when PCRE2 configured in various modes.
|
2014-10-13 06:43:00 +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
|
Create default compile and match contexts as constant static data.
|
2014-10-11 17:05:18 +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
|
Fix JIT test issues when PCRE2 configured in various modes.
|
2014-10-13 06:43:00 +00:00 |
pcre2_intmodedep.h
|
Remove the ability to change newlines and \R at match time.
|
2014-10-01 17:02:33 +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 JIT test issues when PCRE2 configured in various modes.
|
2014-10-13 06:43:00 +00:00 |
pcre2_jit_test.c
|
Fix JIT test issues when PCRE2 configured in various modes.
|
2014-10-13 06:43:00 +00:00 |
pcre2_maketables.c
|
Multi-config tests (without JIT) now work.
|
2014-08-10 16:09:24 +00:00 |
pcre2_match.c
|
Create default compile and match contexts as constant static data.
|
2014-10-11 17:05:18 +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
|
API documentation and a lot of little related changes to the code.
|
2014-09-19 07:43:39 +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
|
Minor length bug.
|
2014-10-14 16:41:13 +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 the ability to change newlines and \R at match time.
|
2014-10-01 17:02:33 +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
|
Fix Unicode version and JIT target output.
|
2014-10-14 17:07:46 +00:00 |