summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-125-38/+104
* Update VMS-specific code in pcre2test, on the advice of a VMS user.ph102018-11-091-2/+29
* Add pcre2_jit_free_unused_memory() to pcre2grep, for tidiness.ph102018-10-281-0/+1
* Fix teeny typo.ph102018-10-281-1/+1
* Add "kibibytes" to the output of pcre2test -C to show the units of the heap ph102018-10-221-1/+1
* Fix heap limit checking overflow bug in pcre2_dfa_match().ph102018-10-221-16/+20
* Fix typos and obsolescences in comments.ph102018-10-212-6/+3
* Fix zero-repeated subroutine call at start of pattern bug, which recorded an ph102018-10-201-3/+5
* Set subject field in match data to NULL after failed match.ph102018-10-193-12/+12
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-178-49/+144
* Fix typos in code for alphabetic ranges in EBCDIC environments.ph102018-10-151-5/+5
* Update Script Run code to use the Script Extension property instead of the ph102018-10-091-83/+296
* Unicode properties data records extended to 12-bytes to include a ph102018-10-063-3526/+3723
* Fix bugs of omission in new script run code.ph102018-10-031-0/+3
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-0213-997/+1337
* Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also ph102018-09-247-123/+286
* Implement PCRE2_EXTRA_ESCAPED_CR_IS_LFph102018-09-213-9/+25
* Fix an xclass matching issue in JIT.zherczeg2018-09-212-3/+4
* Optimize invalid character reading functions.zherczeg2018-09-201-118/+118
* Provide alternative POSIX names.ph102018-09-192-10/+54
* Implement callouts from pcre2_substitute().ph102018-09-185-31/+150
* Fix subject buffer overread in JIT. Found by Yunho Kim.zherczeg2018-09-182-1/+5
* Implement next subject character in JIT with invalid utf enabled.zherczeg2018-09-172-52/+121
* Fix more invalid UTF issues revealed by new tests in the JIT compiler.zherczeg2018-09-172-72/+344
* Improve invalid UTF character reading in JIT.zherczeg2018-09-162-60/+86
* Add "allvector" to pcre2test.ph102018-09-151-34/+117
* Add option bits for read_char in JIT.zherczeg2018-09-152-230/+448
* Avoid compiler warningph102018-09-141-0/+1
* Generate code for caseless utf backreferences in JIT instead of using a callb...zherczeg2018-09-141-106/+173
* Start working on invalid utf subject support in JIT.zherczeg2018-09-124-235/+1636
* Final file tidies for 10.32ph102018-09-112-6/+6
* Fix small bug in pcre2grep (no effect other than a sanitizer warning).ph102018-09-101-1/+1
* Minor code fix to avoid static analyzer complaint.ph102018-09-061-1/+3
* Treat empty-string-matching repeated conditionals the same as ordinary ones ph102018-09-031-1/+1
* Fix anchoring bug in conditionals with only one branch.ph102018-09-021-5/+6
* Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes.ph102018-09-023-6/+12
* 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-192-54/+24
* New default character tables.ph102018-08-191-25/+25
* Remove unused character flag ctype_meta, no longer used.ph102018-08-193-22/+21
* Fix bad auto-possessification of certain types of class.ph102018-08-171-2/+2
* Zero pointers in serialized patterns, for consistency.ph102018-08-151-1/+15
* Final file tidies for 10.32-RC1.ph102018-08-131-4/+8
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-1316-44/+43
* JIT compiler update.zherczeg2018-08-134-13/+21
* Make bcopy() emulation of memmove() work properly.ph102018-08-106-64/+160
* Fix dynamic options changing bug.ph102018-08-041-16/+20
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-031-6/+19
* Add support for (?^) as now supported by Perl.ph102018-07-283-52/+75
* Give specific error for \F as for \L, \U etc.ph102018-07-272-1/+2