summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag release 8.01.pcre-8.01ph102010-01-190-0/+0
* File tidies and documentation update for 8.01.ph102010-01-197-24/+34
* Fix #947, recursive back reference bug.ph102010-01-1112-330/+494
* Tidying updates for 8.01-RC1 release.ph102010-01-0611-109/+155
* Fix HP compile problem for pcrecpp.cc.ph102010-01-053-39/+73
* Remove m4 from version control.ph102010-01-055-7976/+0
* Update autogen.sh to try several names for libtoolize.ph102010-01-042-7/+26
* Fix some discrepancies between "USPTR" and "unsigned char *".ph102010-01-043-7/+17
* Fix partial match bug (code omitted) for \W.ph102010-01-044-5/+19
* Forbid 08 and 09 as minor version numbers.ph102010-01-032-5/+23
* Update stack documentation to be clearer about pcre_dfa_exec().ph102010-01-032-30/+50
* Add AC_CONFIG_MACRO_DIR([m4]) to configure.ac and -I m4 to ACLOCAL_AMFLAGS in ph102010-01-038-1/+7992
* Update configure.ac to solve libbz2 problem under Win32.ph102010-01-032-23/+62
* Add comments to pcredemo about compiling by using pkg-config.ph102010-01-031-5/+15
* Add casts to avoid compiler warnings.ph102010-01-033-2/+5
* Tidies to allow easier embedded compilation; avoid (double) where possible.ph102010-01-029-46/+97
* Fix C++ wrapper GlobalReplace function for empty matches.ph102010-01-024-45/+86
* Fix bugs relating to the use of (*SKIP) etc in assertions.ph102010-01-027-10/+125
* Fix options set and reset at top level bug.ph102009-12-116-2/+98
* Fix study bug with single-branch conditions, including (DEFINE).ph102009-12-115-4/+57
* 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