summaryrefslogtreecommitdiff
path: root/pcre_dfa_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Source tidies for 8.31-RC2.ph102012-06-201-4/+4
* Fix DFA bug (3 cases) when UTF code was being obeyed in non-UTF mode.ph102012-06-171-11/+17
* Document update for 8.31-RC1 test release.ph102012-06-021-57/+57
* Fix long-standing DFA testing restart bug in pcretest, and add some ph102012-04-191-16/+23
* Re-implement /S++ and -s++ in pcretest in a thread-safe way, using JIT ph102012-02-221-1/+0
* Upgrade DFA support to handle OP_NOTI with multibyte characters (other related ph102012-02-221-12/+22
* Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime. Add /S++ andph102012-02-201-0/+1
* Fix partial match issues with CRLF and \r, and update tests.ph102012-02-171-11/+66
* Fix several partial matching bugs for backrefs, \R, \X, and CRLF line endings. ph102012-02-151-8/+53
* Additional casts to avoid compiler warnings, originally from a MS compiler, but ph102012-01-231-2/+2
* Avoid compiler warning when UTF not configured.ph102012-01-201-2/+2
* Get rid of a number of -Wunused-but-set-variable compiler warnings.ph102012-01-151-5/+2
* Add pcre16 prefix to 16 bit structszherczeg2012-01-051-2/+10
* add pcre16_callout_block and pcre16_extrazherczeg2012-01-041-3/+3
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-234/+270
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-1/+1
* Added (int) casts to reduce 64-bit warnings.ph102011-12-021-1/+1
* Source tidies for 8.20-RC3.ph102011-10-111-1/+1
* PCRE_NO_START_OPTIMIZE, if given to pcre_compile(), did not suppress the ph102011-10-101-1/+1
* Revert handling of atomic groups that do not include captures to the old way of ph102011-10-081-2/+5
* Fix small return value bug.ph102011-09-061-1/+1
* 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