Commit Graph

20 Commits

Author SHA1 Message Date
ph10
e5959e493e Allow non-ASCII in group names when UTF is set; revise group naming terminology
in documentation to use "capture group", as Perl does.
2019-02-06 18:11:36 +00:00
ph10
5e94fcc35a Implement PCRE2_COPY_MATCHED_SUBJECT. 2018-10-17 08:33:38 +00:00
ph10
2bf7dbba82 Ensure all match limit tests set a limit, don't rely on the default. 2018-04-29 15:07:44 +00:00
ph10
50fee9e172 Allow anchored patterns to use "first code unit" optimization. 2017-06-30 16:00:33 +00:00
ph10
33f4845d6c Major refactoring of pcre2_compile.c; see ChangeLog and HACKING. 2016-10-02 16:01:01 +00:00
ph10
c8ccfdeaef Fix new tests when newline is not LF. 2016-07-06 17:39:15 +00:00
ph10
102cded91e Additional test for recent JIT bugfix. 2016-07-02 15:52:30 +00:00
ph10
be26792758 Implement PCRE2_NO_JIT, update HTML docs as well. 2016-06-05 16:05:34 +00:00
ph10
9224b3bddb Implemented pcre2_code_copy(). 2016-02-26 18:26:17 +00:00
ph10
2e704cb0af Document JIT compile size limit and give more info in pcre2test. 2015-11-14 16:48:32 +00:00
ph10
fc8bdfded5 Small optimizations in pcre2_study.c 2015-11-11 09:42:26 +00:00
ph10
cdb20c3526 Tidied up a lot of comments in the test files. 2015-09-16 16:49:48 +00:00
zherczeg
eaf0138957 Fix two issues in JIT. 2015-09-02 08:35:50 +00:00
zherczeg
83f4b3e483 Fix two assertion fails in JIT found by Karl Skomski. 2015-08-24 09:25:04 +00:00
ph10
db81c6b5e6 Runtime UTF checks now take not of the starting offset. 2015-08-18 10:34:05 +00:00
ph10
9b52893a26 Fix missing non-existent reference test and bad error offsets for bad \g and \k
items.
2015-08-09 17:46:35 +00:00
ph10
6be0761133 Fix data overrun for /(?(?C)/ 2015-03-20 12:37:28 +00:00
ph10
70f376de32 Improve test coverage; minor typo in JIT test and other minor buglets fixed. 2014-10-31 12:34:34 +00:00
ph10
b45ad67e96 Work on the tests for JIT. 2014-10-06 17:28:42 +00:00
ph10
db66b2b89a Preparatory work for JIT. 2014-08-08 18:18:18 +00:00