.. |
sljit
|
JIT compiler update.
|
2017-11-29 13:30:31 +00:00 |
config.h.generic
|
Final file tidies for 10.30 release.
|
2017-08-15 10:58:32 +00:00 |
config.h.in
|
Add makefile support for SELinux allocator in JIT.
|
2017-06-15 06:20:30 +00:00 |
dftables.c
|
Final file updates for 10.21 release.
|
2016-01-12 14:44:34 +00:00 |
pcre2.h
|
Add callout_flags to callout blocks, and set bits within it from pcre2_match()
|
2017-12-22 15:56:27 +00:00 |
pcre2.h.generic
|
Final file tidies for 10.30 release.
|
2017-08-15 10:58:32 +00:00 |
pcre2.h.in
|
Add callout_flags to callout blocks, and set bits within it from pcre2_match()
|
2017-12-22 15:56:27 +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
|
Save extra compile options with the compiled pattern, and add an info call to
|
2017-12-16 17:49:26 +00:00 |
pcre2_config.c
|
Add PCRE2_CONFIG_COMPILED_WIDTHS and PCRE2_CONFIG_NEVER_BACKSLASH_C.
|
2017-09-16 11:39:38 +00:00 |
pcre2_context.c
|
Put back pcre2_set_recursion_limit() as a real function, synonym for
|
2017-07-21 08:53:02 +00:00 |
pcre2_convert.c
|
Define names for compiler error codes and use them in pcre2_convert.c
|
2017-09-17 16:56:41 +00:00 |
pcre2_dfa_match.c
|
Previous FIRSTLINE patch was broken. Fix it.
|
2018-01-01 14:54:06 +00:00 |
pcre2_error.c
|
Code tidies for 10.30-RC1 release candidate.
|
2017-07-19 16:04:15 +00:00 |
pcre2_extuni.c
|
Replace multiple copies of extended grapheme sequence code with a single
|
2017-09-12 16:28:42 +00:00 |
pcre2_find_bracket.c
|
Remove all "register" declarations.
|
2016-11-03 17:35:59 +00:00 |
pcre2_fuzzsupport.c
|
Make pcre2_dfa_match() take notice of the match limit, to catch patterns that
|
2017-05-30 10:42:57 +00:00 |
pcre2_internal.h
|
Fix oss-fuzz bugs 3852 and 3891 (same bug); mis-closing external captures by
|
2017-10-29 16:58:38 +00:00 |
pcre2_intmodedep.h
|
Tidy up callout code in pcre2_dfa_match().
|
2017-12-26 16:43:45 +00:00 |
pcre2_jit_compile.c
|
Add callout_flags to callout blocks, and set bits within it from pcre2_match()
|
2017-12-22 15:56:27 +00:00 |
pcre2_jit_match.c
|
JIT compiler update.
|
2017-11-29 13:30:31 +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
|
Remove \C tests from JIT regression when NEVER_BACKSLASH_C is defined.
|
2017-09-16 11:46:08 +00:00 |
pcre2_maketables.c
|
Final file updates for 10.21 release.
|
2016-01-12 14:44:34 +00:00 |
pcre2_match.c
|
Previous FIRSTLINE patch was broken. Fix it.
|
2018-01-01 14:54:06 +00:00 |
pcre2_match_data.c
|
More refactoring for ovector addressing.
|
2017-05-11 16:49:58 +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
|
Save extra compile options with the compiled pattern, and add an info call to
|
2017-12-16 17:49:26 +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
|
Allow anchored patterns to use "first code unit" optimization.
|
2017-06-30 16:00:33 +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
|
Code tidies for 10.30-RC1 release candidate.
|
2017-07-19 16:04:15 +00:00 |
pcre2_ucd.c
|
Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.
|
2017-07-02 16:32:01 +00:00 |
pcre2_ucp.h
|
Code tidies for 10.30-RC1 release candidate.
|
2017-07-19 16:04:15 +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 |
pcre2demo.c
|
Update pcre2demo to deal with various \K inside assertion anomalies.
|
2017-12-23 17:15:51 +00:00 |
pcre2grep.c
|
Fix \K issues in pcre2grep.
|
2017-12-26 15:10:04 +00:00 |
pcre2posix.c
|
Code tidies for 10.30-RC1 release candidate.
|
2017-07-19 16:04:15 +00:00 |
pcre2posix.h
|
Code tidies for 10.30-RC1 release candidate.
|
2017-07-19 16:04:15 +00:00 |
pcre2test.c
|
Add callout_flags to callout blocks, and set bits within it from pcre2_match()
|
2017-12-22 15:56:27 +00:00 |