.. |
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 match context argument from pcre2_jit_compile.
|
2014-10-03 09:25:57 +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
|
Save compile-time work when PCRE2_NO_START_OPTIMIZE is set.
|
2014-10-03 09:47:59 +00:00 |
pcre2_config.c
|
API documentation and a lot of little related changes to the code.
|
2014-09-19 07:43:39 +00:00 |
pcre2_context.c
|
Remove the ability to change newlines and \R at match time.
|
2014-10-01 17:02:33 +00:00 |
pcre2_dfa_match.c
|
Remove the ability to change newlines and \R at match time.
|
2014-10-01 17:02:33 +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
|
API documentation and a lot of little related changes to the code.
|
2014-09-19 07:43:39 +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
|
Minor fixes. RunTest 1 now works with JIT.
|
2014-10-04 17:05:21 +00:00 |
pcre2_jit_match.c
|
Minor fixes. RunTest 1 now works with JIT.
|
2014-10-04 17:05:21 +00:00 |
pcre2_jit_misc.c
|
Minor fixes. RunTest 1 now works with JIT.
|
2014-10-04 17:05:21 +00:00 |
pcre2_jit_test.c
|
PCRE2 successfully compiles with --enable-jit now.
|
2014-09-30 07:06:48 +00:00 |
pcre2_maketables.c
|
Multi-config tests (without JIT) now work.
|
2014-08-10 16:09:24 +00:00 |
pcre2_match.c
|
Remove the ability to change newlines and \R at match time.
|
2014-10-01 17:02:33 +00:00 |
pcre2_match_data.c
|
Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.
|
2014-08-16 09:46:58 +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
|
Tidy some comments; change several PCRE2_INFO fields to uint32_t instead of
|
2014-08-15 09:55:18 +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
|
Break global loop in pcre2test if matching returns the same substring.
|
2014-10-04 15:09:00 +00:00 |