summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Tidies for 8.02-RC1 release.ph102010-03-106-752/+833
* Add crossreference from pcreperform to pcrestack.ph102010-03-071-6/+22
* Fix bugs with \K in atomic groups, subroutines, and assertions.ph102010-03-061-1/+5
* Update Unicode tables to Unicode version 5.2.0.ph102010-03-013-7/+48
* Fix #947, recursive back reference bug.ph102010-01-113-305/+334
* Tidying updates for 8.01-RC1 release.ph102010-01-065-95/+141
* Update stack documentation to be clearer about pcre_dfa_exec().ph102010-01-031-30/+45
* Final doc and source tidies for 8.00ph102009-10-195-114/+123
* Fix typos and other things.ph102009-10-191-5/+9
* Document more clearly capturing behaviour for recursion and subroutines.ph102009-10-181-23/+20
* Further tidies to partial matching.ph102009-10-181-2/+5
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-0536-1377/+1621
* Fix problems with conditional references to duplicate named subpatterns.ph102009-10-042-27/+46
* Documentation update.ph102009-10-031-7/+12
* Allow duplicate names for same-numbered groups; forbid different names.ph102009-10-033-26/+61
* Documentation updateph102009-10-0212-177/+259
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-263-13/+37
* Allow fixed-length subroutine calls in lookbehinds.ph102009-09-225-274/+333
* Add more explanation about recursive subpatterns, and make it possible to ph102009-09-1818-1227/+1567
* Another tweak to documentation and tests.ph102009-09-161-3/+3
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-2/+5
* Capture data when (*ACCEPT) is inside capturing parentheses.ph102009-09-152-10/+8
* Documentation clarifications.ph102009-09-132-3/+8
* Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.ph102009-09-115-65/+78
* Fix typo.ph102009-09-091-3/+3
* Documentation tidiesph102009-09-061-3/+8
* Further updates to partial matching.ph102009-09-054-78/+107
* For regexec(), if pmatch is NULL, force nmatch to be zero.ph102009-09-021-0/+3
* Add REG_UNGREEDY (non-standard) to the POSIX interface.ph102009-09-021-2/+12
* Add pcredemo man page, containing a listing of pcredemo.c.ph102009-09-0122-1154/+2212
* Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.ph102009-08-315-127/+220
* Remove restrictions on pcre_exec() partial matching.ph102009-08-267-104/+146
* Add warning comment to pcreposix doc.ph102009-08-151-1/+5
* Fix infelicities to do with --count in pcregrep.ph102009-08-121-8/+21
* File tidies for 7.9 release.ph102009-04-117-813/+857
* Add support for (*UTF8).ph102009-04-114-96/+123
* Trailing space tidiesph102009-03-235-661/+665
* Add words about \b in UTF-8 mode.ph102009-03-182-5/+7
* Update after detrailing for a test release.ph102009-03-1722-1183/+1322
* Add support for UTF-8 in EBCDIC environments.ph102009-03-172-9/+18
* Comments about no_arg in the C++ wrapper.ph102009-03-171-1/+6
* Add PCRE_NO_START_OPTIMIZEph102009-03-154-5/+24
* Added REG_NOTEMPTY to the POSIX wrapper.ph102009-03-111-7/+13
* Add the -M option to pcretest.ph102009-03-101-2/+7
* Document named subpattern behaviour in the presence of duplicate numbers.ph102009-03-082-4/+12
* Lock out empty string matches in pcregrep.ph102009-03-021-10/+21
* Make pcregrep with --colour show all matches in a line in colour.ph102009-03-011-6/+10
* Bug fixes: forgot to commit these individually.ph102009-03-012-25/+24
* Source tidies for 7.8-RC1 ph102008-08-253-78/+86
* Make it clearer that ovector values are byte offsets, not character counts.ph102008-08-241-23/+26