| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Silence several -Wunused-parameter warnings about my_perl | Brian Fraser | 2014-06-13 | 1 | -1/+1 |
* | Change newSVpvn("…", …) to newSVpvs("…") | Dagfinn Ilmari Mannsåker | 2014-06-12 | 1 | -1/+1 |
* | regexec.c: Eliminate a malloc/free | Karl Williamson | 2014-05-30 | 1 | -5/+4 |
* | regcomp.c, regexec.c: Move common code to a function | Karl Williamson | 2014-05-30 | 1 | -8/+1 |
* | regexec.c: Fix some EBCDIC problems | Karl Williamson | 2014-05-30 | 1 | -6/+4 |
* | Unify the "fall-through" lint annotation. | Jarkko Hietaniemi | 2014-05-29 | 1 | -17/+17 |
* | Insert asserts to paths suspected by Coverity. | Jarkko Hietaniemi | 2014-05-29 | 1 | -1/+4 |
* | Off-by-one in PL_fold_locale use. | Jarkko Hietaniemi | 2014-05-28 | 1 | -4/+4 |
* | [perl #121854] use re 'taint' regression | David Mitchell | 2014-05-13 | 1 | -0/+2 |
* | [perl #121484] /m causing false negative | David Mitchell | 2014-03-24 | 1 | -6/+9 |
* | re_intuit_start(): move comments abut IMPLICIT | David Mitchell | 2014-03-19 | 1 | -9/+9 |
* | re_intuit_start(): don't unset MBOL on uselessness | David Mitchell | 2014-03-19 | 1 | -9/+0 |
* | re_intuit_start(): change definition of ml_anch | David Mitchell | 2014-03-19 | 1 | -8/+5 |
* | re_intuit_start(): check for IMPLICIT in abs anch | David Mitchell | 2014-03-19 | 1 | -14/+3 |
* | re_intuit_start(): check for IMPLICIT in stclass | David Mitchell | 2014-03-19 | 1 | -3/+4 |
* | re_intuit_start(): use better limit on anch float | David Mitchell | 2014-03-19 | 1 | -9/+23 |
* | re_intuit_start(): do 'not at start' check on BOL | David Mitchell | 2014-03-19 | 1 | -6/+25 |
* | re_intuit_start(): reduce scope of /^...$/m test | David Mitchell | 2014-03-19 | 1 | -5/+2 |
* | re_intuit_start(): change !ml_anch debugging msg | David Mitchell | 2014-03-19 | 1 | -2/+1 |
* | re_intuit_start(): don't set ml_anch on BOL | David Mitchell | 2014-03-19 | 1 | -2/+1 |
* | re_intuit_start(): re-comment head of function | David Mitchell | 2014-03-16 | 1 | -71/+70 |
* | re_intuit_start(): indent rest of check block | David Mitchell | 2014-03-16 | 1 | -25/+25 |
* | re_intuit_start(): add some general comments | David Mitchell | 2014-03-16 | 1 | -5/+29 |
* | re_intuit_start(): update comments in BmUSEFUL blk | David Mitchell | 2014-03-16 | 1 | -5/+6 |
* | re_intuit_start(): update comments in stclass code | David Mitchell | 2014-03-16 | 1 | -12/+20 |
* | re_intuit_start(): improve main terminating cond | David Mitchell | 2014-03-16 | 1 | -3/+23 |
* | re_intuit_start(): update stclass code comments | David Mitchell | 2014-03-16 | 1 | -5/+31 |
* | re_intuit_start(): remove an obsolete assert. | David Mitchell | 2014-03-16 | 1 | -3/+0 |
* | re_intuit_start(): fix byte/char calculation err | David Mitchell | 2014-03-16 | 1 | -3/+8 |
* | re_intuit_start(): eliminate checked_upto var | David Mitchell | 2014-03-16 | 1 | -12/+3 |
* | re_intuit_start(): fix a comment about overlap | David Mitchell | 2014-03-16 | 1 | -1/+1 |
* | re_intuit_start(): trivial reorg of stclass code | David Mitchell | 2014-03-16 | 1 | -3/+3 |
* | re_intuit_start(): always initialise start_shift | David Mitchell | 2014-03-16 | 1 | -2/+1 |
* | re_intuit_start(): swap BmUSEFUL + stclass blocks | David Mitchell | 2014-03-16 | 1 | -59/+55 |
* | re_intuit_start(): de-duplicate condition | David Mitchell | 2014-03-16 | 1 | -16/+16 |
* | re_intuit_start(): swap two blocks, delete label | David Mitchell | 2014-03-16 | 1 | -19/+18 |
* | re_intuit_start(): swap another if/else block | David Mitchell | 2014-03-16 | 1 | -47/+52 |
* | re_intuit_start(): remove redundant assertion | David Mitchell | 2014-03-16 | 1 | -1/+0 |
* | re_intuit_start(): swap another if/else block | David Mitchell | 2014-03-16 | 1 | -13/+13 |
* | re_intuit_start(): swap if/else blocks | David Mitchell | 2014-03-16 | 1 | -28/+29 |
* | re_intuit_start(): eliminate one label | David Mitchell | 2014-03-16 | 1 | -3/+4 |
* | re_intuit_start(): eliminate debug-only var | David Mitchell | 2014-03-16 | 1 | -7/+3 |
* | re_intuit_start(): eliminate t from stclass code | David Mitchell | 2014-03-16 | 1 | -8/+6 |
* | re_intuit_start(): reduce use of s in stclass code | David Mitchell | 2014-03-16 | 1 | -4/+3 |
* | re_intuit_start(): remove if(check) | David Mitchell | 2014-03-16 | 1 | -2/+0 |
* | re_intuit_start(): use check_ix for efficiency | David Mitchell | 2014-03-16 | 1 | -1/+1 |
* | re_intuit_start(): stclass: use rx_origin more | David Mitchell | 2014-03-16 | 1 | -7/+7 |
* | Revert most of 3a8bbffbce: Avoid unnecessary malformed checking | Karl Williamson | 2014-03-01 | 1 | -2/+2 |
* | S_regmatch(): merge BOL and SBOL branches | David Mitchell | 2014-02-28 | 1 | -6/+2 |
* | don't set SvPADTMP() on PADGV's | David Mitchell | 2014-02-27 | 1 | -1/+2 |