summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix infelicities to do with --count in pcregrep.ph102009-08-125-14/+54
* Open with "rb" in pcregrep.ph102009-08-123-2/+5
* Fix POSIX error code bug.ph102009-04-243-7/+37
* File tidies for 7.9 release.ph102009-04-1112-828/+872
* Update version, date.ph102009-04-112-2/+2
* Further tweak to CMakeLists.txtph102009-04-111-1/+1
* CMake: arrange for release type compiler flags to be shown in the summary.ph102009-04-112-26/+37
* Add support for (*UTF8).ph102009-04-1110-126/+188
* Wrap fileno/isatty defs for Windows in #ifndefsph102009-04-108-71/+60
* Add another testph102009-04-013-2/+27
* Further USPTR additions.ph102009-03-284-22/+23
* Fix forward references when duplicate group numbers are involved.ph102009-03-274-44/+235
* Upgrade CMake support to disable tests, pcregrep, and configuration listing.ph102009-03-232-112/+146