This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
do PL_tmps_floor restore in POPBLOCK
[perl5.git] / cop.h
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 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 MitchellPOPBLOCK: don't set newsp and gimme
2016-02-03 David Mitchelladd PUSH/POPBASICBLK macros.
2016-02-03 David MitchellMake remaining context types avoid ENTER/LEAVE
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 Mitchelladd CXp_FOR_PAD, CXp_FOR_GV flags
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 MitchellCXt_EVAL: save savestack_ix and tmps_floor in CX
2016-02-03 David MitchellCXt_FORMAT: save ss_ix and tmps_floor in CX struct
2016-02-03 David Mitchelltweak POPSUB()
2016-02-03 David MitchellEliminate ENTER/LEAVE from sub calls
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 Mitchelladd Perl_clear_defarray()
2016-02-03 David Mitchellmake POP_SAVEARRAY() safe
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 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 MitchellSvREFCNT_inc(cv) recursive subs
2016-02-03 David Mitchelleliminate an SAVEFREESV(cv) from PUSHSUB
2015-11-16 Tony Cook[perl #126602] make sure targ isn't freed from under us
2015-10-18 David Mitchelloptimise save/restore of PL_delaymagic.
2015-09-04 Karl Williamsonperlapi, perlintern: Add L<> links to pod
2015-08-01 Karl Williamsonperlapi: Use C<> instead of I<> for parameter names...
2015-06-19 David Mitchelladd PERLSI_MULTICALL
2015-05-15 David MitchellRT #124156: death during unwinding causes crash
2015-05-05 David Mitchellfix weird comment in cop.h blurb
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2014-12-24 Father Chrysostomos[perl #103260] Fix s/// with long strings
2014-10-11 Father Chrysostomosforeach \$var
2014-02-12 Reini UrbanNETWARE CopFILE_setn
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-26 Father ChrysostomosRevert "[perl #119801] Stop @DB::dbline modifications...
2013-12-22 Father Chrysostomos[perl #119801] Stop @DB::dbline modifications from...
2013-11-02 Daniel Draganremove redundant Zero() from JMPENV_BOOTSTRAP
2013-09-21 Brian FraserRemoved OP_IN_REGISTER and related defines.
2013-08-27 Father Chrysostomos[perl #119311] Keep CvDEPTH and savestack in sync
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father ChrysostomosPrevent __FILE__ corruption when ${"_<..."} is modified
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-06-30 Ruslan ZakirovG_METHOD_NAMED flag for call_method and call_sv
2013-06-21 Father Chrysostomos[perl #118305] make dtrace sub-entry probe support...
2013-05-28 Father Chrysostomos[perl #117947] Verify lvalueness of XSUBs at run time
2013-04-24 David MitchellPUSH_MULTICALL_WITHDEPTH becomes ..._FLAGS
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 1
2013-01-14 Steve HaySilence a couple of warnings
2013-01-04 Eric BrineRemove redundant NULL checks.
2012-12-24 Daniel Draganuninline panic branch from POPSTACK
2012-12-05 Father ChrysostomosUse SvREFCNT_dec_NN in various cop.h macros
2012-11-11 David Mitchellmake MULTICALL safe across cxstack reallocs
2012-09-15 Father Chrysostomoscop.h: Remove obsolete comment
2012-08-28 Father ChrysostomosStop here-docs from gutting (caller $n)[6]
2012-08-21 Father ChrysostomosUse PADLIST in more places
2012-08-06 Father Chrysostomosassert_(...)
2012-08-05 Father ChrysostomosDon’t let active formats be freed
2012-08-05 Father ChrysostomosRecursive formats and closures in formats.
2012-06-13 David Mitchellmake calling of /(?{}) code blocks correct
2012-06-08 Father Chrysostomoscop.h: Clarify comment
2012-06-05 Father ChrysostomosObliterate CopSTASH_free
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2011-10-06 Brian FraserGroundwork to allow cops and pmops to store the UTF8...
2011-09-09 Zeframremove index offsetting ($[)
2011-09-01 Gerard GoossenUse OPpDEREF for lvalue sub, such that the flags contai...
2011-07-17 Father ChrysostomosRename store/fetch_cop_label as cop_*
2011-07-15 Father ChrysostomosChange was_lvalue_sub back to X; spell out the only...
2011-07-10 Father ChrysostomosPropagate (non-)lvalue context through nested calls
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-05-18 Karl Williamsoncop.h: pod: Fix broken links
2011-02-18 David Mitchellstruct subst; remove macro for obsolete field
2011-01-21 Michael StevensUpdate old activestate links to point to git.
2011-01-13 Nicholas ClarkIn Perl_write_to_stderr(), use Perl_magic_methcall...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-11 David Leadbeater[perl #80548] Add the stash name to DTrace probes
2010-10-21 Zeframmark cophh API as experimental
2010-10-21 Zeframfull API for cop hint hashes
2010-10-19 David MitchellRecursive MULTICALL prematurely freed CV
2010-09-09 Nicholas ClarkDefine CxPADLOOP unconditionally, as post f83b46a0...
2010-09-08 David Mitchellbad things happened with for $x (...) { *x = *y }
2010-09-08 David Mitchellcreate itervar_u union in struct block_loop
next