| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with | Nicholas Clark | 2006-03-27 | 1 | -0/+2 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -3/+3 |
* | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -1/+1 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -5/+3 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -9/+9 |
* | s/Nullcv/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -5/+5 |
* | More copyright updates | Rafael Garcia-Suarez | 2006-01-04 | 1 | -1/+1 |
* | Fix release mode builds following change 26598 | Steve Hay | 2006-01-03 | 1 | -2/+10 |
* | silence some compiler warnings | Dave Mitchell | 2006-01-03 | 1 | -0/+3 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -1/+21 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 1 | -1/+1 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 1 | -3/+3 |
* | Const & local: Special Victims Unit | Andy Lester | 2005-11-11 | 1 | -3/+3 |
* | Re: [perl #32383] DProf breaks List::Util::shuffle | Robin Houston | 2005-11-09 | 1 | -4/+7 |
* | [perl #24254] Attempt to free unreferenced scalar | Chris Heath | 2005-11-07 | 1 | -3/+8 |