summaryrefslogtreecommitdiff
path: root/pcre_dfa_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation and general text tidies in preparation for test release.ph102011-08-021-53/+53
* Pass *MARK name to calloutsph102011-07-311-0/+2
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-23/+39
* Permit quantifiers on parenthesized assertions.ph102011-07-241-2/+2
* Fix problem with the interaction of (*ACCEPT) in an assertion with ph102011-07-021-6/+8
* Tidy the API for _pcre_valid_utf8() to a more suitable form for a future public ph102011-06-061-9/+7
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-021-11/+111
* Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with ph102011-05-251-45/+104
* Pass back detailed info when UTF-8 check fails at runtime.ph102011-05-071-4/+12
* Tidies of documenation and code while preparing for release.ph102010-11-241-5/+5
* Added support for (*NO_START_OPT)ph102010-11-211-2/+4
* 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
* Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.ph102010-10-221-5/+14
* Tidyup for 8.10-RC2 test release.ph102010-06-161-3/+3
* Fix pcre_study() problem with non-C-locale chartables in UTF-8 mode.ph102010-06-091-2/+10
* Prepare for release candidate.ph102010-06-031-54/+54
* Added a lot of (int) casts to avoid compiler warnings in systems where ph102010-06-011-28/+29
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-2/+26
* Add new special properties Xan, Xps, Xsp, Xwd to help with \w etc.ph102010-05-051-4/+104
* Add support for *MARK and names for *PRUNE, *SKIP, *THEN.ph102010-03-271-5/+7
* Tidies for 8.02-RC1 release.ph102010-03-101-3/+3
* Fix missing data in coptable and poptable vectors; add compile-time checks for ph102010-03-031-6/+20
* Tidying updates for 8.01-RC1 release.ph102010-01-061-1/+1
* Add casts to avoid compiler warnings.ph102010-01-031-1/+1
* Tidies to allow easier embedded compilation; avoid (double) where possible.ph102010-01-021-3/+3
* Fix bugs relating to the use of (*SKIP) etc in assertions.ph102010-01-021-2/+4
* Further tidies to partial matching.ph102009-10-181-28/+17
* Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*ph102009-10-171-9/+82
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-36/+36
* Fix problems with conditional references to duplicate named subpatterns.ph102009-10-041-2/+3
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-261-62/+69
* Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.ph102009-09-111-2/+7
* Added performance comment to pcre_exec.c.ph102009-09-081-1/+31
* Further updates to partial matching.ph102009-09-051-1/+9
* Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.ph102009-08-311-25/+45
* Add new PCRE_PARTIAL_HARD option.ph102009-08-281-5/+9
* Remove restrictions on pcre_exec() partial matching.ph102009-08-261-2/+2
* Trailing space tidiesph102009-03-231-12/+12
* Fix problem with autocallout and dfa_exec.ph102009-03-201-15/+12
* Fix non-callout function supplied for pcre_dfa_exec() bug.ph102009-03-201-10/+43
* Update after detrailing for a test release.ph102009-03-171-15/+15
* Add support for UTF-8 in EBCDIC environments.ph102009-03-171-7/+7
* Add PCRE_NO_START_OPTIMIZEph102009-03-151-59/+71
* Fix PCRE_DOLLAR_ENDONLY bug in pcre_dfa_exec().ph102009-03-081-3/+4
* Source tidies for 7.8-RC1 ph102008-08-251-10/+10
* Further fixes for bumpalong processing in UTF-8 mode.ph102008-07-111-2/+26
* Fix off-end-of-buffer bug for patterns that match only at start of line.ph102008-07-101-1/+1
* Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs.ph102008-07-091-1/+1
* Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.ph102008-07-041-4/+4