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