summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag the 8.00 release.pcre-8.00ph102009-10-290-0/+0
* Final doc and source tidies for 8.00ph102009-10-199-121/+140
* Fix typos and other things.ph102009-10-191-5/+9
* Fix study problem with JavaScript compatibility flag and back references.ph102009-10-193-9/+58
* Include pcredemo.html in the distribution.ph102009-10-191-0/+1
* Update Windows testing files for new tests.ph102009-10-192-0/+4
* Document more clearly capturing behaviour for recursion and subroutines.ph102009-10-188-25/+195
* Further tidies to partial matching.ph102009-10-185-154/+161
* Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*ph102009-10-1713-61/+533
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-0559-1871/+2140
* Documentation update.ph102009-10-041-6/+9
* Fix problems with conditional references to duplicate named subpatterns.ph102009-10-0414-61/+430
* Documentation update.ph102009-10-031-7/+12
* Allow duplicate names for same-numbered groups; forbid different names.ph102009-10-0311-34/+193
* Documentation updateph102009-10-0213-191/+274
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-2620-200/+1329
* Allow fixed-length subroutine calls in lookbehinds.ph102009-09-2213-317/+577
* Add more explanation about recursive subpatterns, and make it possible to ph102009-09-1823-1271/+1648
* Add note about MySQL to README.ph102009-09-161-1/+12
* Another tweak to documentation and tests.ph102009-09-163-3/+9
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-1625-115/+176
* Another test for (*ACCEPT)ph102009-09-163-5/+31
* Re-organize tests to make is possible to test 5.10 features against Perl.ph102009-09-1512-1366/+1680
* Capture data when (*ACCEPT) is inside capturing parentheses.ph102009-09-157-15/+87
* Correct returned capture count after recursion has matched more than outer.ph102009-09-153-2/+11
* Documentation clarifications.ph102009-09-132-3/+8
* Fix comment in code.ph102009-09-131-1/+1
* Source tidyph102009-09-131-87/+87
* Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.ph102009-09-1116-90/+286
* Add some user-supplied comments about Stratus OpenVOS.ph102009-09-091-1/+49
* Fix typo.ph102009-09-091-3/+3
* Added performance comment to pcre_exec.c.ph102009-09-081-1/+31
* Fix internal error for forward reference with [^m] interposing.ph102009-09-064-9/+77
* Add test for diff -u to RunGrepTest.ph102009-09-062-2/+16
* Documentation tidiesph102009-09-063-7/+12
* Further updates to partial matching.ph102009-09-0513-95/+221
* Update CMake info to use cmake-guiph102009-09-051-17/+19
* For regexec(), if pmatch is NULL, force nmatch to be zero.ph102009-09-022-1/+8
* Add REG_UNGREEDY (non-standard) to the POSIX interface.ph102009-09-027-48/+81
* Updage ChangeLog for another bug, already fixed by previous patch.ph102009-09-021-1/+4
* Add -DPCRE_STATIC to configuration files when no shared library is built.ph102009-09-016-4/+11
* Add pcredemo man page, containing a listing of pcredemo.c.ph102009-09-0126-1160/+2275
* Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.ph102009-08-3114-308/+569
* Add new PCRE_PARTIAL_HARD option.ph102009-08-2810-241/+305
* Remove restrictions on pcre_exec() partial matching.ph102009-08-2622-453/+1813
* Add #ifndef SUPPORT_UCP to pcre_ucd.cph102009-08-173-0/+45
* Add warning comment to pcreposix doc.ph102009-08-151-1/+5
* Add libpcreposix.pc for pkg-config, which was missing.ph102009-08-156-2/+21
* Fix --regex(p)=pattern not working in pcregrep.ph102009-08-144-11/+66
* Fix --fixed-strings.ph102009-08-142-1/+6