summaryrefslogtreecommitdiff
path: root/testdata/testoutput16
Commit message (Expand)AuthorAgeFilesLines
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-2/+2
* Runtime UTF checks now take not of the starting offset.ph102015-08-181-475/+8
* A bug which was introduced by the single character repetition optimization wa...zherczeg2015-08-131-11/+11
* Re-write recursion handling to fix another compiler bug and make it all less ph102015-08-091-0/+98
* Fix infinite recursion in the JIT compiler when certain patterns when certain...zherczeg2015-07-201-0/+2
* JIT should return with error when the compiled pattern requires more stack sp...zherczeg2015-06-281-0/+8
* Remove computing the JIT read-only data size in advance and use on-demand mem...zherczeg2015-03-061-0/+8
* Implement (*NO_JIT)ph102015-01-261-2/+13
* Add serialization functions and tests with updated pcre2test. Fix ph102015-01-231-1/+33
* Update and improve substring handling and its documentation.ph102014-12-141-15/+15
* Code for pcre2_substitute(), and tests.ph102014-11-111-15/+15
* Changed jit_stack_alloc to jit_stack_create.ph102014-11-031-0/+5
* Add tests for JIT fast path.ph102014-11-021-0/+56
* The tests all run clean with JIT.ph102014-10-111-71/+171
* Work on the tests for JIT.ph102014-10-061-128/+164
* Preparatory work for JIT.ph102014-08-081-0/+128