summaryrefslogtreecommitdiff
path: root/doc/pcre2.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issues with BAD_ESCAPE_IS_LITERAL in character classes.ph102019-01-041-4/+8
* Documentation typo.ph102018-12-141-1/+1
* Documentation update.ph102018-11-271-315/+311
* Implement --disable-percent-zt to avoid %zu and %td even if the environment ph102018-11-151-1/+16
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-121-15/+37
* Set subject field in match data to NULL after failed match.ph102018-10-191-498/+500
* Fix typo.ph102018-10-171-6/+6
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-337/+364
* Documentation and tests update for script runs.ph102018-10-121-1048/+1224
* Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also ph102018-09-241-571/+609
* Implement PCRE2_EXTRA_ESCAPED_CR_IS_LFph102018-09-211-1845/+1859
* Documentation update.ph102018-09-191-103/+121
* Implement callouts from pcre2_substitute().ph102018-09-181-277/+331
* Final file tidies for 10.32ph102018-09-111-585/+605
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-30/+30
* Documentation update.ph102018-08-031-669/+694
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-031-1125/+1150
* Add support for (?^) as now supported by Perl.ph102018-07-281-2079/+2105
* Add support for \N{U+dd...}, for ASCII and Unicode modes only.ph102018-07-271-186/+208
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-211-117/+132
* Documentation update.ph102018-07-161-77/+86
* Documentation and tests update and minor tweak to perltest.sh. ph102018-07-121-31/+62
* Documentation update.ph102018-07-111-6/+14
* Documentation update.ph102018-07-101-398/+409
* Update to Unicode 11.0.0ph102018-07-071-89/+94
* Fix global search/replace in pcre2test and pcre2_substitute() when the pattern ph102018-07-021-180/+191
* Fix typo.ph102018-06-301-3/+3
* Documentation update.ph102018-06-281-904/+913
* Documentation update for NULL arguments.ph102018-06-281-684/+695
* Documentation update to clarify what PCRE2 serialization is.ph102018-06-271-527/+543
* Fix bug when \K is used in a lookbehind in a substitute pattern.ph102018-06-221-205/+215
* More typos and changes to "Kibibytes" for "Kilobytes".ph102018-06-181-1234/+1235
* Typos in documentation and comments noted by Jason Hood.ph102018-06-171-1317/+1316
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-271-449/+462
* Documentation update.ph102018-03-041-2/+4
* Update HTML and derived documentation.ph102018-02-251-62/+70
* Source tidies and version etc. updates for 10.31-RC1.ph102018-01-131-1071/+1076
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-221-673/+725
* Derived documentation update.ph102017-10-171-26/+36
* Fix typos in documentation.ph102017-09-251-6/+6
* Define names for compiler error codes and use them in pcre2_convert.cph102017-09-171-1765/+1780
* Final file tidies for 10.30 release.ph102017-08-151-4/+6
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-78/+84
* Document experimental pattern conversion functions and remove unimplemented ph102017-07-121-1/+30
* Update grapheme breaking rules for Unicode 10.0.0.ph102017-07-051-11/+25
* Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.ph102017-07-021-134/+141
* Documentation update.ph102017-06-171-11/+12
* Documentation update.ph102017-06-161-74/+115
* Implement REG_PEND (GNU extension) for the POSIX wrapper.ph102017-06-051-63/+86
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-011-1/+19