summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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