summaryrefslogtreecommitdiff
path: root/pcre_study.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix mutual recursion minimum calculation in study bug.ph102011-07-171-6/+12
* Fix problem with the interaction of (*ACCEPT) in an assertion with ph102011-07-021-0/+2
* Fix two study bugs concerned with minimum subject lengths; add features to ph102011-07-021-14/+30
* Fix \R problem with study: incorrect minimum subject length.ph102011-06-291-2/+3
* Make pcre_study() more robust against update omissions; fix ONCE oversight.ph102011-06-031-28/+113
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-021-3/+25
* Fixed some omissions in pcre_study() for the new caseless opcodes.ph102011-05-271-16/+43
* Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with ph102011-05-251-13/+58
* Fix problem with (*THEN) not backing up far enough.ph102010-10-101-1/+4
* Tidyup for 8.10-RC2 test release.ph102010-06-161-21/+21
* A more correct fix for the chartables bug with UTF-8 and non-std tables.ph102010-06-131-52/+96
* Fix pcre_study() problem with non-C-locale chartables in UTF-8 mode.ph102010-06-091-19/+35
* Prepare for release candidate.ph102010-06-031-43/+43
* Make pcre_study() recognize \h, \v, and \R.ph102010-05-241-6/+59
* Fix pcre_study() bug for \p{Nd}* type items at pattern start.ph102010-05-231-0/+1
* Fix caseless bug with pcre_study() for starting letter greater than 127.ph102010-05-221-21/+40
* Fix compile problems when heap is in useph102010-03-301-3/+3
* Add support for *MARK and names for *PRUNE, *SKIP, *THEN.ph102010-03-271-0/+9
* Tidying updates for 8.01-RC1 release.ph102010-01-061-1/+1
* Tidies to allow easier embedded compilation; avoid (double) where possible.ph102010-01-021-5/+6
* Fix study bug with single-branch conditions, including (DEFINE).ph102009-12-111-2/+17
* Final doc and source tidies for 8.00ph102009-10-191-4/+4
* Fix study problem with JavaScript compatibility flag and back references.ph102009-10-191-9/+17
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-61/+61
* Fix problems with conditional references to duplicate named subpatterns.ph102009-10-041-0/+2
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-261-24/+394
* 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-1/+1
* Fix SKIPZERO bug in pcre_study().ph102008-07-071-0/+1
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-1/+1
* Slight performance improvement by using the new OP_ALLANY opcode for cases of ph102008-04-201-0/+1
* Do not discard subpatterns with {0} quantifiers, as they may be called as ph102008-04-121-0/+7
* Update copyright year to 2008.ph102008-01-201-1/+1
* <config.h> => "config.h" and also some cases of <pcre.h>.ph102007-09-111-1/+1
* (1) Move internal flags out of the options field, to make room.ph102007-09-101-1/+2
* 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
* Reworked all the WIN32 __declspec stuff in the hope of getting it right.ph102007-04-041-1/+1
* Update copyright years to 2007.ph102007-03-091-1/+1
* Create the PrepareRelease script to process the documentation and create the ph102007-03-081-3/+3
* Added some additional #ifdef SUPPORT_UTF8 to minimize the code when UTF-8 ph102007-03-071-0/+4
* Load pcre-7.0 into code/trunk.nigel2007-02-241-35/+80
* Load pcre-6.7 into code/trunk.nigel2007-02-241-7/+50
* Load pcre-6.5 into code/trunk.nigel2007-02-241-2/+2
* Load pcre-6.4 into code/trunk.nigel2007-02-241-1/+1
* Load pcre-6.0 into code/trunk.nigel2007-02-241-0/+482