| Commit message (Expand) | Author | Age | Files | Lines |
* | Store a pointer to the op in struct block_loop, rather than the | Nicholas Clark | 2006-09-17 | 1 | -5/+3 |
* | Revert changes 28772, 28773, 28774 as they won't gain us anything - I | Nicholas Clark | 2006-09-16 | 1 | -3/+3 |
* | Access to cx->blk_sub.lval via macros (as it's about to move). | Nicholas Clark | 2006-09-01 | 1 | -1/+1 |
* | Access cx->blk_sub.hasargs via a pair of macros (as it's about to | Nicholas Clark | 2006-09-01 | 1 | -2/+2 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -1/+1 |
* | Rename cop_hints to cop_hints_hash | Nicholas Clark | 2006-05-20 | 1 | -2/+2 |
* | De-duplicate the code that creates new GPs into Perl_newGP(). | Nicholas Clark | 2006-05-02 | 1 | -12/+2 |
* | [perl #39012] another REIFY bug | Dave Mitchell | 2006-04-27 | 1 | -1/+1 |
* | Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to | Nicholas Clark | 2006-04-14 | 1 | -8/+5 |
* | Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered | Nicholas Clark | 2006-04-13 | 1 | -4/+0 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -0/+15 |
* | By swapping the order of pushes onto the save stack for | Nicholas Clark | 2006-04-08 | 1 | -2/+2 |
* | Move all the regexp state variables into a single structure. | Nicholas Clark | 2006-04-06 | 1 | -37/+1 |
* | Save the regexp engine state as 1 block on the save stack. | Nicholas Clark | 2006-04-05 | 1 | -0/+53 |
* | Perl_save_alloc can use the new(er) SSGROW rather than looping. | Nicholas Clark | 2006-04-05 | 1 | -3/+1 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -0/+5 |
* | Automatically set HINT_LOCALIZE_HH whenever %^H is modified. | Nicholas Clark | 2006-04-01 | 1 | -1/+21 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -0/+2 |
* | Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete | Nicholas Clark | 2006-03-30 | 1 | -1/+1 |
* | re-[PATCH] Re: [PATCH] Poison now in two different flavours! | Jarkko Hietaniemi | 2006-03-29 | 1 | -2/+2 |
* | Note the cause of another MAD test failure - an explicit abort trap | Nicholas Clark | 2006-03-09 | 1 | -0/+1 |
* | Further MAD changes. | Nicholas Clark | 2006-03-08 | 1 | -0/+22 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -8/+8 |
* | With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in | Nicholas Clark | 2006-02-24 | 1 | -1/+3 |
* | Given that SvPV on a typeglob is now irrelevant, really we only need | Nicholas Clark | 2006-02-24 | 1 | -12/+1 |
* | Perl_save_aelem can't be const | Andy Lester | 2006-02-24 | 1 | -1/+1 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -0/+1 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -3/+3 |
* | Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it | Nicholas Clark | 2006-02-14 | 1 | -1/+1 |
* | Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv, | Nicholas Clark | 2006-02-06 | 1 | -130/+56 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | Eliminate save_threadsv, as it is never linked to, and all it does | Nicholas Clark | 2006-01-31 | 1 | -9/+0 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -4/+4 |
* | Update copyright years (including some years where we made changes but | Nicholas Clark | 2006-01-08 | 1 | -1/+1 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+51 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 1 | -1/+1 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 1 | -0/+2 |
* | Remove the two register keywords from auto variables that PERL_POSION | Nicholas Clark | 2005-11-14 | 1 | -1/+1 |
* | Consting and localizing: Part LXVIII | Andy Lester | 2005-11-07 | 1 | -3/+3 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -3/+3 |
* | more taint fallout from change 24943 | Dave Mitchell | 2005-07-07 | 1 | -0/+2 |
* | Pre-YAPC consting fun | Andy Lester | 2005-06-23 | 1 | -1/+1 |
* | Add a define PERL_POISON which tries to trip up anything accessing | Nicholas Clark | 2005-06-23 | 1 | -1/+1 |
* | handle magic in local correctly | Dave Mitchell | 2005-06-22 | 1 | -68/+9 |
* | More random cleanups | Andy Lester | 2005-06-20 | 1 | -8/+6 |
* | Work around bug 36211, plus a lot of TODO regression tests for local/ | Nicholas Clark | 2005-06-10 | 1 | -0/+3 |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -1/+1 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 1 | -4/+4 |
* | [PATCH] More embed.fnc strictures, plus consting and localizing | Andy Lester | 2005-05-30 | 1 | -1/+1 |
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -5/+1 |