summaryrefslogtreecommitdiff
path: root/pcre_exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add PCRE_NO_START_OPTIMIZEph102009-03-151-73/+83
* Fix Unicode property support in character classes for chars > 127 in non-UTF-8 ph102009-03-081-5/+6
* Fix bug with (?(?=.*b)b|^) thinking it must match at start of line; also fix ph102009-03-031-1/+29
* Source tidies for 7.8-RC1 ph102008-08-251-12/+12
* Lazy qualifiers were not always working in UTF-8 mode (8.0/15).ph102008-07-141-4/+5
* Further fixes for bumpalong processing in UTF-8 mode.ph102008-07-111-47/+2
* Several bugs concerned with skipping over UTF-8 characters at the start of ph102008-07-111-13/+79
* Fix off-end-of-buffer bug for patterns that match only at start of line.ph102008-07-101-3/+3
* Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs.ph102008-07-091-1/+1
* Comments about stack usage added.ph102008-07-091-7/+7
* Fix caseless backreferences for non-ASCII characters.ph102008-07-071-2/+28
* Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.ph102008-07-041-1/+1
* Preliminary patch for upgraded Unicode Property support.ph102008-07-021-32/+30
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-14/+14
* Slight performance improvement by using the new OP_ALLANY opcode for cases of ph102008-04-201-55/+22
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-191-6/+34
* Added PCRE_JAVASCRIPT_COMPAT option.ph102008-04-121-10/+20
* Do not discard subpatterns with {0} quantifiers, as they may be called as ph102008-04-121-5/+13
* Update copyright year to 2008.ph102008-01-201-1/+1
* Tidies for the 7.5 release.ph102008-01-101-2/+2
* Fix UTF-8/newline=ANY with .* crash.ph102007-12-291-4/+6