summaryrefslogtreecommitdiff
path: root/cop.h
Commit message (Expand)AuthorAgeFilesLines
* RT #124156: death during unwinding causes crashDavid Mitchell2015-05-151-1/+11
* fix weird comment in cop.h blurbDavid Mitchell2015-05-051-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* [perl #103260] Fix s/// with long stringsFather Chrysostomos2014-12-231-2/+2
* foreach \$varFather Chrysostomos2014-10-111-1/+4
* NETWARE CopFILE_setnReini Urban2014-02-131-1/+1
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-2/+2
* Revert "[perl #119801] Stop @DB::dbline modifications from crashing"Father Chrysostomos2013-12-251-29/+15
* [perl #119801] Stop @DB::dbline modifications from crashingFather Chrysostomos2013-12-211-15/+29
* remove redundant Zero() from JMPENV_BOOTSTRAPDaniel Dragan2013-11-021-3/+4
* Removed OP_IN_REGISTER and related defines.Brian Fraser2013-09-211-11/+0
* [perl #119311] Keep CvDEPTH and savestack in syncFather Chrysostomos2013-08-271-5/+11
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-14/+35
* Prevent __FILE__ corruption when ${"_<..."} is modifiedFather Chrysostomos2013-08-051-2/+2
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-35/+14
* G_METHOD_NAMED flag for call_method and call_svRuslan Zakirov2013-06-301-0/+1
* [perl #118305] make dtrace sub-entry probe support lexsubsFather Chrysostomos2013-06-211-2/+6
* [perl #117947] Verify lvalueness of XSUBs at run timeFather Chrysostomos2013-05-271-5/+8
* 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