summaryrefslogtreecommitdiff
path: root/cop.h
Commit message (Expand)AuthorAgeFilesLines
* PUSH_MULTICALL_WITHDEPTH becomes ..._FLAGSDavid Mitchell2013-04-241-9/+13
* Eliminate PL_reg_state.re_reparsing, part 1David Mitchell2013-04-121-0/+2
* Silence a couple of warningsSteve Hay2013-01-141-1/+1
* Remove redundant NULL checks.Eric Brine2013-01-031-2/+1
* uninline panic branch from POPSTACKDaniel Dragan2012-12-231-2/+1
* Use SvREFCNT_dec_NN in various cop.h macrosFather Chrysostomos2012-12-051-6/+7
* make MULTICALL safe across cxstack reallocsDavid Mitchell2012-11-111-1/+2
* cop.h: Remove obsolete commentFather Chrysostomos2012-09-141-1/+0
* Stop here-docs from gutting (caller $n)[6]Father Chrysostomos2012-08-271-0/+2
* Use PADLIST in more placesFather Chrysostomos2012-08-211-2/+2
* assert_(...)Father Chrysostomos2012-08-051-5/+1
* Don’t let active formats be freedFather Chrysostomos2012-08-051-0/+2
* Recursive formats and closures in formats.Father Chrysostomos2012-08-051-0/+2
* make calling of /(?{}) code blocks correctDavid Mitchell2012-06-131-3/+36
* cop.h: Clarify commentFather Chrysostomos2012-06-071-1/+2
* Obliterate CopSTASH_freeFather Chrysostomos2012-06-041-1/+0
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-38/+11
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* [perl #112316] Make strict vars respect assignment from null pkgFather Chrysostomos2012-04-191-14/+21
* Label UTF8 cleanupBrian Fraser2012-03-251-0/+4
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-1/+1
* Groundwork to allow cops and pmops to store the UTF8 flagBrian Fraser2011-10-061-3/+15
* remove index offsetting ($[)Zefram2011-09-091-24/+0
* Use OPpDEREF for lvalue sub, such that the flags contains the deref type, ins...Gerard Goossen2011-09-011-1/+1
* Rename store/fetch_cop_label as cop_*Father Chrysostomos2011-07-161-1/+1
* Change was_lvalue_sub back to X; spell out the only use of itFather Chrysostomos2011-07-141-1/+1
* Propagate (non-)lvalue context through nested callsFather Chrysostomos2011-07-091-1/+10
* [perl #7946] Lvalue subs do not autovivifyFather Chrysostomos2011-06-031-1/+1
* cop.h: pod: Fix broken linksKarl Williamson2011-05-181-4/+4
* struct subst; remove macro for obsolete fieldDavid Mitchell2011-02-181-1/+0
* Update old activestate links to point to git.Michael Stevens2011-01-201-2/+3
* In Perl_write_to_stderr(), use Perl_magic_methcall() if STDERR is tied.Nicholas Clark2011-01-131-0/+2
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* [perl #80548] Add the stash name to DTrace probesDavid Leadbeater2010-12-101-2/+4
* mark cophh API as experimentalZefram2010-10-211-16/+16
* full API for cop hint hashesZefram2010-10-211-7/+303
* Recursive MULTICALL prematurely freed CVDavid Mitchell2010-10-191-2/+2
* Define CxPADLOOP unconditionally, as post f83b46a0 it is always used.Nicholas Clark2010-09-091-3/+1
* bad things happened with for $x (...) { *x = *y }David Mitchell2010-09-081-5/+9
* create itervar_u union in struct block_loopDavid Mitchell2010-09-081-19/+12
* eliminate targoffset from struct block_loopDavid Mitchell2010-09-081-6/+4
* eliminate next_op from struct block_loopDavid Mitchell2010-09-081-13/+0
* Change the first argument of Perl_fetch_cop_label() to COP *Nicholas Clark2010-09-021-1/+1
* Revert "Fix off-by-one: avoid allocating an extra context"Chip Salzenberg2010-07-271-1/+1
* Fix off-by-one: avoid allocating an extra contextChip Salzenberg2010-07-271-1/+1
* Stop using WITH_THR and WITH_THX, as they were never necessary here.Nicholas Clark2010-06-161-2/+2
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-1/+1
|\
| * bring G_KEEPERR back to the realm of sanityZefram2010-04-231-1/+1
* | For Perl_magic_methcall() add G_UNDEF_FILL to fill the stack with &PL_sv_undef.Nicholas Clark2010-04-261-0/+3
|/
* Move PERL_ASYNC_CHECK() from POPBLOCK() to the kill case of Perl_apply().Nicholas Clark2010-04-181-1/+0