summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged copy of 10.32 release.pcre2-10.32ph102018-09-110-0/+0
* Final file tidies for 10.32ph102018-09-1114-641/+680
* Fix small bug in pcre2grep (no effect other than a sanitizer warning).ph102018-09-102-3/+11
* Documentation update.ph102018-09-071-3/+8
* Minor code fix to avoid static analyzer complaint.ph102018-09-062-1/+7
* Documentation updateph102018-09-041-7/+10
* Treat empty-string-matching repeated conditionals the same as ordinary ones ph102018-09-034-1/+130
* Fix anchoring bug in conditionals with only one branch.ph102018-09-024-5/+66
* Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes.ph102018-09-0210-23/+42
* Update to bring list of errors into line with RunTest.ph102018-09-011-1/+1
* Fix typo in Makefile.am, which caused testoutput8-16-4 to be omitted from ph102018-08-292-1/+5
* Documentation update.ph102018-08-231-3/+82
* Minor code fix to get rid of Coverity warning (I hope).ph102018-08-211-7/+11
* Tidy unnecessarily complicated macros in escapes table.ph102018-08-193-54/+26
* New default character tables.ph102018-08-191-25/+25
* Remove unused character flag ctype_meta, no longer used.ph102018-08-194-22/+24
* Fix bad auto-possessification of certain types of class.ph102018-08-174-2/+28
* Zero pointers in serialized patterns, for consistency.ph102018-08-152-1/+20
* Final file tidies for 10.32-RC1.ph102018-08-132-5/+9
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-1363-274/+299
* Maintenance notes update.ph102018-08-131-10/+7
* JIT compiler update.zherczeg2018-08-134-13/+21
* Make bcopy() emulation of memmove() work properly.ph102018-08-107-64/+167
* Fix dynamic options changing bug.ph102018-08-044-16/+40
* Documentation update.ph102018-08-033-810/+890
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-0315-1206/+1375
* Add support for (?^) as now supported by Perl.ph102018-07-2815-2166/+2285
* Documentation update regarding \Q handling.ph102018-07-282-17/+28
* Give specific error for \F as for \L, \U etc.ph102018-07-277-17/+23
* Allow for #pattern -no_start_optimize in perltest script.ph102018-07-271-2/+5
* Add support for \N{U+dd...}, for ASCII and Unicode modes only.ph102018-07-2716-325/+452
* 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-223-1/+6
* Some places where the new opcode OP_COMMIT_ARG needs to be handled and which I ph102018-07-216-4/+19
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-2123-335/+552
* Upgrade perltest.sh to support (some) #pattern modifiers.ph102018-07-175-500/+535
* Documentation update.ph102018-07-163-100/+125
* Fixed atomic group backtracking bug.ph102018-07-164-1/+21
* Minor tweak (may give minor performance improvement) to JIT UCD handling.ph102018-07-141-2/+2
* Update Perl tester to allow for optimization to be turned off. Required moving ph102018-07-145-21/+30
* Documentation and tests update and minor tweak to perltest.sh. ph102018-07-126-73/+192
* Documentation update.ph102018-07-113-21/+42
* Fix typo.ph102018-07-112-2/+2
* Documentation update.ph102018-07-103-428/+462
* Update to Unicode 11.0.0ph102018-07-0728-4070/+6005
* Fix bug in VERSION number reading.ph102018-07-024-4/+13
* Ignore qualifiers on lookaheads within lookbehinds when checking for a fixed ph102018-07-026-0/+66
* Fix global search/replace in pcre2test and pcre2_substitute() when the pattern ph102018-07-0215-230/+334
* Documentation update.ph102018-06-301-6/+12
* Fix typo.ph102018-06-303-10/+10