summaryrefslogtreecommitdiff
path: root/pcre_study.c
Commit message (Expand)AuthorAgeFilesLines
* fix local symbol issues in pcre_printint.czherczeg2012-01-231-1/+1
* Add pcre16 prefix to 16 bit structszherczeg2012-01-051-2/+2
* add pcre16_callout_block and pcre16_extrazherczeg2012-01-041-17/+17
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-92/+236
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-7/+2
* Source tidies for 8.21ph102011-12-111-3/+3
* Fix uninitialized memory use when writing study data to file if no starting ph102011-12-061-3/+8
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-191-1/+3
* Remove redundant line of code.ph102011-10-101-1/+0
* Fix THEN:ARG bug introduced with *THEN refactoring.ph102011-10-101-4/+1
* Revert handling of atomic groups that do not include captures to the old way of ph102011-10-081-0/+2
* File tidies for 8.20-RC2 release.ph102011-09-231-7/+7
* Fix minimum length bug with *ACCEPT.ph102011-09-191-28/+27
* Final source and document tidies for 8.20-RC1.ph102011-09-111-16/+16
* Patch to RunTest for use with simulations; further JIT code/test tidies.ph102011-09-091-9/+10
* Tidy up interface from pcre_study() to JIT, and ignore a minimum length of 0.ph102011-09-091-48/+61
* Update comments.ph102011-08-251-1/+6
* Commit changes for JIT supportph102011-08-221-0/+27
* Formatting tidies for 8.13 release.ph102011-08-161-3/+3
* Fix pcre_study() bug with \b at start of branch.ph102011-08-151-2/+7
* Documentation and general text tidies in preparation for test release.ph102011-08-021-25/+25
* 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