summaryrefslogtreecommitdiff
path: root/testdata/testoutput17
Commit message (Expand)AuthorAgeFilesLines
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-18/+18
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-2/+2
* Ensure all match limit tests set a limit, don't rely on the default.ph102018-04-291-1/+8
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-301-0/+2
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-1/+1
* Fix new tests when newline is not LF.ph102016-07-061-2/+2
* Additional test for recent JIT bugfix.ph102016-07-021-0/+10
* Implement PCRE2_NO_JIT, update HTML docs as well.ph102016-06-051-0/+14
* Implemented pcre2_code_copy().ph102016-02-261-0/+9
* Document JIT compile size limit and give more info in pcre2test.ph102015-11-141-2/+2
* Small optimizations in pcre2_study.cph102015-11-111-3/+3
* Tidied up a lot of comments in the test files.ph102015-09-161-2/+21
* Fix two issues in JIT.zherczeg2015-09-021-4/+10
* Fix two assertion fails in JIT found by Karl Skomski.zherczeg2015-08-241-0/+2
* Runtime UTF checks now take not of the starting offset.ph102015-08-181-132/+468
* Fix missing non-existent reference test and bad error offsets for bad \g and \k ph102015-08-091-1/+1
* Fix data overrun for /(?(?C)/ph102015-03-201-0/+3
* Improve test coverage; minor typo in JIT test and other minor buglets fixed.ph102014-10-311-0/+17
* Work on the tests for JIT.ph102014-10-061-13/+121
* Preparatory work for JIT.ph102014-08-081-0/+20