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_enteriter: tidy itervar-setting code
[perl5.git]
/
pp_ctl.c
2016-02-03
David Mitchell
pp_enteriter: tidy itervar-setting code
blob
|
commitdiff
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
2015-06-19
David Mitchell
eliminate S_return_lvalues()
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
move multicall check to S_return_lvalues
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
reindent code block in pp_return
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
Simplify S_return_lvalues()
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
lval subs: do arg shifting in pp_return
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
pp_return: simplify arg handling code
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
simplify sort sub return arg processing
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
S_return_lvalues(): merge two similar blocks
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
S_return_lvalues(): consistent cxstack_ix--
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
pp_return: re-indent after last commit
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
handle most of lvalue return in single place
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
pp_return: tail call pp_leavesub
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
pp_last: only handle loop context types
blob
|
commitdiff
|
diff to current
2015-06-11
Daniel Dragan
clean up sv_isobject usage
blob
|
commitdiff
|
diff to current
2015-04-22
David Mitchell
s/.../$_++/ge assertion failure
blob
|
commitdiff
|
diff to current
2015-03-23
Dagfinn Ilmari Man...
Replace common Emacs file-local variables with dir...
blob
|
commitdiff
|
diff to current
2015-03-19
Karl Williamson
Change some locale manipulation macros in prep for API
blob
|
commitdiff
|
diff to current
2015-03-19
David Mitchell
smartmatch: handle stack realloc
blob
|
commitdiff
|
diff to current
2015-03-19
Tony Cook
update PL_stack_sp when we exit matcher_matches_sv()
blob
|
commitdiff
|
diff to current
2015-02-16
Tony Cook
[perl #123836] dump LABEL shouldn't be goto LABEL
blob
|
commitdiff
|
diff to current
2015-01-29
Lajos Veres
Corrections to spelling and grammatical errors.
blob
|
commitdiff
|
diff to current
2015-01-19
Tony Cook
[perl #123538] always set chophere and itembytes at...
blob
|
commitdiff
|
diff to current
2015-01-12
Jarkko Hietaniemi
Detect infnan range ends.
blob
|
commitdiff
|
diff to current
2015-01-12
Jarkko Hietaniemi
Separate bad range end detection.
blob
|
commitdiff
|
diff to current
2015-01-11
Daniel Dragan
Win32: stat() only after a failed open() on a module
blob
|
commitdiff
|
diff to current
2014-12-31
David Mitchell
avoid integer overflow in pp_flop()
blob
|
commitdiff
|
diff to current
2014-12-24
Father Chrysostomos
[perl #103260] Fix s/// with long strings
blob
|
commitdiff
|
diff to current
2014-12-20
Father Chrysostomos
pp_ctl.c: Only do GIMME_V once in pp_caller
blob
|
commitdiff
|
diff to current
2014-12-20
Father Chrysostomos
Use GIMME_V in preference to GIMME
blob
|
commitdiff
|
diff to current
2014-12-10
Tony Cook
[perl #123245] avoid a panic in sv_chop() in formats
blob
|
commitdiff
|
diff to current
2014-12-08
Father Chrysostomos
Change OP_SIBLING to OpSIBLING
blob
|
commitdiff
|
diff to current
2014-12-07
Father Chrysostomos
Revert ‘Used pad name lists for pad ids’
blob
|
commitdiff
|
diff to current
2014-11-29
Lukas Mai
make more use of NOT_REACHED
blob
|
commitdiff
|
diff to current
2014-11-21
Petr Písař
Report inaccesible file on failed require
blob
|
commitdiff
|
diff to current
2014-11-21
Karl Williamson
Make encoding pragma lexical in scope
blob
|
commitdiff
|
diff to current
2014-11-09
Father Chrysostomos
Don’t check OPpTARGET_MY on match ops at run time
blob
|
commitdiff
|
diff to current
2014-11-05
Daniel Dragan
fuse returning branches in pp_goto
blob
|
commitdiff
|
diff to current
2014-10-31
Daniel Dragan
free up CvPADLIST slot for XSUBs for future use
blob
|
commitdiff
|
diff to current
2014-10-11
Father Chrysostomos
foreach \$var
blob
|
commitdiff
|
diff to current
2014-10-09
Tony Cook
[perl #122445] use magic on $DB::single etc to avoid...
blob
|
commitdiff
|
diff to current
2014-10-02
Father Chrysostomos
Make list assignment respect foreach aliasing
blob
|
commitdiff
|
diff to current
next