summaryrefslogtreecommitdiff
path: root/testdata/testoutput4
Commit message (Expand)AuthorAgeFilesLines
* Fix delimiters in tests 1 and 4 for correct Perl behaviour (Bugzilla #2641). ph102020-09-131-2/+6
* Update to Unicode 13.0.0.ph102020-03-251-2/+2
* Fix sometimes failing caseless non-ASCII matching in assertion. ph102019-11-161-0/+12
* Fix crash when \X is used without UTF in JIT.ph102019-05-131-0/+4
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-0/+37
* Update Makefile.am for compiling with gcov. Add Script Run tests to improve ph102018-10-141-0/+16
* Upgrade the ucptest program (used only by maintainer) and script run tests.ph102018-10-141-0/+4
* Documentation and tests update for script runs.ph102018-10-121-0/+2
* Update Script Run code to use the Script Extension property instead of the ph102018-10-091-0/+50
* Fix bugs of omission in new script run code.ph102018-10-031-0/+12
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-0/+149
* Fix bad auto-possessification of certain types of class.ph102018-08-171-0/+12
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-031-0/+18
* Add support for \N{U+dd...}, for ASCII and Unicode modes only.ph102018-07-271-0/+8
* Update to Unicode 11.0.0ph102018-07-071-30/+5
* Hyphen at the end of a character class is always literal. Give error for false ph102017-07-291-1/+1
* Improve testing coverage with updates to pcre2test and test files; also get rid ph102017-04-161-0/+18
* Fix optimization bugs when pattern starts with lookahead.ph102016-10-181-0/+8
* Updated tests for previous patch.ph102015-11-271-0/+17
* Fix wide character problem with negated POSIX ascii and xdigit class items.ph102015-11-201-0/+62
* Fix [:punct:] bug in UCP mode (matching chars in the range 128-255)ph102015-11-171-0/+4
* Tidied up a lot of comments in the test files.ph102015-09-161-380/+254
* Implement #newline_default and adjust testdata and scripts to use it.ph102015-09-081-0/+1
* Fixed an issue when \p{Any} inside an xclass did not read the current character.zherczeg2015-08-051-0/+4
* Maintenance on tests for Perl compatibilityph102015-08-031-10/+0
* Fix other cases where backtracking after \C could cause a crash.ph102015-04-081-0/+4
* Fix backtracking bug for \C\X* in UTF mode.ph102015-04-081-0/+6
* Fix bad memory computation for "(*UTF)[\S\V\H]" (a pattern with a negative ph102015-03-251-0/+2
* Fix bad compile of patterns like /[A-`]/i,utf where the range contains ph102015-03-061-0/+4
* Refactor match_ref() and fix UTF-8 caseless bug.ph102014-08-271-0/+44
* Adjust tests for PCRE/Perl anomalies in character properties & fix one bug.ph102014-08-061-43/+15
* Test 4 installed (combines old tests 4 and 6)ph102014-07-251-0/+3722