This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
pp_leaveeval: reset stack in VOID context
[perl5.git]
/
pp_ctl.c
2016-02-03
David Mitchell
pp_leaveeval: reset stack in VOID context
blob
|
commitdiff
2016-02-03
David Mitchell
rename S_doeval() to S_doeval_compile()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
S_doeval(): tidy up comments
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
remove obsolete panic from die_unwind()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_return: avoid potential CX stack realloc prob
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
Perl_die_unwind(): remove unneeded assert
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
add S_undo_inc_then_croak()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
POPEVAL: don't set optype
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
add CX_POP(cx) macro: glorified cxstack_ix--
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
remove redundant croak code in pp_leavesublv
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
factor common code into POPSUB_ARGS()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
make POPSUBST not cxstack_ix--
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
dowinwind(): move common CX_LEAVE_SCOPE() outside
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
dounwind: CX_LEAVE_SCOPE for CXt_SUBST too
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
move blku_old_savestack_ix to base of cxt struct
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
move sbu_oldsave into base of CX struct
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
move CX_LEAVE_SCOPE outside the POPFOO's
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
sort(!) out CXt_NULL and CXp_MULTICALL
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
remove newpm param from POPBLOCK() macro.
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
reverse the order of POPBLOCK; POPFOO
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
make PL_tmps_floor restore consistent
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
simplify S_leave_common() and callers
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
eliminate weird gimme calc in pp_leave()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
eliminate LEAVESUB() macro
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
make LEAVESUB() always immediately follow POPSUB()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
move CX_LEAVE_SCOPE into POPEVAL
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
add CX_LEAVE_SCOPE(cx) macro
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
call LEAVE_SCOPE() before POPEVAL()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
POPBLOCK: don't set newsp and gimme
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
move POPBLOCK after arg stack munging
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
add PUSH/POPBASICBLK macros.
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_leavewhen(): skip POPWHEN()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_leavewhen: simply for() handling
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
rename S_dopoptogiven() to S_dopoptogivenfor()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
Make remaining context types avoid ENTER/LEAVE
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
Consistently call leave_common() before POPFOO
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_given: avoid using savestack for old var
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
context: move couple of fields into block struct
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_enteriter, POPLOOP: simplify some code
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_enteriter: don't create new SV for GvSV slot
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
add CXp_FOR_PAD, CXp_FOR_GV flags
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_enteriter: tidy itervar-setting code
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
for loops: don't refcount bump orig var
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
Add itersave field to LOOP context struct
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_return(): reindent following previous commit
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_return(): handle dounwind() freeing args
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_leaveloop: use SVs_PADTMP|SVs_TEMP
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
S_leave_common(): simplify SVs_PADTMP handling
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
for my $x (...): $x is always stale
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_last: use debugging LEAVE variant
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
only call leave_common in non-void context
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
CXt_EVAL: save savestack_ix and tmps_floor in CX
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
move SAVETMPS next to PUSHEVAL
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
Eliminate ENTER/LEAVE from sub calls
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
add old_tmpsfloor field to CXt_SUB context frame
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_dbstate: do SAVETMPS etc in both branches
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_goto: do SAVETMPS etc in XS and non-XS branches
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_goto(): use clear_defarray()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
avoid leaking @_ in goto
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_goto: do the DIEing before the POPing
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
eliminate a goto in pp_goto (!)
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_goto: a couple of cosmetic changes
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
make POP_SAVEARRAY() safe
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
improve @_ commentary in pp_goto
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
eliminate the argarray field from the CX struct
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
assert that it's safe to remove CX.argarray field
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
Unwind save stack in sync with POPEVAL
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_goto: skip restoring PL_comppad
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
undef *_; goto &f: update cx.argarray
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
make "for my $lex {}" faster under ITHREADS
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
eliminate cx->blk_sub.oldcomppad
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
document unrolled PUSHSUB/POPSUB
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
save old PL_comppad in CXt_SUB/FORMAT block
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_goto: SvREFCNT_dec(oldcv) *after* undef test
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_goto(): reorder LEAVE_SCOPE for consistency
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
pp_goto: use cx->blk_oldscopesp
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
SvREFCNT_inc(cv) recursive subs
blob
|
commitdiff
|
diff to current
2016-01-20
Tony Cook
[perl #126991] treat cop_line as unsigned in caller...
blob
|
commitdiff
|
diff to current
2015-11-10
David Mitchell
avoid (TAINTING_get && TAINT_get)
blob
|
commitdiff
|
diff to current
2015-11-10
Reini Urban
MARK -Ds debugging
blob
|
commitdiff
|
diff to current
2015-10-19
Daniel Dragan
remove extra stat() call from .pm opening+remove extra...
blob
|
commitdiff
|
diff to current
2015-10-02
David Mitchell
given(): remove support for lexical $_
blob
|
commitdiff
|
diff to current
2015-09-29
Father Chrysostomos
Stop using OPpGREP_LEX at run time
blob
|
commitdiff
|
diff to current
2015-09-04
Karl Williamson
Various pods: Add C<> around many typed-as-is things
blob
|
commitdiff
|
diff to current
2015-08-18
Tony Cook
[perl #125781] handle range overflow when Size_t is...
blob
|
commitdiff
|
diff to current
2015-08-17
David Mitchell
Eliminate PL_sawalias, GPf_ALIASED_SV
blob
|
commitdiff
|
diff to current
2015-08-01
Karl Williamson
perlapi: Use F<> around file names
blob
|
commitdiff
|
diff to current
2015-07-23
Craig A. Berry
Evict PERLIO_IS_STDIO from top-level core files.
blob
|
commitdiff
|
diff to current
2015-07-22
Daniel Dragan
combine PERLDB_LINE and PERLDB_SAVESRC flag tests
blob
|
commitdiff
|
diff to current
2015-06-24
David Mitchell
fix harmless(ish) thinko in pp_return
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
sinplify Perl_block_gimme()
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
pp_return: optimise a couple of conditions
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
pp_return: reindent
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
pp_return(): tail call pp_leavewrite()
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
pp_return(): tail call pp_leaveeval()
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
pp_return: set eval CV depth to 0
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
pp_return: move 'die on require fail' later
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
pp_leaveeval: use EVAL_KEEPERR
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
pp_return(): tail call pp_leavetry()
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
make MULTICALL handle list context
blob
|
commitdiff
|
diff to current
next