summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Do not printf U32 and I32 (both) as %i.Jarkko Hietaniemi2014-06-161-2/+3
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-3/+0
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-0/+3
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-3/+0
* Silence several -Wunused-parameter warnings about my_perlBrian Fraser2014-06-131-1/+1
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-1/+1
* regexec.c: Eliminate a malloc/freeKarl Williamson2014-05-301-5/+4
* regcomp.c, regexec.c: Move common code to a functionKarl Williamson2014-05-301-8/+1
* regexec.c: Fix some EBCDIC problemsKarl Williamson2014-05-301-6/+4
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-17/+17
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-1/+4
* Off-by-one in PL_fold_locale use.Jarkko Hietaniemi2014-05-281-4/+4
* [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