summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Documentation update.ph102019-06-226-2734/+2718
* Documentation update.ph102019-06-215-627/+666
* Typo in doc and update testsph102019-06-203-7/+7
* Documentation update.ph102019-06-203-0/+13
* Documentation update.ph102019-06-203-14/+16
* Fix pcre2grep -o bug when ovector overflows; add option to adjust the limit; ph102019-06-157-636/+672
* Minor improvement to minimum length calculation.ph102019-06-132-11/+13
* Allow (*ACCEPT) to be quantified.ph102019-06-103-157/+197
* Documentation update.ph102019-05-306-925/+956
* Add support for invalid UTF-8 matching to pcre2grep.ph102019-05-281-7/+17
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-2418-1652/+1932
* Fix typo.ph102019-05-111-3/+3
* Final file tidies for 10.33.ph102019-04-168-56/+58
* Fix crash in pcre2_substitute() with NULL match context.ph102019-03-113-25/+31
* Documentation update re PCRE2_JIT_INVALID_UTFph102019-03-068-174/+260
* More file tidies for 10.33-RC1ph102019-03-0429-275/+285
* Final file tidies for 10.33-RC1ph102019-03-041-13/+16
* Fix two identical documentation typos.ph102019-02-145-10/+15
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-1216-1034/+1159
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-0622-2870/+2873
* Update POSIX wrapper to use macros in the .h file, but also have the POSIX ph102019-01-304-290/+286
* Fix issues with BAD_ESCAPE_IS_LITERAL in character classes.ph102019-01-043-15/+25
* Documentation typo.ph102018-12-143-3/+3
* Documentation update.ph102018-11-277-449/+452
* Add VMS support for pcre2grep callout of an external program.ph102018-11-241-6/+10
* Add --disable-pcre2grep-callout-fork configuration setting.ph102018-11-173-67/+80
* Implement --disable-percent-zt to avoid %zu and %td even if the environment ph102018-11-154-15/+70
* 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-128-251/+423
* Set subject field in match data to NULL after failed match.ph102018-10-193-517/+521
* Fix typo.ph102018-10-173-11/+11
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-1711-392/+498
* Documentation and tests update for script runs.ph102018-10-129-1121/+1683
* 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-245-601/+725
* Implement PCRE2_EXTRA_ESCAPED_CR_IS_LFph102018-09-2110-1858/+1904
* Documentation update.ph102018-09-193-119/+159
* Provide alternative POSIX names.ph102018-09-191-3/+21
* Implement callouts from pcre2_substitute().ph102018-09-1812-404/+755
* Add "allvector" to pcre2test.ph102018-09-151-3/+23
* Final file tidies for 10.32ph102018-09-118-609/+647
* Documentation update.ph102018-09-071-3/+8
* Documentation updateph102018-09-041-7/+10
* Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes.ph102018-09-024-16/+24
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-1340-158/+158
* Documentation update.ph102018-08-033-810/+890
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-037-1198/+1283
* Add support for (?^) as now supported by Perl.ph102018-07-287-2114/+2178
* Documentation update regarding \Q handling.ph102018-07-282-17/+28
* Give specific error for \F as for \L, \U etc.ph102018-07-272-10/+10