Possible NULL pointer reference found by Coverity checks.
[p5sagit/p5-mst-13.2.git] / op.c
2006-03-11 Steve Peters Possible NULL pointer reference found by Coverity checks.
2006-03-11 Steve Peters Keep from using a variable in S_my_kid() before it...
2006-03-09 Marcus Holland-Moritz Fix a memory leak in ck_grep(), spotted by coverity:
2006-03-09 Nicholas Clark Tweaking the order of op creation/op free in Perl_ck_re...
2006-03-09 Nicholas Clark Unroll 27425 - keeping Larry's order in op.c means...
2006-03-09 Nicholas Clark Note the weakref.t failure that commenting out this...
2006-03-09 Nicholas Clark Bodge MAD code to get pack.t and ext/Encode/t/Encode...
2006-03-08 Nicholas Clark Make MAD at least compile and link once more. Although...
2006-03-08 Nicholas Clark The last MAD change to op.c changes the pad offsets...
2006-03-08 Nicholas Clark Almost all the MAD changes for op.c
2006-03-08 Nicholas Clark Change from Larry in the MAD code which seems to be...
2006-03-07 Rafael Garcia-Suarez This looks like a memory leak.
2006-03-07 Rafael Garcia-Suarez $[ = 2 should not warn.
2006-03-06 Paul Johnson Re: [PATCH] Removed a redundant o->op_type
2006-02-27 Andy Lester Removed a redundant o->op_type
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-25 Nicholas Clark Abstract the specific use of SvCUR in GVs for detecting...
2006-02-24 Andy Lester unused context warnings
2006-02-23 Nicholas Clark Replace direct flags tests ...
2006-02-20 Nicholas Clark PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clark xcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clark Add a new CvISXSUB() macro, for abstracting the test...
2006-02-14 Andy Lester Sun Studio lint patches
2006-02-09 Nicholas Clark Change 27136 seems to have inadvertently upset some...
2006-02-09 Andy Lester Trying my "remove the pTHXes" patch again
2006-02-07 Gisle Aas Allow bareword file handle as argument to chdir().
2006-02-06 Andy Lester Cleaning up shadowed variables
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubiger s/Nullcv/NULL/g
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clark gv_fetchpvn_flags ranks highly in the profile, and...
2006-01-28 Nicholas Clark Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-23 Nicholas Clark Revert change 26410, marking the test that was added...
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-12 Rafael Garcia-Suarez Don't warn when localizing $[
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-06 Andy Lester hv_fetchs() support
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-06 Andy Lester performance tweaking op.c
2006-01-04 Rafael Garcia-Suarez More copyright updates
2006-01-04 Gisle Aas Introduce newSVpvs_share() macro.
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-04 Gisle Aas Silence compiler warning; ref change 26598
2006-01-02 Rafael Garcia-Suarez Since we no longer autovivify stashes (change #26370...
2005-12-27 Nicholas Clark gv_fetch_flags in newATTRSUB can actually be const.
2005-12-26 Nicholas Clark Don't try to store PL_sv_undef in pads. (For now)
2005-12-24 Nicholas Clark Unless the peephole optimiser already knows that we...
2005-12-22 Andy Lester Ho! Ho! Ho! Santa brings consting!
2005-12-22 Robin Houston eliminate HINT_HH_FOR_EVAL
2005-12-22 Nicholas Clark Add an optimisation to allow proxy constant subroutines...
2005-12-20 Nicholas Clark Get the "cv" from the "gv" once, and be more careful...
2005-12-20 Nicholas Clark gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-19 Dave Mitchell [perl #8262] //g loops infinitely on tainted data
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houston latest switch/say/~~
2005-12-17 Nicholas Clark Two it's => its grammar fixes.
2005-12-16 Nicholas Clark s/Nullhv/NULL/g;
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-12-01 Gisle Aas Disable constant folding of sprintf
2005-12-01 Rafael Garcia-Suarez Revert change #26110 (already reverted in maintperl...
2005-11-30 Rafael Garcia-Suarez Revert change #22520 (optimise away my $foo = undef...
2005-11-19 Steve Peters Cleaning up some warnings generated by "gcc -W"
2005-11-14 Nicholas Clark Mark all places where perl needs to look at a possibly...
2005-11-13 Nicholas Clark Integrate:
2005-11-09 Nicholas Clark Simplify Perl_allocmy slightly, and cope better with...
2005-11-08 Nicholas Clark Eliminate some unnecessary strlen()s
2005-11-02 Robin Houston sort/multicall patch
2005-11-01 Andy Lester perlio.c consting
2005-10-31 Andy Lester Etta James presents: More consting
2005-10-30 Nicholas Clark Functions that die aren't exactly well used code.
2005-10-30 Nicholas Clark save_hints is a mathom.
2005-10-28 Steve Peters Add a new file, mathoms.c, to hold old code kept around...
2005-10-24 Robin Houston Re: do { EXPR for EXPR }
2005-10-19 Robin Houston Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger...
2005-10-17 Steve Hay Make some casts explicit to keep VC++ 7 happy
2005-10-15 Hugo van der Sanden pre{inc,dec} is faster, even with integers
2005-10-13 Andy Lester Stas' croak patch and then some
2005-09-27 Rafael Garcia-Suarez Fix the overriding of CORE::do, just like change 25599
2005-09-27 Rafael Garcia-Suarez Micro-optimisation: use PL_globalstash instead of looki...
2005-09-26 Rafael Garcia-Suarez CORE::require was always parsed as require().
2005-09-01 Rafael Garcia-Suarez Add the "no 6" / "no v6" syntax.
2005-08-31 Rafael Garcia-Suarez Fix for [perl #37036] perl segfault at 'compile'-time
2005-08-08 Andy Lester Post-OSCON NN/NULLOK-ing
2005-07-29 Andy Lester More embed.fnc goodness
2005-07-18 Andy Lester The continuing plod through embed.fnc
2005-07-15 Andy Lester more embed cleanup
2005-07-13 Andy Lester More embed.fnc plowing
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-10 Andy Lester Making my way thru embed.fnc
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-20 Rick Delaney Re: [PATCH replacement] Re: [perl #36313] perl -e ...
2005-06-16 Salvador Fandiño Subs with builtin attributes shouldn't be made constant
2005-06-15 Salvador FandiXXo [perl #36297] builtin attrs on subrutine declarations
2005-06-13 Nicholas Clark With shared hash key scalars now accessing the hash...
2005-06-10 Nicholas Clark Move SvPV consting, remove an n_a, and correct one...
2005-06-08 Nicholas Clark More SvPV consting
2005-06-08 Nicholas Clark Nuke some more n_a, and convert S_gv_ename from char...
2005-06-07 Andy Lester Random cleanups #47
2005-06-07 Nicholas Clark Lots of consting
2005-06-07 Andy Lester Unvoid SvUPGRADE
next