summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Documentation update.ph102020-02-112-3/+7
* Documentation update.ph102020-01-273-435/+449
* Ensure a newline after the final line in a file is output by pcre2grep.ph102020-01-253-106/+161
* Documentation update.ph102020-01-243-441/+444
* Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.ph102020-01-228-293/+357
* Documentation update and another cunning test pattern.ph102020-01-052-17/+35
* Allow real repetition of assertions.ph102020-01-013-74/+38
* Fix typo!ph102019-12-293-3/+3
* Documentation update.ph102019-12-293-16/+33
* Documentation update.ph102019-12-285-6/+9
* Add (?* and (?<* synonyms for non-atomic lookarounds.ph102019-12-285-27/+33
* Implement PCRE2_SUBSTITUTE_MATCHED.ph102019-12-275-174/+235
* Implement PCRE2_SUBSTITUTE_LITERAL.ph102019-12-268-40/+77
* Remove atomic restriction on capture groups containing recursive back ph102019-12-183-46/+46
* File tidies for 10.34-RC2.ph102019-11-062-3/+3
* Source tidies (trailing spaces) etc. for 10.34-RC1.ph102019-10-1725-110/+110
* Fix minor test issues and tidies/updates for 10.34-RC1 testing release.ph102019-10-153-9/+11
* Fix typo.ph102019-09-261-1/+1
* Back off failed attempt to handle nested lookbehinds for estimating how much of ph102019-09-045-823/+827
* Add the pcre2_maketables_free() function.ph102019-09-037-52/+186
* Partial match documentation rewritten.ph102019-08-073-896/+724
* Documentation update and ensure current pcre2.h.generic.ph102019-08-013-7/+7
* Minor upgrade to pcre2test and comment in ucptest.ph102019-07-303-539/+557
* Documentation update.ph102019-07-292-5/+9
* Upgrade to Unicode 12.1.0ph102019-07-295-1129/+1147
* Correct tables argument data type for pcre2_set_character_tables() and fix ph102019-07-287-14/+14
* Documentation and test update.ph102019-07-283-19/+47
* More partial match tweaks.ph102019-07-225-450/+459
* Documentation typo fixes.ph102019-07-221-14/+14
* Update definition of partial match and fix \z and \Z (as documented).ph102019-07-215-557/+526
* Update pcre2demo with match_data block size information.ph102019-07-192-24/+36
* Implemented pcre2_get_match_data_size().ph102019-07-164-0/+72
* Implement non-atomic positive assertions.ph102019-07-137-590/+833
* Make pcre2test show actual pre-match consulted characters for a partial match, ph102019-06-263-277/+291
* Improve maximum lookbehind calculation for nested lookbehinds.ph102019-06-253-610/+640
* 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