| Commit message (Expand) | Author | Age | Files | Lines |
* | In struct block_eval, access the members old_in_eval and old_op_type | Nicholas Clark | 2008-01-21 | 1 | -2/+5 |
* | In struct block change blku_type from U8 to U16, and the "spare" U8 to | Nicholas Clark | 2008-01-21 | 1 | -10/+9 |
* | Squeeze the context type down to 4 bits, and move the private flags to | Nicholas Clark | 2008-01-21 | 1 | -9/+12 |
* | Give G_VOID, G_SCALAR and G_ARRAY the same numeric values as | Nicholas Clark | 2008-01-21 | 1 | -10/+10 |
* | Add a flag G_WANT, as a mask for the bits G_SCALAR, G_ARRAY and G_VOID. | Nicholas Clark | 2008-01-21 | 1 | -0/+1 |
* | Eliminate hasargs from structs block_sub and block_format by storing | Nicholas Clark | 2008-01-20 | 1 | -5/+5 |
* | In struct block_sub and block_format, access the members hasargs and | Nicholas Clark | 2008-01-20 | 1 | -1/+3 |
* | Move retop first in structs block_sub, block_format and block_eval. | Nicholas Clark | 2008-01-20 | 1 | -3/+6 |
* | Eliminate label from struct block_loop, as it can be accessed via | Nicholas Clark | 2008-01-20 | 1 | -3/+1 |
* | Split struct block_sub into struct block_sub and struct block_format. | Nicholas Clark | 2008-01-20 | 1 | -12/+25 |
* | Extend PUSHFORMAT() to take a second parameter to set retop, to save | Nicholas Clark | 2008-01-20 | 1 | -2/+2 |
* | Fix (probable) bug-by-inspection - CxREALEVAL(), CxTRYBLOCK(), | Nicholas Clark | 2008-01-20 | 1 | -4/+4 |
* | In struct block_loop access element label via the macro CxLABEL() | Nicholas Clark | 2008-01-20 | 1 | -0/+1 |
* | Add dtrace support | Andy Armstrong | 2008-01-11 | 1 | -0/+9 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -1/+1 |
* | For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for a | Nicholas Clark | 2007-09-19 | 1 | -1/+3 |
* | BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and cop | Nicholas Clark | 2007-05-15 | 1 | -1/+3 |
* | move PL_linestr from the interpreter struct to the parser struct | Dave Mitchell | 2007-04-24 | 1 | -1/+1 |
* | A safer version of CopFILE, by Jarkko | Rafael Garcia-Suarez | 2007-04-23 | 1 | -1/+2 |
* | Rearrange members of structures to reduce memory size on some | Nicholas Clark | 2007-03-31 | 1 | -2/+2 |
* | Stop S_incline needing to temporarily write a '\0' into its passed-in | Nicholas Clark | 2007-01-26 | 1 | -0/+3 |
* | Fix a typo and some doubled spaces in comments. | Nicholas Clark | 2007-01-22 | 1 | -1/+1 |
* | Fix leaks in label strings allocation in COPs | Rafael Garcia-Suarez | 2006-12-20 | 1 | -7/+5 |
* | Don't free the original label string when assigning it to cop_label, | Rafael Garcia-Suarez | 2006-12-20 | 1 | -2/+3 |
* | Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL | Jarkko Hietaniemi | 2006-12-18 | 1 | -0/+11 |
* | assert() that SvPV_set() isn't used on arrays. | Nicholas Clark | 2006-11-06 | 1 | -1/+1 |
* | Fix change 28770 to cope with the strange 32 bit bool type on VMS. | Nicholas Clark | 2006-10-16 | 1 | -2/+3 |
* | Some notes about struct block_loop | Nicholas Clark | 2006-09-17 | 1 | -0/+17 |
* | Store a pointer to the op in struct block_loop, rather than the | Nicholas Clark | 2006-09-17 | 1 | -6/+14 |
* | Shrink the interpreter structure by 4 bytes (usually) by making | Nicholas Clark | 2006-09-16 | 1 | -2/+2 |
* | Revert changes 28772, 28773, 28774 as they won't gain us anything - I | Nicholas Clark | 2006-09-16 | 1 | -17/+8 |
* | Merge lval and hasargs into one U8 in struct block_sub | Nicholas Clark | 2006-09-01 | 1 | -8/+9 |
* | Access to cx->blk_sub.lval via macros (as it's about to move). | Nicholas Clark | 2006-09-01 | 1 | -6/+11 |
* | Access cx->blk_sub.hasargs via a pair of macros (as it's about to | Nicholas Clark | 2006-09-01 | 1 | -3/+6 |
* | Save 4 bytes from struct context (on ILP32) by moving cx_type into | Nicholas Clark | 2006-08-31 | 1 | -4/+6 |
* | Silence a couple of Borland compiler warnings | Steve Hay | 2006-08-01 | 1 | -1/+1 |
* | Refactoring in av.c | Andy Lester | 2006-05-24 | 1 | -1/+1 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -1/+0 |
* | Move the hints from op_private into cop_hints. This allows all 32 bits | Nicholas Clark | 2006-05-20 | 1 | -5/+5 |
* | Rename cop_hints to cop_hints_hash | Nicholas Clark | 2006-05-20 | 1 | -5/+5 |
* | [perl #32332] Perl segfaults; test case available | Dave Mitchell | 2006-05-20 | 1 | -2/+4 |
* | Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store | Nicholas Clark | 2006-05-20 | 1 | -5/+20 |
* | Some more SvREFCNT_inc updates | Andy Lester | 2006-05-02 | 1 | -2/+2 |
* | more -ansi -pedantic cleanliness | Jarkko Hietaniemi | 2006-04-29 | 1 | -2/+2 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -1/+2 |
* | Abstract all reads/writes of the hints in COPs with 2 new macros, | Nicholas Clark | 2006-04-02 | 1 | -0/+7 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -0/+5 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -0/+13 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -1/+1 |