summaryrefslogtreecommitdiff
path: root/testdata/testinput12
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs in new UCP casing code for back references and characters with more ph102020-02-261-0/+14
* Follow ucp changes in JIT.zherczeg2020-02-261-4/+0
* Fix bug in UTF-16 checker returning wrong offset for missing low surrogate.ph102020-02-241-0/+6
* Unicode upper/lower casing is now used when UCP is set, even if UTF is not set. ph102020-02-231-0/+67
* Optimize certain starting code unit bit maps into a single starting code unit.ph102019-09-131-0/+12
* Optimize classes such as [Aa] to be a single caseless character.ph102019-09-091-0/+2
* Another extension to minimum length calculation.ph102019-06-171-0/+2
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-0/+45
* Previout bug-fix was bad. This properly fixes an overrun while reading a ph102019-02-071-0/+4
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-0/+11
* Implement callouts from pcre2_substitute().ph102018-09-181-0/+5
* Save extra compile options with the compiled pattern, and add an info call to ph102017-12-161-1/+1
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-301-0/+9
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-0/+10
* Fix character type detection when 32-bit and UCP are enabled but UTF is not i...zherczeg2017-03-311-1/+1
* Fix 32-bit non-UTF property test crash.ph102017-02-241-0/+3
* Fix class bug when UCP but not UTF was set and all wide characters need to be ph102016-12-261-0/+2
* Fix bug that caused chars > 255 not to be matched by classes like [\W\pL] when ph102016-08-031-0/+11
* Update pcre2test with the /utf8_input option, for generating wide characters in ph102016-08-031-0/+4
* Implement --never-backslash-Cph102015-10-171-56/+3
* Tidied up a lot of comments in the test files.ph102015-09-161-20/+22
* Runtime UTF checks now take not of the starting offset.ph102015-08-181-0/+4
* Refactor named group handling by adding a pre-pass that generates a list of ph102015-06-031-0/+3
* More documentation and test updates.ph102014-11-231-12/+12
* Test tidies and additional tests.ph102014-08-061-3/+61
* All tests except JIT and save/reload are implemented.ph102014-08-051-0/+332