| Commit message (Expand) | Author | Age | Files | Lines |
* | Change __attribute_unused__ to PERL_UNUSED_DECL | Karl Williamson | 2011-11-09 | 1 | -2/+2 |
* | Don’t leak the source for evalbytes($utf8) | Father Chrysostomos | 2011-11-06 | 1 | -0/+1 |
* | Avoid redundant copies in string evals | Father Chrysostomos | 2011-11-06 | 1 | -2/+5 |
* | eval"" should reset %^H in more cases | Father Chrysostomos | 2011-11-06 | 1 | -2/+4 |
* | Make source filters work in evalbytes | Father Chrysostomos | 2011-11-06 | 1 | -5/+7 |
* | Add evalbytes function | Father Chrysostomos | 2011-11-06 | 1 | -1/+16 |
* | eval STRING UTF8 cleanup. | Brian Fraser | 2011-11-06 | 1 | -1/+3 |
* | Remove some repeated code in pp_regcomp | Father Chrysostomos | 2011-10-29 | 1 | -9/+1 |
* | Fix =~ $str_overloaded (5.10 regression) | Father Chrysostomos | 2011-10-29 | 1 | -3/+1 |
* | [perl #101486] Make PL_curstash refcounted | Father Chrysostomos | 2011-10-22 | 1 | -2/+2 |
* | Mention all variables in $undef..$undef warnings | Father Chrysostomos | 2011-10-13 | 1 | -4/+3 |
* | Call get-magic once for .. in list context | Father Chrysostomos | 2011-10-13 | 1 | -20/+22 |
* | Avoid an redundant copy in pp_flop | Father Chrysostomos | 2011-10-12 | 1 | -2/+1 |
* | make SVs_PADTMP and SVs_PADSTALE share a bit | David Mitchell | 2011-10-07 | 1 | -2/+8 |
* | Cast to signed before negating, to avoid compiler warnings | Brian Fraser | 2011-10-06 | 1 | -4/+4 |
* | Make gv.c and pp_ctl.c warnings utf8-clean | Brian Fraser | 2011-10-06 | 1 | -18/+24 |
* | pp_ctl.c: pp_caller UTF8 cleanup. | Brian Fraser | 2011-10-06 | 1 | -7/+10 |
* | pp_ctl.c: pp_goto UTF8 cleanup. | Brian Fraser | 2011-10-06 | 1 | -2/+3 |
* | [perl #96008] use and require are affected by the open pragma | Brian Fraser | 2011-09-22 | 1 | -1/+1 |
* | [perl #93590] $tainted ~~ [...] failing | Father Chrysostomos | 2011-09-20 | 1 | -5/+5 |
* | Fix recursion warning for ‘no warnings; goto &sub’ | Father Chrysostomos | 2011-09-17 | 1 | -1/+1 |
* | Make goto &CORE::sub use the right lexical scope | Father Chrysostomos | 2011-09-16 | 1 | -0/+1 |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 1 | -1/+0 |
* | RT #4682: given() didn't scope $_ correctly | David Mitchell | 2011-09-06 | 1 | -0/+1 |
* | Use OPpDEREF for lvalue sub, such that the flags contains the deref type, ins... | Gerard Goossen | 2011-09-01 | 1 | -12/+3 |
* | &CORE::reset() | Father Chrysostomos | 2011-08-26 | 1 | -1/+2 |
* | &CORE::lock() | Father Chrysostomos | 2011-08-26 | 1 | -1/+0 |
* | &CORE::exit() | Father Chrysostomos | 2011-08-25 | 1 | -0/+3 |
* | &CORE::caller() | Father Chrysostomos | 2011-08-25 | 1 | -3/+7 |
* | [perl #93320] localising @DB::args leads to coredump | Father Chrysostomos | 2011-08-25 | 1 | -2/+1 |
* | [perl #97088] Prevent double get-magic in various cases | Gerard Goossen | 2011-08-24 | 1 | -5/+1 |
* | [perl #97020] Carp (actually caller) leaking memory | Father Chrysostomos | 2011-08-18 | 1 | -1/+1 |
* | &CORE::wantarray() | Father Chrysostomos | 2011-08-18 | 1 | -3/+10 |
* | Move context propagation and finalize_optree from do_eval to newPROG | Gerard Goossen | 2011-08-11 | 1 | -15/+1 |
* | Add finalize_optree function which can take over all the compile time checkin... | Gerard Goossen | 2011-07-28 | 1 | -2/+10 |
* | Call get-magic on temp returned under recursion | Father Chrysostomos | 2011-07-22 | 1 | -1/+1 |
* | Rename store/fetch_cop_label as cop_* | Father Chrysostomos | 2011-07-16 | 1 | -2/+2 |
* | Fix a compiler warning | Florian Ragwitz | 2011-07-13 | 1 | -0/+2 |
* | Propagate (non-)lvalue context through nested calls | Father Chrysostomos | 2011-07-09 | 1 | -0/+14 |
* | S_return_lvalues: collapse duplicated code | Father Chrysostomos | 2011-07-09 | 1 | -18/+13 |
* | S_return_lvalues: microöptimisation | Father Chrysostomos | 2011-07-09 | 1 | -0/+2 |
* | Free temps on recursive scalar lvalue sub exit | Father Chrysostomos | 2011-07-09 | 1 | -7/+1 |
* | Fix context propagation below return() | Vincent Pit | 2011-06-27 | 1 | -12/+1 |
* | In leavewhen, put the SP back when returning | Vincent Pit | 2011-06-27 | 1 | -2/+1 |
* | Make sure break() resets the sp at its original level | Vincent Pit | 2011-06-27 | 1 | -1/+3 |
* | Correctly preserve the stack on an implicit break. | Vincent Pit | 2011-06-26 | 1 | -37/+50 |
* | Convert pp_leave() to adjust_stack_on_leave() | Vincent Pit | 2011-06-26 | 1 | -26/+1 |
* | Move pp_enter() and pp_leave() with their friends in pp_ctl.c | Vincent Pit | 2011-06-26 | 1 | -0/+76 |
* | Factor stack adjustments on leave in a new static function | Vincent Pit | 2011-06-26 | 1 | -110/+40 |
* | Make pp_leavesublv use S_return_lvalues | Father Chrysostomos | 2011-06-24 | 1 | -121/+4 |