| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SvREFCNT_dec_NN in pp_require | Daniel Dragan | 2014-06-12 | 1 | -2/+2 |
* | perlapi: Refactor placements, headings of some functions | Karl Williamson | 2014-06-05 | 1 | -0/+3 |
* | Unify the "fall-through" lint annotation. | Jarkko Hietaniemi | 2014-05-29 | 1 | -3/+3 |
* | Strengthen the ix zero min-clamping to panic. | Jarkko Hietaniemi | 2014-05-29 | 1 | -1/+1 |
* | Max size of the flop operator range. | Jarkko Hietaniemi | 2014-05-29 | 1 | -11/+19 |
* | Annotate intentional case fallthrough, or add breaks. | Jarkko Hietaniemi | 2014-05-28 | 1 | -0/+2 |
* | [perl #120998] avoid caller() crashing on eval '' stack frames | Tony Cook | 2014-04-14 | 1 | -3/+10 |
* | RT-121512 - Allow -I/dir/ with trailing slash to find .pmc files. | Matthew Horsfall (alh) | 2014-04-07 | 1 | -0/+3 |
* | remove a redundant SvTIED_mg from S_do_smartmatch | Daniel Dragan | 2014-03-10 | 1 | -15/+15 |
* | don't set SvPADTMP() on PADGV's | David Mitchell | 2014-02-27 | 1 | -2/+6 |
* | Change av_len calls to av_tindex for clarity | Karl Williamson | 2014-02-20 | 1 | -10/+10 |
* | Avoid compiler warnings by consistently using #ifdef instead of plain #if | Brian Fraser | 2014-02-05 | 1 | -1/+1 |
* | [perl #119949] Stop undef *_, goto &sub from crashing | Father Chrysostomos | 2014-01-18 | 1 | -2/+4 |
* | pp_ctl.c:pp_require: Remove redundant VMS null checks | Father Chrysostomos | 2014-01-12 | 1 | -6/+6 |
* | Fix require’s get-magic handling for @INC elements | Father Chrysostomos | 2014-01-10 | 1 | -4/+9 |
* | Use new macros to make sure LC_NUMERIC is correctly set | Karl Williamson | 2014-01-04 | 1 | -2/+2 |
* | [perl #120657] Fix require PADTMP when @INC=(sub{},sub{}) | Father Chrysostomos | 2014-01-04 | 1 | -2/+3 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -6/+6 |
* | Purge sfio support, which has been broken for a decade. | Nicholas Clark | 2013-12-27 | 1 | -1/+1 |
* | Revert "[perl #119801] Stop @DB::dbline modifications from crashing" | Father Chrysostomos | 2013-12-25 | 1 | -3/+1 |
* | [perl #119801] Stop @DB::dbline modifications from crashing | Father Chrysostomos | 2013-12-21 | 1 | -1/+3 |
* | Allow PADTMPs’ strings to be swiped | Father Chrysostomos | 2013-11-30 | 1 | -1/+6 |
* | silence -Wformat-nonliteral in pp_formline | David Mitchell | 2013-11-30 | 1 | -0/+3 |
* | revert pp_formline -Wformat-nonliteral fix | David Mitchell | 2013-11-30 | 1 | -29/+22 |
* | silence -Wformat-nonliteral compiler warnings | David Mitchell | 2013-11-28 | 1 | -22/+29 |
* | fix chop formats with non PV vars | David Mitchell | 2013-11-11 | 1 | -131/+82 |
* | pp_formline(): document switch cases | David Mitchell | 2013-11-11 | 1 | -18/+21 |
* | Make &CORE::exit respect vmsish exit hint | Father Chrysostomos | 2013-11-08 | 1 | -1/+2 |
* | Fix &CORE::exit/die under vmsish "hushed" | Father Chrysostomos | 2013-11-08 | 1 | -1/+2 |
* | '$! = EACCESS; require ...' could fail | David Mitchell | 2013-10-29 | 1 | -0/+5 |
* | Fix bare blocks in lvalue subs | Father Chrysostomos | 2013-10-24 | 1 | -1/+2 |
* | [perl #119797] Fix if/else in lvalue sub | Father Chrysostomos | 2013-10-23 | 1 | -9/+23 |
* | Remove unused variable 'mark' from pp_last. | Nicholas Clark | 2013-10-04 | 1 | -1/+0 |
* | Removed the ifdefs for INCOMPLETE_TAINTS | Brian Fraser | 2013-09-21 | 1 | -2/+0 |
* | [perl #3112] Stop last from returning values | Father Chrysostomos | 2013-09-20 | 1 | -3/+1 |
* | Don’t free initial src from @INC sub too early | Father Chrysostomos | 2013-09-19 | 1 | -0/+6 |
* | Earlier safety check for @INC entry in pp_require. | Craig A. Berry | 2013-09-16 | 1 | -0/+2 |
* | pp_ctl.c:pp_goto: Cast a boolean properly | Father Chrysostomos | 2013-09-10 | 1 | -1/+1 |
* | Make &xsub and goto &xsub work with tied @_ | Father Chrysostomos | 2013-09-09 | 1 | -9/+15 |
* | [perl #117265] correctly handle overloaded strings | Tony Cook | 2013-09-09 | 1 | -4/+5 |
* | Allow 64-bit array and stack offsets in entersub & goto | Father Chrysostomos | 2013-09-06 | 1 | -1/+1 |
* | Stop &xsub and goto &xsub from crashing on undef *_ | Father Chrysostomos | 2013-09-06 | 1 | -4/+6 |
* | pp_goto: document the different branches | David Mitchell | 2013-09-06 | 1 | -1/+5 |
* | Put AV defelem creation code in one place | Father Chrysostomos | 2013-09-06 | 1 | -8/+2 |
* | Use defelems for (goto) &xsub calls | Father Chrysostomos | 2013-09-06 | 1 | -1/+12 |
* | [perl #115768] improve (caller)[2] line numbers | Father Chrysostomos | 2013-09-01 | 1 | -1/+6 |
* | pp_ctl.c: Use isCNTRL instead of hard-coded mask | Karl Williamson | 2013-08-29 | 1 | -13/+9 |
* | [perl #119311] Keep CvDEPTH and savestack in sync | Father Chrysostomos | 2013-08-27 | 1 | -2/+2 |
* | [perl #117265] safesyscalls: check embedded nul in syscall args | Tony Cook | 2013-08-26 | 1 | -1/+25 |
* | Stop pos() from being confused by changing utf8ness | Father Chrysostomos | 2013-08-25 | 1 | -1/+2 |