| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed a redundant o->op_type | Andy Lester | 2006-02-27 | 1 | -2/+5 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -17/+14 |
* | Abstract the specific use of SvCUR in GVs for detecting variables on | Nicholas Clark | 2006-02-25 | 1 | -4/+7 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -1/+8 |
* | Replace direct flags tests & manipulations for SVpad_TYPED and | Nicholas Clark | 2006-02-23 | 1 | -6/+6 |
* | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | xcv_root and xcv_xsub can also be merged into a union, providing a new | Nicholas Clark | 2006-02-20 | 1 | -1/+3 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 1 | -2/+2 |
* | Sun Studio lint patches | Andy Lester | 2006-02-14 | 1 | -9/+6 |
* | Change 27136 seems to have inadvertently upset some compilers, | Nicholas Clark | 2006-02-09 | 1 | -3/+3 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -46/+52 |
* | Allow bareword file handle as argument to chdir(). | Gisle Aas | 2006-02-07 | 1 | -0/+16 |
* | Cleaning up shadowed variables | Andy Lester | 2006-02-06 | 1 | -2/+2 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -23/+23 |
* | s/Nullcv/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -8/+8 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -15/+15 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 1 | -8/+9 |
* | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags. | Nicholas Clark | 2006-01-28 | 1 | -11/+13 |
* | Revert change 26410, marking the test that was added there as TODO. | Nicholas Clark | 2006-01-23 | 1 | -11/+5 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -2/+2 |
* | Don't warn when localizing $[ | Rafael Garcia-Suarez | 2006-01-12 | 1 | -0/+1 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -14/+13 |
* | hv_fetchs() support | Andy Lester | 2006-01-06 | 1 | -15/+15 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+42 |
* | performance tweaking op.c | Andy Lester | 2006-01-06 | 1 | -12/+16 |
* | More copyright updates | Rafael Garcia-Suarez | 2006-01-04 | 1 | -1/+1 |
* | Introduce newSVpvs_share() macro. | Gisle Aas | 2006-01-04 | 1 | -4/+4 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -10/+10 |
* | Silence compiler warning; ref change 26598 | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Since we no longer autovivify stashes (change #26370), we need | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+12 |
* | gv_fetch_flags in newATTRSUB can actually be const. | Nicholas Clark | 2005-12-27 | 1 | -4/+8 |
* | Don't try to store PL_sv_undef in pads. (For now) | Nicholas Clark | 2005-12-26 | 1 | -0/+12 |
* | Unless the peephole optimiser already knows that we're in void context, | Nicholas Clark | 2005-12-24 | 1 | -0/+4 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -10/+10 |
* | eliminate HINT_HH_FOR_EVAL | Robin Houston | 2005-12-22 | 1 | -2/+1 |
* | Add an optimisation to allow proxy constant subroutines to be copied | Nicholas Clark | 2005-12-22 | 1 | -0/+58 |
* | Get the "cv" from the "gv" once, and be more careful so that we can | Nicholas Clark | 2005-12-20 | 1 | -3/+5 |
* | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather | Nicholas Clark | 2005-12-20 | 1 | -15/+15 |
* | [perl #8262] //g loops infinitely on tainted data | Dave Mitchell | 2005-12-19 | 1 | -5/+11 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 1 | -0/+15 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -1/+225 |
* | Two it's => its grammar fixes. | Nicholas Clark | 2005-12-17 | 1 | -1/+1 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 1 | -5/+5 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -16/+17 |
* | Disable constant folding of sprintf | Gisle Aas | 2005-12-01 | 1 | -1/+0 |
* | Revert change #26110 (already reverted in maintperl by change 26182) | Rafael Garcia-Suarez | 2005-12-01 | 1 | -3/+0 |
* | Revert change #22520 (optimise away my $foo = undef and similar | Rafael Garcia-Suarez | 2005-11-30 | 1 | -22/+0 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 1 | -1/+2 |
* | Mark all places where perl needs to look at a possibly-freed scalar | Nicholas Clark | 2005-11-14 | 1 | -1/+1 |
* | Integrate: | Nicholas Clark | 2005-11-13 | 1 | -0/+3 |