This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-02-03 David Mitchellsplit some common POPSUB code into a macro
2016-02-03 David Mitchellmake POPSUBST not cxstack_ix--
2016-02-03 David Mitchelldowinwind(): move common CX_LEAVE_SCOPE() outside
2016-02-03 David Mitchelldounwind: CX_LEAVE_SCOPE for CXt_SUBST too
2016-02-03 David Mitchellmove blku_old_savestack_ix to base of cxt struct
2016-02-03 David Mitchellmove sbu_oldsave into base of CX struct
2016-02-03 David Mitchellmove CX_LEAVE_SCOPE outside the POPFOO's
2016-02-03 David Mitchelldo PL_tmps_floor save in PUSHBLOCK
2016-02-03 David Mitchelldo PL_tmps_floor restore in POPBLOCK
2016-02-03 David Mitchellsort(!) out CXt_NULL and CXp_MULTICALL
2016-02-03 David Mitchellpp_sort: add missing CX_LEAVE_SCOPE()
2016-02-03 David Mitchellremove newpm param from POPBLOCK() macro.
2016-02-03 David Mitchellreverse the order of POPBLOCK; POPFOO
2016-02-03 David Mitchellmake PL_tmps_floor restore consistent
2016-02-03 David Mitchellsimplify S_leave_common() and callers
2016-02-03 David Mitchelleliminate weird gimme calc in pp_leave()
2016-02-03 David Mitchelleliminate LEAVESUB() macro
2016-02-03 David Mitchellmake LEAVESUB() always immediately follow POPSUB()
2016-02-03 David Mitchellmove CX_LEAVE_SCOPE into POPEVAL
2016-02-03 David Mitchelladd CX_LEAVE_SCOPE(cx) macro
2016-02-03 David Mitchellcall LEAVE_SCOPE() before POPEVAL()
2016-02-03 David MitchellPOPBLOCK: don't set newsp and gimme
2016-02-03 David Mitchellmove POPBLOCK after arg stack munging
2016-02-03 David Mitchelladd PUSH/POPBASICBLK macros.
2016-02-03 David Mitchellpp_leavewhen(): skip POPWHEN()
2016-02-03 David Mitchellpp_leavewhen: simply for() handling
2016-02-03 David Mitchellrename S_dopoptogiven() to S_dopoptogivenfor()
2016-02-03 David Mitchelladd loop benchmark tests
2016-02-03 David MitchellMake remaining context types avoid ENTER/LEAVE
2016-02-03 David MitchellConsistently call leave_common() before POPFOO
2016-02-03 David Mitchellpp_given: avoid using savestack for old var
2016-02-03 David Mitchellcontext: move couple of fields into block struct
2016-02-03 David Mitchellpp_enteriter, POPLOOP: simplify some code
2016-02-03 David Mitchellpp_enteriter: don't create new SV for GvSV slot
2016-02-03 David Mitchelladd CXp_FOR_PAD, CXp_FOR_GV flags
2016-02-03 David Mitchellpp_enteriter: tidy itervar-setting code
2016-02-03 David Mitchellfor loops: don't refcount bump orig var
2016-02-03 David MitchellPOPLOOP(): no need to mortalise current item
2016-02-03 David MitchellAdd itersave field to LOOP context struct
2016-02-03 David MitchellPOPLOOP: call LEAVE_SCOPE()
2016-02-03 David Mitchellpp_return(): reindent following previous commit
2016-02-03 David Mitchellpp_return(): handle dounwind() freeing args
2016-02-03 David Mitchellpp_leaveloop: use SVs_PADTMP|SVs_TEMP
2016-02-03 David MitchellS_leave_common(): simplify SVs_PADTMP handling
2016-02-03 David Mitchellfor my $x (...): $x is always stale
2016-02-03 David Mitchellpp_last: use debugging LEAVE variant
2016-02-03 David Mitchellonly call leave_common in non-void context
2016-02-03 David MitchellCXt_EVAL: save savestack_ix and tmps_floor in CX
2016-02-03 David Mitchellmove SAVETMPS next to PUSHEVAL
2016-02-03 David Mitchellcall_sv(), fold_const(): different CX pop test
2016-02-03 David MitchellCXt_FORMAT: save ss_ix and tmps_floor in CX struct
2016-02-03 David Mitchellpp_entersub(): reduce life of padlist var
2016-02-03 David Mitchellpp_entersub: unroll some CvFLAGS(cv) tests
2016-02-03 David Mitchellpp_entersub(): reduce scope of gimme
2016-02-03 David Mitchellpp_entersub(): don't prematurely calc hasargs
2016-02-03 David Mitchellrevamp pp_entersub()'s CV locating code
2016-02-03 David Mitchelltweak POPSUB()
2016-02-03 David MitchellEliminate ENTER/LEAVE from sub calls
2016-02-03 David Mitchellpp_hot.c: skip unnecessary test
2016-02-03 David Mitchellpp_entersub(): simplify autoload logic
2016-02-03 David Mitchellpp_entersub(): eliminate a label
2016-02-03 David Mitchelladd old_tmpsfloor field to CXt_SUB context frame
2016-02-03 David MitchellPUSH_MULTICALL: move SAVETMPS later
2016-02-03 David Mitchellpp_dbstate: do SAVETMPS etc in both branches
2016-02-03 David Mitchellpp_sort: move SAVETMPS later
2016-02-03 David Mitchellpp_goto: do SAVETMPS etc in XS and non-XS branches
2016-02-03 David Mitchellpp_entersub(): move SAVETMPS next to PUSHSUB
2016-02-03 David Mitchellpp_entersub(): remove an unnecessary condition
2016-02-03 David Mitchellpp_entersub(): mortal-copy args earlier
2016-02-03 David Mitchellpp_leavesub: simplify recursion test
2016-02-03 David Mitchellclear_defarray(): clear @_ if possible
2016-02-03 David Mitchellpp_goto(): use clear_defarray()
2016-02-03 David Mitchelladd Perl_clear_defarray()
2016-02-03 David Mitchellavoid leaking @_ in goto
2016-02-03 David Mitchellgoto.t: add freeing CV test
2016-02-03 David Mitchellpp_goto: do the DIEing before the POPing
2016-02-03 David Mitchelleliminate a goto in pp_goto (!)
2016-02-03 David Mitchellpp_goto: a couple of cosmetic changes
2016-02-03 David Mitchellmake POP_SAVEARRAY() safe
2016-02-03 David Mitchellt/perf/benchmarks: add a few sub and goto tests
2016-02-03 David Mitchellpp_entersub: skip resetting @_
2016-02-03 David Mitchellimprove @_ commentary in pp_goto
2016-02-03 David Mitchelleliminate the argarray field from the CX struct
2016-02-03 David Mitchellassert that it's safe to remove CX.argarray field
2016-02-03 David MitchellUnwind save stack in sync with POPEVAL
2016-02-03 David Mitchellpp_goto: skip restoring PL_comppad
2016-02-03 David Mitchellundef *_; goto &f: update cx.argarray
2016-02-03 David Mitchellmake "for my $lex {}" faster under ITHREADS
2016-02-03 David Mitchelleliminate cx->blk_sub.oldcomppad
2016-02-03 David Mitchelldocument unrolled PUSHSUB/POPSUB
2016-02-03 David Mitchellsave old PL_comppad in CXt_SUB/FORMAT block
2016-02-03 David Mitchellpp_entersub: remove extraneous SAVETMPS
2016-02-03 David Mitchellpp_goto: SvREFCNT_dec(oldcv) *after* undef test
2016-02-03 David Mitchellpp_goto(): reorder LEAVE_SCOPE for consistency
2016-02-03 David Mitchellpp_goto: use cx->blk_oldscopesp
2016-02-03 David MitchellSvREFCNT_inc(cv) recursive subs
2016-02-03 David Mitchelleliminate an SAVEFREESV(cv) from PUSHSUB
2016-02-03 Tony Cook[perl #126544] correct the first example in the fcntl...
2016-02-03 Tony Cookperldelta for 23c4e91245a4
2016-02-03 Tony Cook[perl #125540] handle already being at EOF while not...
next