summaryrefslogtreecommitdiff
path: root/doc/html
Commit message (Expand)AuthorAgeFilesLines
...
* Allow (*ACCEPT) to be quantified.ph102019-06-101-6/+20
* Documentation update.ph102019-05-302-18/+32
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-248-94/+195
* Final file tidies for 10.33.ph102019-04-164-19/+21
* Fix crash in pcre2_substitute() with NULL match context.ph102019-03-111-8/+10
* Documentation update re PCRE2_JIT_INVALID_UTFph102019-03-064-61/+90
* More file tidies for 10.33-RC1ph102019-03-0415-102/+109
* Fix two identical documentation typos.ph102019-02-142-3/+5
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-127-58/+102
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-0610-601/+599
* Update POSIX wrapper to use macros in the .h file, but also have the POSIX ph102019-01-302-96/+84
* Fix issues with BAD_ESCAPE_IS_LITERAL in character classes.ph102019-01-041-5/+8
* Documentation typo.ph102018-12-141-1/+1
* Documentation update.ph102018-11-273-52/+56
* Add --disable-pcre2grep-callout-fork configuration setting.ph102018-11-171-15/+19
* Implement --disable-percent-zt to avoid %zu and %td even if the environment ph102018-11-152-12/+36
* Unconditionally use inttypes.h instead of trying for stdint.h (simplification) ph102018-11-141-5/+10
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-123-28/+88
* Set subject field in match data to NULL after failed match.ph102018-10-191-9/+10
* Fix typo.ph102018-10-171-2/+2
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-175-25/+62
* Documentation and tests update for script runs.ph102018-10-124-53/+249
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-022-0/+2
* Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also ph102018-09-242-14/+56
* Implement PCRE2_EXTRA_ESCAPED_CR_IS_LFph102018-09-214-4/+20
* Documentation update.ph102018-09-192-16/+38
* Implement callouts from pcre2_substitute().ph102018-09-185-35/+180
* Final file tidies for 10.32ph102018-09-114-19/+37
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-1319-60/+60
* Documentation update.ph102018-08-031-71/+96
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-033-35/+64
* Add support for (?^) as now supported by Perl.ph102018-07-284-26/+52
* Add support for \N{U+dd...}, for ASCII and Unicode modes only.ph102018-07-272-57/+80
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-213-55/+68
* Upgrade perltest.sh to support (some) #pattern modifiers.ph102018-07-171-2/+3
* Documentation update.ph102018-07-161-11/+20
* Documentation and tests update and minor tweak to perltest.sh. ph102018-07-121-18/+51
* Documentation update.ph102018-07-111-7/+14
* Fix typo.ph102018-07-111-1/+1
* Documentation update.ph102018-07-101-14/+26
* Update to Unicode 11.0.0ph102018-07-072-15/+39
* Fix global search/replace in pcre2test and pcre2_substitute() when the pattern ph102018-07-022-7/+16
* Fix typo.ph102018-06-301-3/+3
* Documentation update.ph102018-06-282-21/+29
* Documentation update for NULL arguments.ph102018-06-2816-29/+60
* Documentation update to clarify what PCRE2 serialization is.ph102018-06-277-31/+59
* Fix bug when \K is used in a lookbehind in a substitute pattern.ph102018-06-221-8/+18
* More typos and changes to "Kibibytes" for "Kilobytes".ph102018-06-1811-51/+52
* Typos in documentation and comments noted by Jason Hood.ph102018-06-1717-173/+176
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-279-99/+145