summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* Treat empty-string-matching repeated conditionals the same as ordinary ones ph102018-09-032-0/+123
* Fix anchoring bug in conditionals with only one branch.ph102018-09-022-0/+55
* Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes.ph102018-09-022-0/+5
* Fix bad auto-possessification of certain types of class.ph102018-08-172-0/+21
* Fix dynamic options changing bug.ph102018-08-042-0/+13
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-036-2/+66
* Add support for (?^) as now supported by Perl.ph102018-07-284-0/+30
* Give specific error for \F as for \L, \U etc.ph102018-07-273-6/+11
* Add support for \N{U+dd...}, for ASCII and Unicode modes only.ph102018-07-276-4/+29
* Add more tests for further ClusterFuzz issues, all were fixed by the previous ph102018-07-222-0/+8
* Fix oversight in recent OP_COMMIT_ARG update.ph102018-07-222-0/+4
* Some places where the new opcode OP_COMMIT_ARG needs to be handled and which I ph102018-07-212-0/+10
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-214-9/+95
* Fixed atomic group backtracking bug.ph102018-07-162-0/+14
* Update Perl tester to allow for optimization to be turned off. Required moving ph102018-07-144-18/+22
* Documentation and tests update and minor tweak to perltest.sh. ph102018-07-122-0/+24
* Update to Unicode 11.0.0ph102018-07-074-68/+106
* Fix bug in VERSION number reading.ph102018-07-022-1/+8
* Ignore qualifiers on lookaheads within lookbehinds when checking for a fixed ph102018-07-024-0/+36
* Fix global search/replace in pcre2test and pcre2_substitute() when the pattern ph102018-07-024-1/+20
* Fix bug when \K is used in a lookbehind in a substitute pattern.ph102018-06-222-1/+8
* More typos and changes to "Kibibytes" for "Kilobytes".ph102018-06-182-18/+19
* Ensure all match limit tests set a limit, don't rely on the default.ph102018-04-296-2/+44
* Remove ctrl/Z from the input for test 6.ph102018-04-282-4/+4
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-272-0/+19
* Add support to pcre2grep for binary zeros in -f files. ph102018-02-241-0/+3
* Add another test.ph102018-02-204-0/+15
* Fix \C bug with repeated character classes in UTF-8 mode.ph102018-02-194-0/+15
* Fix the value passed back for POSIX unset groups when REG_STARTEND has a ph102018-02-192-0/+19
* Fix auto-possessification bug at the end of a capturing group that is called ph102018-01-314-1/+219
* Fix a typo in JIT and add a test.zherczeg2018-01-102-0/+13
* Support the new EXTUNI in JIT.zherczeg2018-01-062-9/+9
* Previous FIRSTLINE patch was broken. Fix it.ph102018-01-014-0/+18
* Fix PCRE2_FIRSTLINE bug when a pattern match starts with the first code unit of ph102018-01-014-0/+46
* Fix \K issues in pcre2grep.ph102017-12-261-0/+9
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-225-71/+137
* Save extra compile options with the compiled pattern, and add an info call to ph102017-12-167-11/+38
* Fix infelicity in not finding a first character inside a non-assertive group ph102017-12-121-1/+1
* Fix incorrect first matching character when a backreference with zero minimum ph102017-12-122-0/+38
* Fix multiple multiline matching issues in pcre2grep.ph102017-11-132-5/+108
* Fix oss-fuzz bugs 3852 and 3891 (same bug); mis-closing external captures by ph102017-10-292-0/+27
* Hyphen at the end of a character class is always literal. Give error for false ph102017-07-298-62/+34
* Fix bug in /xx implementation.ph102017-07-252-0/+28
* Code tidies for 10.30-RC1 release candidate.ph102017-07-196-764/+768
* Cut out the binary zero pcre2grep test on Solaris (SunOS) as it isn't possibleph102017-07-181-1/+1
* Document experimental pattern conversion functions and remove unimplemented ph102017-07-122-2/+2
* Update grapheme breaking rules for Unicode 10.0.0.ph102017-07-052-0/+53
* Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.ph102017-07-022-13/+112
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-3010-35/+332
* Update convert tests so they run on Windows.ph102017-06-244-4/+4