summaryrefslogtreecommitdiff
path: root/testdata/testoutput5
Commit message (Expand)AuthorAgeFilesLines
...
* Fix two assertion fails in JIT found by Karl Skomski.zherczeg2015-08-241-0/+4
* Re-write recursion handling to fix another compiler bug and make it all less ph102015-08-091-4/+1
* Maintenance on tests for Perl compatibilityph102015-08-031-0/+10
* Fix bugs for patterns with conditional groups starting with assertions.ph102015-07-221-1/+1
* Fix not diagnosis of missing ) for callout with string argument.ph102015-07-211-0/+3
* Give error for empty subpattern name such as (?'').ph102015-05-191-3/+3
* Maintenance on test after running ManyConfigTests.ph102015-05-171-0/+5
* Fix handling of global matching in pcre2test when a lookbehind assertion ph102015-04-061-0/+26
* Fix bad compile of patterns like /[A-`]/i,utf where the range contains ph102015-03-061-0/+10
* Fix compile loop for subroutine reference after class such as [^\ff].ph102015-02-061-0/+3
* Further substitution tests (code and data), and more documentation.ph102014-11-141-0/+4
* Code for pcre2_substitute(), and tests.ph102014-11-111-0/+6
* Improve test coverage; minor typo in JIT test and other minor buglets fixed.ph102014-10-311-1/+6
* Remove leftchar/rightchar from the public API.ph102014-10-101-5/+0
* Remove the ability to change newlines and \R at match time.ph102014-10-011-10/+0
* Implement the "rightchar" feature of match data.ph102014-08-191-0/+5
* Don't say "No options" or "No first/last code unit"; simplifies pcre2test ph102014-08-101-52/+0
* Multi-config tests (without JIT) now work.ph102014-08-101-0/+2
* Adjust tests for PCRE/Perl anomalies in character properties & fix one bug.ph102014-08-061-10/+96
* Test tidies and additional tests.ph102014-08-061-2/+7
* All tests except JIT and save/reload are implemented.ph102014-08-051-4/+4
* Changes to pcre2test single-letter modifiers.ph102014-08-031-278/+278
* Add more tests.ph102014-08-031-0/+3963