summaryrefslogtreecommitdiff
path: root/pcre_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Tidies of documenation and code while preparing for release.ph102010-11-241-8/+8
* Added support for (*NO_START_OPT)ph102010-11-211-2/+3
* Add PCRE_ERROR_SHORTUTF8 to PCRE_PARTIAL_HARD processing.ph102010-11-071-3/+5
* Test for ridiculous values of starting offsets; tidy UTF-8 code.ph102010-11-061-6/+3
* Add casts needed for Visual Studio when NO_RECURSE is set.ph102010-10-311-2/+2
* Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.ph102010-10-221-31/+35
* Make (*COMMIT) override (*THEN) and similar.ph102010-10-101-5/+16
* Fix problem with (*THEN) not backing up far enough.ph102010-10-101-10/+29
* Tidyup for 8.10-RC2 test release.ph102010-06-161-7/+7
* Avoid loop caused by (*SKIP) with an argument.ph102010-06-151-10/+19
* Fix pcre_study() problem with non-C-locale chartables in UTF-8 mode.ph102010-06-091-2/+10
* Correct typo in recent malloc check fix.ph102010-06-031-1/+1
* Check for running out of memory when using heap for recursion.ph102010-06-011-1/+3
* Added a lot of (int) casts to avoid compiler warnings in systems where ph102010-06-011-14/+15
* Fix crash for property test in non-UTF-8 mode.ph102010-05-311-18/+18
* Fix oversight for no-recurse version.ph102010-05-291-91/+93
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-2/+61
* Add new special properties Xan, Xps, Xsp, Xwd to help with \w etc.ph102010-05-051-1/+261
* Fix compile problems when heap is in useph102010-03-301-39/+44
* Make (*ACCEPT) work inside an atomic group.ph102010-03-291-11/+12
* Add support for *MARK and names for *PRUNE, *SKIP, *THEN.ph102010-03-271-266/+348
* Preparation code for future (*MARK) support.ph102010-03-071-11/+17
* Fix bugs with \K in atomic groups, subroutines, and assertions.ph102010-03-061-10/+17
* Fix partial match bug (code omitted) for \W.ph102010-01-041-5/+9
* Add casts to avoid compiler warnings.ph102010-01-031-1/+1
* Tidies to allow easier embedded compilation; avoid (double) where possible.ph102010-01-021-8/+8
* Fix bugs relating to the use of (*SKIP) etc in assertions.ph102010-01-021-2/+9
* Further tidies to partial matching.ph102009-10-181-122/+122
* Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*ph102009-10-171-46/+224
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-80/+80
* Fix problems with conditional references to duplicate named subpatterns.ph102009-10-041-7/+135
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-261-60/+72
* Capture data when (*ACCEPT) is inside capturing parentheses.ph102009-09-151-0/+24
* Correct returned capture count after recursion has matched more than outer.ph102009-09-151-2/+5
* 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-111-3/+13
* Further updates to partial matching.ph102009-09-051-6/+13
* Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.ph102009-08-311-147/+157
* Add new PCRE_PARTIAL_HARD option.ph102009-08-281-228/+239
* Remove restrictions on pcre_exec() partial matching.ph102009-08-261-130/+499
* Further USPTR additions.ph102009-03-281-13/+13
* Trailing space tidiesph102009-03-231-5/+5
* Conditional fix needed fixing for the "heapstack" case.ph102009-03-211-1/+3
* Add missing #ifdef SUPPORT_UTF8 round heapframe::Xcharptr.ph102009-03-211-0/+2
* Fix memory leak for -8 error during recursion.ph102009-03-211-0/+2
* Further fix to auto-callout with conditional groups whose condition is an ph102009-03-211-4/+10
* Fix looping bug by recognizing that a conditional with only one branch may ph102009-03-201-2/+2
* Update after detrailing for a test release.ph102009-03-171-16/+16
* Add support for UTF-8 in EBCDIC environments.ph102009-03-171-7/+7