summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use HEKfARG in mro.xsFather Chrysostomos2014-02-091-10/+13
* [perl #120374] Stop for($h{k}||'') from vivifyingFather Chrysostomos2014-02-092-4/+36
* Remove DREFed flag from Concise.pmFather Chrysostomos2014-02-091-1/+0
* Increase $B::Concise::VERSION to 0.992Father Chrysostomos2014-02-091-1/+1
* Expand tabs in diagnostics.pmFather Chrysostomos2014-02-081-0/+2
* diagnostics.pm: Eliminate $WHOAMIFather Chrysostomos2014-02-081-5/+6
* Increase $diagnostics::VERSION to 1.34Father Chrysostomos2014-02-081-1/+1
* perldiag: Wrap long linesFather Chrysostomos2014-02-081-7/+9
* perldiag: Don’t use dev version numbersFather Chrysostomos2014-02-081-8/+8
* perldiag: Consistent spaces after dotsFather Chrysostomos2014-02-081-8/+8
* Another perldelta typoFather Chrysostomos2014-02-081-1/+1
* Alphabetise perldiagFather Chrysostomos2014-02-081-37/+37
* perldelta typoFather Chrysostomos2014-02-081-1/+1
* [MERGE] fix and refactor re_intuit_start()David Mitchell2014-02-0810-395/+542
|\
| * re_intuit_start(): add comments about check_ixDavid Mitchell2014-02-081-3/+3
| * re_intuit_start(): assert fixed+float dont overlapDavid Mitchell2014-02-081-0/+11
| * re_intuit_start(): in MBOL block, eliminate t varDavid Mitchell2014-02-081-9/+9
| * re_intuit_start(): MBOL use char for float maxDavid Mitchell2014-02-081-1/+4
| * re_intuit_start(): MBOL limit in chars not bytesDavid Mitchell2014-02-081-1/+1
| * re_intuit_start(): remove other_last = rx_originDavid Mitchell2014-02-081-2/+0
| * re_intuit_start(): don't decrease other_lastDavid Mitchell2014-02-082-2/+7
| * re_intuit_start(): make assert unconditionalDavid Mitchell2014-02-081-3/+1
| * re_intuit_start(): update comments in /^../m blockDavid Mitchell2014-02-081-14/+15
| * re_intuit_start(): use memchr() to find \nDavid Mitchell2014-02-081-38/+51
| * re_intuit_start(): s/i_strpos/strpos/gDavid Mitchell2014-02-081-15/+12
| * re_intuit_start(): keep strpos constantDavid Mitchell2014-02-081-3/+3
| * re_intuit_start(): re-indent codeDavid Mitchell2014-02-081-145/+145
| * re_intuit_start(): move label after var declsDavid Mitchell2014-02-081-4/+4
| * re_intuit_start(): unconditionally init other_lastDavid Mitchell2014-02-081-4/+1
| * re_intuit_start(): don't decrease rx_originDavid Mitchell2014-02-082-5/+11
| * re_intuit_start(): format a ?: expression betterDavid Mitchell2014-02-081-3/+4
| * re_intuit_start(): remove obsolete commentDavid Mitchell2014-02-081-1/+0
| * re_intuit_start(): eliminate s as func-wide varDavid Mitchell2014-02-081-2/+1
| * re_intuit_start(): pass rx_origin in/out stclassDavid Mitchell2014-02-081-12/+11
| * re_intuit_start(): localise 's' in abs anch branchDavid Mitchell2014-02-081-0/+1
| * re_intuit_start(): simplify the /^.../m conditionDavid Mitchell2014-02-081-5/+3
| * re_intuit_start(): re-indent block after last modDavid Mitchell2014-02-081-49/+49
| * re_intuit_start(): rearrange /^/m codeDavid Mitchell2014-02-081-29/+31
| * re_intuit_start(): remove redundant assignmentDavid Mitchell2014-02-081-1/+0
| * re_intuit_start(): give "other" block it's own 's'David Mitchell2014-02-081-1/+1
| * re_intuit_start(): eliminate 's' from "check" codeDavid Mitchell2014-02-081-10/+8
| * re_intuit_start(): eliminate saved_s varDavid Mitchell2014-02-081-11/+9
| * re_intuit_start(): localise tDavid Mitchell2014-02-081-1/+4
| * re_intuit_start(): remove try_at_* labelsDavid Mitchell2014-02-081-21/+20
| * re_intuit_start(): simplify check-only origin testDavid Mitchell2014-02-081-7/+1
| * re_intuit_start(): merge anch and float "other"David Mitchell2014-02-081-138/+101
| * re_intuit_start(): calc fbm_instr() end in bytesDavid Mitchell2014-02-081-4/+6
| * re_intuit_start(): move a line of code earlierDavid Mitchell2014-02-081-4/+5
| * re_intuit_start(): re-indent after brace removalDavid Mitchell2014-02-081-65/+65
| * re_intuit_start(): move do_other_anchored label upDavid Mitchell2014-02-081-5/+5