.. |
sljit
|
JIT compiler update.
|
2017-04-03 13:30:17 +00:00 |
config.h.generic
|
Update generic files.
|
2017-03-17 16:55:47 +00:00 |
config.h.in
|
Add explicit heap limiting options to pcre2_match(), with associated features
|
2017-04-11 11:47:25 +00:00 |
dftables.c
|
Final file updates for 10.21 release.
|
2016-01-12 14:44:34 +00:00 |
pcre2_auto_possess.c
|
Tidies and minor bug fix resulting from Coverity Scan issues.
|
2017-04-16 16:49:11 +00:00 |
pcre2_chartables.c.dist
|
Multi-config tests (without JIT) now work.
|
2014-08-10 16:09:24 +00:00 |
pcre2_compile.c
|
Implement Perl's /n option, which is the same as PCRE2_NO_AUTO_CAPTURE.
|
2017-04-18 16:21:50 +00:00 |
pcre2_config.c
|
Add explicit heap limiting options to pcre2_match(), with associated features
|
2017-04-11 11:47:25 +00:00 |
pcre2_context.c
|
Add explicit heap limiting options to pcre2_match(), with associated features
|
2017-04-11 11:47:25 +00:00 |
pcre2_dfa_match.c
|
Tidies and minor bug fix resulting from Coverity Scan issues.
|
2017-04-16 16:49:11 +00:00 |
pcre2_error.c
|
Add explicit heap limiting options to pcre2_match(), with associated features
|
2017-04-11 11:47:25 +00:00 |
pcre2_find_bracket.c
|
Remove all "register" declarations.
|
2016-11-03 17:35:59 +00:00 |
pcre2_fuzzsupport.c
|
Implement PCRE2_ENDANCHORED.
|
2017-04-04 17:09:33 +00:00 |
pcre2_internal.h
|
Add explicit heap limiting options to pcre2_match(), with associated features
|
2017-04-11 11:47:25 +00:00 |
pcre2_intmodedep.h
|
Adjust two match frame variables to save space in 8-bit mode.
|
2017-04-14 12:02:40 +00:00 |
pcre2_jit_compile.c
|
Improve prefix character scanning in JIT.
|
2017-04-18 14:37:01 +00:00 |
pcre2_jit_match.c
|
Reverse the jit-stack to top-down.
|
2017-03-27 13:35:08 +00:00 |
pcre2_jit_misc.c
|
Final file updates for 10.21 release.
|
2016-01-12 14:44:34 +00:00 |
pcre2_jit_test.c
|
Support (*ACCEPT) inside recurse in JIT.
|
2017-03-30 13:25:20 +00:00 |
pcre2_maketables.c
|
Final file updates for 10.21 release.
|
2016-01-12 14:44:34 +00:00 |
pcre2_match_data.c
|
Code for new interpreter (build system and documentation still to be done).
|
2017-03-09 16:23:28 +00:00 |
pcre2_match.c
|
Improve testing coverage with updates to pcre2test and test files; also get rid
|
2017-04-16 13:03:30 +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
|
Add explicit heap limiting options to pcre2_match(), with associated features
|
2017-04-11 11:47:25 +00:00 |
pcre2_printint.c
|
Tidies and minor bug fix resulting from Coverity Scan issues.
|
2017-04-16 16:49:11 +00:00 |
pcre2_serialize.c
|
Fix memory leak when deserializing invalid data (Bugzilla 2075).
|
2017-03-21 16:25:01 +00:00 |
pcre2_string_utils.c
|
Final file updates for 10.21 release.
|
2016-01-12 14:44:34 +00:00 |
pcre2_study.c
|
Remove obsolete OP_ONCE_NC internal opcode.
|
2017-03-11 17:59:23 +00:00 |
pcre2_substitute.c
|
Fix OOB error in substitute with start offset longer than length.
|
2016-12-09 18:19:38 +00:00 |
pcre2_substring.c
|
Ensure all _free() functions do nothing for NULL, and document this.
|
2016-02-06 12:45:56 +00:00 |
pcre2_tables.c
|
Remove duplication typo.
|
2017-04-14 12:08:54 +00:00 |
pcre2_ucd.c
|
Fix 32-bit non-UTF property test crash.
|
2017-02-24 18:25:32 +00:00 |
pcre2_ucp.h
|
Make idempotency guards more standards compliant.
|
2016-11-20 12:46:11 +00:00 |
pcre2_valid_utf.c
|
Correct an incorrect cast.
|
2017-04-14 12:14:41 +00:00 |
pcre2_xclass.c
|
Final file updates for 10.21 release.
|
2016-01-12 14:44:34 +00:00 |
pcre2.h
|
Implement PCRE2_EXTENDED_MORE and friends.
|
2017-04-18 12:32:52 +00:00 |
pcre2.h.generic
|
Implement PCRE2_EXTENDED_MORE and friends.
|
2017-04-18 12:32:52 +00:00 |
pcre2.h.in
|
Implement PCRE2_EXTENDED_MORE and friends.
|
2017-04-18 12:32:52 +00:00 |
pcre2demo.c
|
Tidy pcre2demo.c
|
2016-02-02 16:25:47 +00:00 |
pcre2grep.c
|
Add explicit heap limiting options to pcre2_match(), with associated features
|
2017-04-11 11:47:25 +00:00 |
pcre2posix.c
|
Correct out-of-date comments in the code.
|
2016-11-02 09:56:27 +00:00 |
pcre2posix.h
|
Correct out-of-date comments in the code.
|
2016-11-02 09:56:27 +00:00 |
pcre2test.c
|
Implement Perl's /n option, which is the same as PCRE2_NO_AUTO_CAPTURE.
|
2017-04-18 16:21:50 +00:00 |