summaryrefslogtreecommitdiff
path: root/cop.h
Commit message (Expand)AuthorAgeFilesLines
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for aNicholas Clark2007-09-191-1/+3
* BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and copNicholas Clark2007-05-151-1/+3
* move PL_linestr from the interpreter struct to the parser structDave Mitchell2007-04-241-1/+1
* A safer version of CopFILE, by JarkkoRafael Garcia-Suarez2007-04-231-1/+2
* Rearrange members of structures to reduce memory size on someNicholas Clark2007-03-311-2/+2
* Stop S_incline needing to temporarily write a '\0' into its passed-inNicholas Clark2007-01-261-0/+3
* Fix a typo and some doubled spaces in comments.Nicholas Clark2007-01-221-1/+1
* Fix leaks in label strings allocation in COPsRafael Garcia-Suarez2006-12-201-7/+5
* Don't free the original label string when assigning it to cop_label,Rafael Garcia-Suarez2006-12-201-2/+3
* Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOLJarkko Hietaniemi2006-12-181-0/+11
* assert() that SvPV_set() isn't used on arrays.Nicholas Clark2006-11-061-1/+1
* Fix change 28770 to cope with the strange 32 bit bool type on VMS.Nicholas Clark2006-10-161-2/+3
* Some notes about struct block_loopNicholas Clark2006-09-171-0/+17
* Store a pointer to the op in struct block_loop, rather than the Nicholas Clark2006-09-171-6/+14
* Shrink the interpreter structure by 4 bytes (usually) by makingNicholas Clark2006-09-161-2/+2
* Revert changes 28772, 28773, 28774 as they won't gain us anything - INicholas Clark2006-09-161-17/+8
* Merge lval and hasargs into one U8 in struct block_subNicholas Clark2006-09-011-8/+9
* Access to cx->blk_sub.lval via macros (as it's about to move).Nicholas Clark2006-09-011-6/+11
* Access cx->blk_sub.hasargs via a pair of macros (as it's about toNicholas Clark2006-09-011-3/+6
* Save 4 bytes from struct context (on ILP32) by moving cx_type intoNicholas Clark2006-08-311-4/+6
* Silence a couple of Borland compiler warningsSteve Hay2006-08-011-1/+1
* Refactoring in av.cAndy Lester2006-05-241-1/+1
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-1/+0
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-201-5/+5
* Rename cop_hints to cop_hints_hashNicholas Clark2006-05-201-5/+5
* [perl #32332] Perl segfaults; test case availableDave Mitchell2006-05-201-2/+4
* Abolish cop_arybase. Signal a non zero $[ with a hint flag, and storeNicholas Clark2006-05-201-5/+20
* Some more SvREFCNT_inc updatesAndy Lester2006-05-021-2/+2
* more -ansi -pedantic cleanlinessJarkko Hietaniemi2006-04-291-2/+2
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-1/+2
* Abstract all reads/writes of the hints in COPs with 2 new macros,Nicholas Clark2006-04-021-0/+7
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-0/+5
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-0/+13
* Random accumulated patchesAndy Lester2006-03-311-1/+1
* Merge the cut & paste code from Perl_call_sv/Perl_fold_constants withNicholas Clark2006-03-271-0/+2
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-3/+3
* PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so movingNicholas Clark2006-02-201-1/+1
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-1/+1
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-5/+3
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-9/+9
* s/Nullcv/NULL/gSteven Schubiger2006-02-031-1/+1
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-5/+5
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Fix release mode builds following change 26598Steve Hay2006-01-031-2/+10
* silence some compiler warningsDave Mitchell2006-01-031-0/+3
* latest switch/say/~~Robin Houston2005-12-191-1/+21
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-1/+1
* s/Nullav/NULL/gNicholas Clark2005-12-161-3/+3
* Const & local: Special Victims UnitAndy Lester2005-11-111-3/+3