| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide as much diagnostic information as possible in "panic: ..." messages. | Nicholas Clark | 2012-01-16 | 1 | -3/+4 |
* | [perl #92254, #92256] Fix SAVE_DEFSV to do refcounting | Father Chrysostomos | 2012-01-08 | 1 | -4/+1 |
* | [perl #95548] Returned magical temps are not copied | Father Chrysostomos | 2012-01-04 | 1 | -2/+5 |
* | diag_listed_as galore | Father Chrysostomos | 2011-12-28 | 1 | -0/+2 |
* | diag_listed_as for another lv sub error | Father Chrysostomos | 2011-12-28 | 1 | -0/+1 |
* | More diag_listed_as | Father Chrysostomos | 2011-12-28 | 1 | -0/+2 |
* | [perl #91514] Use correct error msg for default | Father Chrysostomos | 2011-12-16 | 1 | -1/+3 |
* | [perl #80630] Make eval"" return empty list for syntax errors | Father Chrysostomos | 2011-12-06 | 1 | -1/+1 |
* | Don’t LEAVE_with_name("evalcomp") for syntax errors | Father Chrysostomos | 2011-12-06 | 1 | -2/+2 |
* | $tied =~ s///e when FETCH returns a COW | Father Chrysostomos | 2011-12-02 | 1 | -2/+0 |
* | [perl #99850] SEGV when destructor undefs goto &sub | Father Chrysostomos | 2011-11-27 | 1 | -0/+13 |
* | narrower localisation of PL_compcv around eval | Zefram | 2011-11-19 | 1 | -13/+18 |
* | Document S_doeval’s calling convention | Father Chrysostomos | 2011-11-17 | 1 | -0/+7 |
* | [perl #70151] eval localises %^H at runtime | Father Chrysostomos | 2011-11-17 | 1 | -39/+51 |
* | Combine two blocks in pp_ctl.c:S_doeval | Father Chrysostomos | 2011-11-17 | 1 | -2/+1 |
* | expunge gratuitous Unicode punctuation in comments | Zefram | 2011-11-16 | 1 | -1/+1 |
* | Move a pp_entereval comment where it belongs. | Father Chrysostomos | 2011-11-15 | 1 | -5/+5 |
* | 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 |