summaryrefslogtreecommitdiff
path: root/cop.h
Commit message (Expand)AuthorAgeFilesLines
* Fix MULTICALL in List-UtilAlex Vandiver2009-04-151-0/+3
* A couple of (COP*)s that can actually be (const COP *)s.Nicholas Clark2009-03-291-2/+2
* Convert all (CV *) casts to (const CV *). Convert (XPVCV*) casts to addNicholas Clark2009-03-291-4/+4
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2009-03-291-2/+2
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Nicholas Clark2008-10-161-15/+7
* Integrate:Nicholas Clark2008-10-161-10/+7
* Integrate:Nicholas Clark2008-10-161-1/+1
* Integrate:Dave Mitchell2008-05-311-0/+9
* Integrate:Jerry D. Hedden2008-05-181-0/+1
* Integrate:Nicholas Clark2008-01-311-3/+11
* Integrate:Nicholas Clark2008-01-311-4/+4
* Integrate:Nicholas Clark2008-01-301-1/+1
* 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