| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | pp_ctl.c:pp_flop: Avoid redundant SvNV calls | Father Chrysostomos | 2013-08-25 | 1 | -2/+4 |
* | Use SSize_t for arrays | Father Chrysostomos | 2013-08-25 | 1 | -16/+16 |
* | Croak when range tries to extend stack too far | Father Chrysostomos | 2013-08-25 | 1 | -0/+2 |
* | pp_ctl.c:S_run_user_filter: remove GMAGICAL check | Father Chrysostomos | 2013-08-11 | 1 | -1/+1 |
* | Handle magical return values from @INC filter | Father Chrysostomos | 2013-08-11 | 1 | -0/+1 |
* | Setting $_ to multiline glob in @INC filter | Father Chrysostomos | 2013-08-11 | 1 | -1/+6 |
* | Tying $_ in @INC filter | Father Chrysostomos | 2013-08-11 | 1 | -2/+6 |
* | Handle non-PV $_ in @INC filters | Father Chrysostomos | 2013-08-11 | 1 | -0/+1 |
* | Avoid assert fail with s// $target = \3 /e | Father Chrysostomos | 2013-08-09 | 1 | -6/+3 |
* | reparse compile-time /(?{})/ in right scope | David Mitchell | 2013-08-06 | 1 | -1/+5 |
* | s/.(?=.\G)/X/g: refuse to go backwards | David Mitchell | 2013-07-28 | 1 | -1/+1 |
* | regexec: handle \G ourself, rather than in callers | David Mitchell | 2013-07-28 | 1 | -7/+2 |
* | fix 114884 positive GPOS lookbehind regex substitution failure | Yves Orton | 2013-07-28 | 1 | -4/+5 |
* | [perl #78194] Make grep/map copy pad tmps | Father Chrysostomos | 2013-07-25 | 1 | -0/+5 |
* | [perl #77814] Make defelems propagate pos | Father Chrysostomos | 2013-07-15 | 1 | -8/+2 |
* | Reinstate UTF8f | Father Chrysostomos | 2013-06-28 | 1 | -3/+2 |
* | Revert "Use UTF8f in more places" | Karl Williamson | 2013-06-25 | 1 | -2/+3 |
* | Use UTF8f in more places | Father Chrysostomos | 2013-06-23 | 1 | -3/+2 |
* | Copy scalar refs returned from @INC filters | Father Chrysostomos | 2013-06-22 | 1 | -6/+5 |