This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
threads and threads::shared are now dual-lived modules
[perl5.git] / op.c
2006-03-14 Andy Lesterlooks_like_bool can be const
2006-03-11 Steve PetersPerl_newWHILEOP() had exactly the same lack of a NULL...
2006-03-11 Steve PetersPossible NULL pointer reference found by Coverity checks.
2006-03-11 Steve PetersKeep from using a variable in S_my_kid() before it...
2006-03-09 Marcus Holland-MoritzFix a memory leak in ck_grep(), spotted by coverity:
2006-03-09 Nicholas ClarkTweaking the order of op creation/op free in Perl_ck_re...
2006-03-09 Nicholas ClarkUnroll 27425 - keeping Larry's order in op.c means...
2006-03-09 Nicholas ClarkNote the weakref.t failure that commenting out this...
2006-03-09 Nicholas ClarkBodge MAD code to get pack.t and ext/Encode/t/Encode...
2006-03-08 Nicholas ClarkMake MAD at least compile and link once more. Although...
2006-03-08 Nicholas ClarkThe last MAD change to op.c changes the pad offsets...
2006-03-08 Nicholas ClarkAlmost all the MAD changes for op.c
2006-03-08 Nicholas ClarkChange from Larry in the MAD code which seems to be...
2006-03-07 Rafael Garcia-SuarezThis looks like a memory leak.
2006-03-07 Rafael Garcia-Suarez$[ = 2 should not warn.
2006-03-06 Paul JohnsonRe: [PATCH] Removed a redundant o->op_type
2006-02-27 Andy LesterRemoved a redundant o->op_type
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-25 Nicholas ClarkAbstract the specific use of SvCUR in GVs for detecting...
2006-02-24 Andy Lesterunused context warnings
2006-02-23 Nicholas ClarkReplace direct flags tests & manipulations for SVpad_TY...
2006-02-20 Nicholas ClarkPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clarkxcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
2006-02-14 Andy LesterSun Studio lint patches
2006-02-09 Nicholas ClarkChange 27136 seems to have inadvertently upset some...
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-07 Gisle AasAllow bareword file handle as argument to chdir().
2006-02-06 Andy LesterCleaning up shadowed variables
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubigers/Nullcv/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-01-28 Nicholas ClarkAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-23 Nicholas ClarkRevert change 26410, marking the test that was added...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-12 Rafael Garcia-SuarezDon't warn when localizing $[
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-06 Andy Lesterhv_fetchs() support
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-06 Andy Lesterperformance tweaking op.c
2006-01-04 Rafael Garcia-SuarezMore copyright updates
2006-01-04 Gisle AasIntroduce newSVpvs_share() macro.
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-04 Gisle AasSilence compiler warning; ref change 26598
2006-01-02 Rafael Garcia-SuarezSince we no longer autovivify stashes (change #26370...
2005-12-27 Nicholas Clarkgv_fetch_flags in newATTRSUB can actually be const.
2005-12-26 Nicholas ClarkDon't try to store PL_sv_undef in pads. (For now)
2005-12-24 Nicholas ClarkUnless the peephole optimiser already knows that we...
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-22 Robin Houstoneliminate HINT_HH_FOR_EVAL
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-20 Nicholas ClarkGet the "cv" from the "gv" once, and be more careful...
2005-12-20 Nicholas Clarkgv_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 HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-17 Nicholas ClarkTwo it's => its grammar fixes.
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-12-01 Gisle AasDisable constant folding of sprintf
2005-12-01 Rafael Garcia-SuarezRevert change #26110 (already reverted in maintperl...
2005-11-30 Rafael Garcia-SuarezRevert change #22520 (optimise away my $foo = undef...
2005-11-19 Steve PetersCleaning up some warnings generated by "gcc -W"
2005-11-14 Nicholas ClarkMark all places where perl needs to look at a possibly...
2005-11-13 Nicholas ClarkIntegrate:
2005-11-09 Nicholas ClarkSimplify Perl_allocmy slightly, and cope better with...
2005-11-08 Nicholas ClarkEliminate some unnecessary strlen()s
2005-11-02 Robin Houstonsort/multicall patch
2005-11-01 Andy Lesterperlio.c consting
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-30 Nicholas ClarkFunctions that die aren't exactly well used code.
2005-10-30 Nicholas Clarksave_hints is a mathom.
2005-10-28 Steve PetersAdd a new file, mathoms.c, to hold old code kept around...
2005-10-24 Robin HoustonRe: do { EXPR for EXPR }
2005-10-19 Robin HoustonRe: [PATCH] Re: [perl #37350] $#{@$aref} in debugger...
2005-10-17 Steve HayMake some casts explicit to keep VC++ 7 happy
2005-10-15 Hugo van der Sandenpre{inc,dec} is faster, even with integers
2005-10-13 Andy LesterStas' croak patch and then some
2005-09-27 Rafael Garcia-SuarezFix the overriding of CORE::do, just like change 25599
2005-09-27 Rafael Garcia-SuarezMicro-optimisation: use PL_globalstash instead of looki...
2005-09-26 Rafael Garcia-SuarezCORE::require was always parsed as require().
2005-09-01 Rafael Garcia-SuarezAdd the "no 6" / "no v6" syntax.
2005-08-31 Rafael Garcia-SuarezFix for [perl #37036] perl segfault at 'compile'-time
2005-08-08 Andy LesterPost-OSCON NN/NULLOK-ing
2005-07-29 Andy LesterMore embed.fnc goodness
2005-07-18 Andy LesterThe continuing plod through embed.fnc
2005-07-15 Andy Lestermore embed cleanup
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-20 Rick DelaneyRe: [PATCH replacement] Re: [perl #36313] perl -e ...
2005-06-16 Salvador FandiñoSubs with builtin attributes shouldn't be made constant
2005-06-15 Salvador FandiXXo[perl #36297] builtin attrs on subrutine declarations
2005-06-13 Nicholas ClarkWith shared hash key scalars now accessing the hash...
2005-06-10 Nicholas ClarkMove SvPV consting, remove an n_a, and correct one...
2005-06-08 Nicholas ClarkMore SvPV consting
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-06-07 Andy LesterRandom cleanups #47
next