summaryrefslogtreecommitdiff
path: root/pcre_dfa_exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Preliminary patch for upgraded Unicode Property support.ph102008-07-021-37/+34
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-4/+4
* Slight performance improvement by using the new OP_ALLANY opcode for cases of ph102008-04-201-21/+6
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-191-9/+20
* Do not discard subpatterns with {0} quantifiers, as they may be called as ph102008-04-121-0/+7
* Added some missing "const"s to declarations of static tables in ph102008-03-081-3/+3
* Update copyright year to 2008.ph102008-01-201-1/+1
* Detrailed files for 7.4-RC1 test release.ph102007-09-131-2/+2
* <config.h> => "config.h" and also some cases of <pcre.h>.ph102007-09-111-1/+1
* Add facility to make \R match only CR, LF, or CRLF.ph102007-09-111-13/+46
* (1) Move internal flags out of the options field, to make room.ph102007-09-101-4/+4
* Add (*CR) etc.ph102007-08-211-1/+1
* Don't advance by 2 if explicit \r or \n in the pattern. Add ph102007-08-211-8/+9
* Update UTF-8 validity check and documentation.ph102007-08-091-1/+1
* Add Perl 5.10's backtracking verbs.ph102007-08-081-1/+3
* Correct errors in previous patch; tidy for test release.ph102007-08-011-2/+2
* Daniel's patch for config.h and Windows DLL declarations (not fully working).ph102007-07-311-0/+4
* More document tidies, pre-release.ph102007-06-131-31/+31
* Add support for \h, \H, \v, \V.ph102007-06-131-9/+405
* Drastically reduce workspace used for alternatives in groups; also some ph102007-06-051-1/+1
* Add support for the Perl 5.10 \K facility.ph102007-05-291-4/+6