summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* narrower localisation of PL_compcv around evalZefram2011-11-191-13/+18
* Document S_doeval’s calling conventionFather Chrysostomos2011-11-171-0/+7
* [perl #70151] eval localises %^H at runtimeFather Chrysostomos2011-11-171-39/+51
* Combine two blocks in pp_ctl.c:S_doevalFather Chrysostomos2011-11-171-2/+1
* expunge gratuitous Unicode punctuation in commentsZefram2011-11-161-1/+1
* Move a pp_entereval comment where it belongs.Father Chrysostomos2011-11-151-5/+5
* Change __attribute_unused__ to PERL_UNUSED_DECLKarl Williamson2011-11-091-2/+2
* Don’t leak the source for evalbytes($utf8)Father Chrysostomos2011-11-061-0/+1
* Avoid redundant copies in string evalsFather Chrysostomos2011-11-061-2/+5
* eval"" should reset %^H in more casesFather Chrysostomos2011-11-061-2/+4
* Make source filters work in evalbytesFather Chrysostomos2011-11-061-5/+7
* Add evalbytes functionFather Chrysostomos2011-11-061-1/+16
* eval STRING UTF8 cleanup.Brian Fraser2011-11-061-1/+3
* Remove some repeated code in pp_regcompFather Chrysostomos2011-10-291-9/+1
* Fix =~ $str_overloaded (5.10 regression)Father Chrysostomos2011-10-291-3/+1
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-221-2/+2
* Mention all variables in $undef..$undef warningsFather Chrysostomos2011-10-131-4/+3
* Call get-magic once for .. in list contextFather Chrysostomos2011-10-131-20/+22
* Avoid an redundant copy in pp_flopFather Chrysostomos2011-10-121-2/+1
* make SVs_PADTMP and SVs_PADSTALE share a bitDavid Mitchell2011-10-071-2/+8
* Cast to signed before negating, to avoid compiler warningsBrian Fraser2011-10-061-4/+4
* Make gv.c and pp_ctl.c warnings utf8-cleanBrian Fraser2011-10-061-18/+24
* pp_ctl.c: pp_caller UTF8 cleanup.Brian Fraser2011-10-061-7/+10
* pp_ctl.c: pp_goto UTF8 cleanup.Brian Fraser2011-10-061-2/+3
* [perl #96008] use and require are affected by the open pragmaBrian Fraser2011-09-221-1/+1
* [perl #93590] $tainted ~~ [...] failingFather Chrysostomos2011-09-201-5/+5
* Fix recursion warning for ‘no warnings; goto &sub’Father Chrysostomos2011-09-171-1/+1
* Make goto &CORE::sub use the right lexical scopeFather Chrysostomos2011-09-161-0/+1
* remove index offsetting ($[)Zefram2011-09-091-1/+0
* RT #4682: given() didn't scope $_ correctlyDavid Mitchell2011-09-061-0/+1
* Use OPpDEREF for lvalue sub, such that the flags contains the deref type, ins...Gerard Goossen2011-09-011-12/+3
* &CORE::reset()Father Chrysostomos2011-08-261-1/+2
* &CORE::lock()Father Chrysostomos2011-08-261-1/+0
* &CORE::exit()Father Chrysostomos2011-08-251-0/+3
* &CORE::caller()Father Chrysostomos2011-08-251-3/+7
* [perl #93320] localising @DB::args leads to coredumpFather Chrysostomos2011-08-251-2/+1
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-241-5/+1
* [perl #97020] Carp (actually caller) leaking memoryFather Chrysostomos2011-08-181-1/+1
* &CORE::wantarray()Father Chrysostomos2011-08-181-3/+10
* Move context propagation and finalize_optree from do_eval to newPROGGerard Goossen2011-08-111-15/+1
* Add finalize_optree function which can take over all the compile time checkin...Gerard Goossen2011-07-281-2/+10
* Call get-magic on temp returned under recursionFather Chrysostomos2011-07-221-1/+1
* Rename store/fetch_cop_label as cop_*Father Chrysostomos2011-07-161-2/+2
* Fix a compiler warningFlorian Ragwitz2011-07-131-0/+2
* Propagate (non-)lvalue context through nested callsFather Chrysostomos2011-07-091-0/+14
* S_return_lvalues: collapse duplicated codeFather Chrysostomos2011-07-091-18/+13
* S_return_lvalues: microöptimisationFather Chrysostomos2011-07-091-0/+2
* Free temps on recursive scalar lvalue sub exitFather Chrysostomos2011-07-091-7/+1
* Fix context propagation below return()Vincent Pit2011-06-271-12/+1
* In leavewhen, put the SP back when returningVincent Pit2011-06-271-2/+1