summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #121854] use re 'taint' regressionDavid Mitchell2014-05-131-0/+2
* [perl #121484] /m causing false negativeDavid Mitchell2014-03-241-6/+9
* re_intuit_start(): move comments abut IMPLICITDavid Mitchell2014-03-191-9/+9
* re_intuit_start(): don't unset MBOL on uselessnessDavid Mitchell2014-03-191-9/+0
* re_intuit_start(): change definition of ml_anchDavid Mitchell2014-03-191-8/+5
* re_intuit_start(): check for IMPLICIT in abs anchDavid Mitchell2014-03-191-14/+3
* re_intuit_start(): check for IMPLICIT in stclassDavid Mitchell2014-03-191-3/+4
* re_intuit_start(): use better limit on anch floatDavid Mitchell2014-03-191-9/+23
* re_intuit_start(): do 'not at start' check on BOLDavid Mitchell2014-03-191-6/+25
* re_intuit_start(): reduce scope of /^...$/m testDavid Mitchell2014-03-191-5/+2
* re_intuit_start(): change !ml_anch debugging msgDavid Mitchell2014-03-191-2/+1
* re_intuit_start(): don't set ml_anch on BOLDavid Mitchell2014-03-191-2/+1
* re_intuit_start(): re-comment head of functionDavid Mitchell2014-03-161-71/+70
* re_intuit_start(): indent rest of check blockDavid Mitchell2014-03-161-25/+25
* re_intuit_start(): add some general commentsDavid Mitchell2014-03-161-5/+29
* re_intuit_start(): update comments in BmUSEFUL blkDavid Mitchell2014-03-161-5/+6
* re_intuit_start(): update comments in stclass codeDavid Mitchell2014-03-161-12/+20
* re_intuit_start(): improve main terminating condDavid Mitchell2014-03-161-3/+23
* re_intuit_start(): update stclass code commentsDavid Mitchell2014-03-161-5/+31
* re_intuit_start(): remove an obsolete assert.David Mitchell2014-03-161-3/+0
* re_intuit_start(): fix byte/char calculation errDavid Mitchell2014-03-161-3/+8
* re_intuit_start(): eliminate checked_upto varDavid Mitchell2014-03-161-12/+3
* re_intuit_start(): fix a comment about overlapDavid Mitchell2014-03-161-1/+1
* re_intuit_start(): trivial reorg of stclass codeDavid Mitchell2014-03-161-3/+3
* re_intuit_start(): always initialise start_shiftDavid Mitchell2014-03-161-2/+1
* re_intuit_start(): swap BmUSEFUL + stclass blocksDavid Mitchell2014-03-161-59/+55
* re_intuit_start(): de-duplicate conditionDavid Mitchell2014-03-161-16/+16
* re_intuit_start(): swap two blocks, delete labelDavid Mitchell2014-03-161-19/+18
* re_intuit_start(): swap another if/else blockDavid Mitchell2014-03-161-47/+52
* re_intuit_start(): remove redundant assertionDavid Mitchell2014-03-161-1/+0
* re_intuit_start(): swap another if/else blockDavid Mitchell2014-03-161-13/+13
* re_intuit_start(): swap if/else blocksDavid Mitchell2014-03-161-28/+29
* re_intuit_start(): eliminate one labelDavid Mitchell2014-03-161-3/+4
* re_intuit_start(): eliminate debug-only varDavid Mitchell2014-03-161-7/+3
* re_intuit_start(): eliminate t from stclass codeDavid Mitchell2014-03-161-8/+6
* re_intuit_start(): reduce use of s in stclass codeDavid Mitchell2014-03-161-4/+3
* re_intuit_start(): remove if(check)David Mitchell2014-03-161-2/+0
* re_intuit_start(): use check_ix for efficiencyDavid Mitchell2014-03-161-1/+1
* re_intuit_start(): stclass: use rx_origin moreDavid Mitchell2014-03-161-7/+7
* Revert most of 3a8bbffbce: Avoid unnecessary malformed checkingKarl Williamson2014-03-011-2/+2
* S_regmatch(): merge BOL and SBOL branchesDavid Mitchell2014-02-281-6/+2
* don't set SvPADTMP() on PADGV'sDavid Mitchell2014-02-271-1/+2
* fix RT #121299 - Inconsistent behavior with backreferences nested inside subp...Yves Orton2014-02-241-13/+21
* Improve how regprop dumps REF-like nodes during executionYves Orton2014-02-241-3/+3
* Only define Perl__get_regclass_nonbitmap_data once.Craig A. Berry2014-02-201-1/+1
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-3/+3
* Make taint checking regex compile time instead of runtimeKarl Williamson2014-02-191-18/+0
* regcomp.c,regexec.c: White-space onlyKarl Williamson2014-02-191-8/+8
* regcomp.c: Fix more alignment problemsKarl Williamson2014-02-191-17/+29
* regexec.c: Rename function, add parameter, make non-staticKarl Williamson2014-02-191-6/+11