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
CX_POPFOO(): assert cx is of the right type
[perl5.git]
/
cop.h
2016-02-03
David Mitchell
CX_POPFOO(): assert cx is of the right type
blob
|
commitdiff
2016-02-03
David Mitchell
rename POPFOO() to CX_POPFOO()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
factor out common actions in TOPBLOCK and POPBLOCK
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
tweak POPLOOP and CXt_LOOP_* order
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
fix CxFOREACH
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
only set CXp_FOR_DEF with CXp_FOR_GV
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
give POP_SAVEARRAY() macro a cx arg
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
TOPBLOCK: make comment clear its used by goto too
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
POPSUB_ARGS: move a code comment to the right line
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
make TOPBLOCK(cx) not set cx
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
rename DEBUG_CX() to CX_DEBUG()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
add CX_CUR() macro
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
make POPSUBST re-entrant safe
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
make POPGIVEN re-entrant safe
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
make POPSUB re-entrant safe
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
make POPEVAL safe against re-entrancy
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
make POPSUB and POPFORMAT re-entrant safe
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
reorder 'struct block' fields.
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
move and rename cx_old_savestack_ix
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
PUSHLOOP_PLAIN: don't set unused fields
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
Eliminate cx->blk_loop.resetsp
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
split CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARY
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
rename S_doeval() to S_doeval_compile()
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
simplify CHANGE_MULTICALL_FLAGS
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
split some common POPSUB code into a macro
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
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
do PL_tmps_floor save in PUSHBLOCK
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
do PL_tmps_floor restore in POPBLOCK
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
pp_sort: add missing CX_LEAVE_SCOPE()
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
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
POPBLOCK: don't set newsp and gimme
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
add PUSH/POPBASICBLK macros.
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
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
add CXp_FOR_PAD, CXp_FOR_GV flags
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
POPLOOP(): no need to mortalise current item
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
POPLOOP: call LEAVE_SCOPE()
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
CXt_FORMAT: save ss_ix and tmps_floor in CX struct
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
tweak POPSUB()
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
PUSH_MULTICALL: move SAVETMPS later
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
add Perl_clear_defarray()
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
make POP_SAVEARRAY() safe
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
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
SvREFCNT_inc(cv) recursive subs
blob
|
commitdiff
|
diff to current
2016-02-03
David Mitchell
eliminate an SAVEFREESV(cv) from PUSHSUB
blob
|
commitdiff
|
diff to current
2015-11-16
Tony Cook
[perl #126602] make sure targ isn't freed from under us
blob
|
commitdiff
|
diff to current
2015-10-18
David Mitchell
optimise save/restore of PL_delaymagic.
blob
|
commitdiff
|
diff to current
2015-09-04
Karl Williamson
perlapi, perlintern: Add L<> links to pod
blob
|
commitdiff
|
diff to current
2015-08-01
Karl Williamson
perlapi: Use C<> instead of I<> for parameter names...
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
add PERLSI_MULTICALL
blob
|
commitdiff
|
diff to current
2015-05-15
David Mitchell
RT #124156: death during unwinding causes crash
blob
|
commitdiff
|
diff to current
2015-05-05
David Mitchell
fix weird comment in cop.h blurb
blob
|
commitdiff
|
diff to current
2015-03-23
Dagfinn Ilmari Man...
Replace common Emacs file-local variables with dir...
blob
|
commitdiff
|
diff to current
2014-12-24
Father Chrysostomos
[perl #103260] Fix s/// with long strings
blob
|
commitdiff
|
diff to current
2014-10-11
Father Chrysostomos
foreach \$var
blob
|
commitdiff
|
diff to current
2014-02-12
Reini Urban
NETWARE CopFILE_setn
blob
|
commitdiff
|
diff to current
2013-12-29
Father Chrysostomos
perlapi: Consistent spaces after dots
blob
|
commitdiff
|
diff to current
2013-12-26
Father Chrysostomos
Revert "[perl #119801] Stop @DB::dbline modifications...
blob
|
commitdiff
|
diff to current
2013-12-22
Father Chrysostomos
[perl #119801] Stop @DB::dbline modifications from...
blob
|
commitdiff
|
diff to current
2013-11-02
Daniel Dragan
remove redundant Zero() from JMPENV_BOOTSTRAP
blob
|
commitdiff
|
diff to current
2013-09-21
Brian Fraser
Removed OP_IN_REGISTER and related defines.
blob
|
commitdiff
|
diff to current
2013-08-27
Father Chrysostomos
[perl #119311] Keep CvDEPTH and savestack in sync
blob
|
commitdiff
|
diff to current
2013-08-10
Father Chrysostomos
Revert "[perl #117855] Store CopFILEGV in a pad under...
blob
|
commitdiff
|
diff to current
2013-08-05
Father Chrysostomos
Prevent __FILE__ corruption when ${"_<..."} is modified
blob
|
commitdiff
|
diff to current
2013-08-05
Father Chrysostomos
[perl #117855] Store CopFILEGV in a pad under ithreads
blob
|
commitdiff
|
diff to current
2013-06-30
Ruslan Zakirov
G_METHOD_NAMED flag for call_method and call_sv
blob
|
commitdiff
|
diff to current
2013-06-21
Father Chrysostomos
[perl #118305] make dtrace sub-entry probe support...
blob
|
commitdiff
|
diff to current
2013-05-28
Father Chrysostomos
[perl #117947] Verify lvalueness of XSUBs at run time
blob
|
commitdiff
|
diff to current
2013-04-24
David Mitchell
PUSH_MULTICALL_WITHDEPTH becomes ..._FLAGS
blob
|
commitdiff
|
diff to current
2013-04-12
David Mitchell
Eliminate PL_reg_state.re_reparsing, part 1
blob
|
commitdiff
|
diff to current
2013-01-14
Steve Hay
Silence a couple of warnings
blob
|
commitdiff
|
diff to current
2013-01-04
Eric Brine
Remove redundant NULL checks.
blob
|
commitdiff
|
diff to current
2012-12-24
Daniel Dragan
uninline panic branch from POPSTACK
blob
|
commitdiff
|
diff to current
2012-12-05
Father Chrysostomos
Use SvREFCNT_dec_NN in various cop.h macros
blob
|
commitdiff
|
diff to current
2012-11-11
David Mitchell
make MULTICALL safe across cxstack reallocs
blob
|
commitdiff
|
diff to current
next