summaryrefslogtreecommitdiff
path: root/pcre_dfa_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix caseless "not" bug for wide character in DFA matching when UCP not defined.ph102017-11-161-1/+3
* Fix DFA match handling of possessive repeated character class (Bugzilla 2086).ph102017-03-221-2/+2
* Fix bugs caused by (?!) as a condition (which is converted to OP_FAIL).ph102015-03-241-2/+3
* Casts and type changes for compiler warnings.ph102014-05-211-1/+1
* Revert RAWUCHAR macros, renaming them as UCHAR21 and adding an explanatory ph102014-01-021-14/+15
* Minor optimization in dfa_exec as was recently done for exec.ph102014-01-011-25/+16
* Get rid of confusing RAWUCHAR set of macros.ph102013-12-311-14/+13
* Source tidies for 8.34-RC1.ph102013-11-191-2/+2
* More auto-possessification additions, using possessive class repeats. These are ph102013-10-141-20/+56
* Add U+0085 and U+180E to what \s matches in UCP mode, to match Perl.ph102013-10-121-12/+44
* Refactor named group handling for conditional tests.ph102013-10-061-7/+9
* Add VT to the set of characters recognized as white space.ph102013-10-051-16/+16
* Refactored auto-possessification code.ph102013-10-011-2/+2
* Make back references to duplicated named subpatterns more like Perl.ph102013-09-061-0/+4
* Fix segfault when pcre_dfa_exec() is called with an output vector of length ph102013-05-151-12/+12
* Source tidies (trails spaces, html updates) for 8.33-RC1.ph102013-05-011-12/+12
* Add \p{Xuc} to match characters identifiable by Universal Character Names.ph102013-02-271-0/+24
* Pass back the bumpalong value for partial matches.ph102013-02-201-10/+12
* Fix some Microsoft compiler warnings.ph102012-12-081-3/+3
* File tidies, preparing for 8.32-RC1.ph102012-11-111-26/+26
* Fix really stupid bug in multicase matching, and deficiency in the tests.ph102012-11-111-4/+4
* Add PCRE_ERROR_BADLENGTH for a negative length.ph102012-10-301-0/+1
* Clean up compiler warnings in pcre_dfa_exec.c in all modes.ph102012-10-191-2/+3
* pcre32: exec: Mask bits > 21 in 32-bit UTF modechpe2012-10-161-20/+24
* pcre32: debug: Use uint32 for characterschpe2012-10-161-2/+2
* pcre32: More 32-bit cleanliness fixeschpe2012-10-161-2/+2
* pcre32: Add 32-bit librarychpe2012-10-161-12/+30
* All the remaining changes for handling characters with more than one other ph102012-09-251-0/+40
* Turn case lists for horizontal and vertical white space into macros so they are ph102012-09-161-151/+15
* General spring-clean of EBCDIC-related issues in the code, which had decayed ph102012-09-101-75/+103
* Improve extended grapheme clusters using a bit table.ph102012-08-261-4/+4
* Upgrade \X to match an extended grapheme clusterph102012-08-251-23/+36
* 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