summaryrefslogtreecommitdiff
path: root/testdata/testoutput9
Commit message (Expand)AuthorAgeFilesLines
* Fix some numerical checking bugs, Bugzilla 2690.ph102021-02-011-0/+4
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-3/+0
* Implement a check on the number of capturing parentheses, which for some reason ph102019-04-221-0/+3
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-6/+6
* Fix *MARK length check in UTF mode (it was checking characters, not code ph102016-10-261-0/+3
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-4/+4
* Adjust tests for workspace overflow and relevant comments in pcre2_compile.cph102015-11-081-7/+0
* Fix buglet in recent name length patch.ph102015-11-031-1/+1
* Dynamic check of (*MARK) etc name length to avoid the possibility of overflow.ph102015-11-031-0/+9
* Add replication feature for patterns to pcre2test.ph102015-10-301-2/+4
* Improve error message for overly-complicated patterns.ph102015-10-281-0/+3
* Fix overlong (*MARK) or (*THEN) names bug.ph102015-10-281-0/+2
* Implement --never-backslash-Cph102015-10-171-6/+2
* Tidied up a lot of comments in the test files.ph102015-09-161-2/+1
* Implement #newline_default and adjust testdata and scripts to use it.ph102015-09-081-0/+1
* Implemented PCRE2_ALT_VERBNAMESph102015-08-301-0/+3
* Re-organize tests that didn't work with LINK_SIZE=3.ph102015-06-031-8/+0
* Refactor named group handling by adding a pre-pass that generates a list of ph102015-06-031-0/+8
* Don't say "No options" or "No first/last code unit"; simplifies pcre2test ph102014-08-101-13/+0
* Preparatory work for JIT.ph102014-08-081-128/+2
* All tests except JIT and save/reload are implemented.ph102014-08-051-0/+498