This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
As SVs can't both be in a pad, and the name of a variable in the pad,
[perl5.git] / pp_ctl.c
2006-02-21 Nicholas ClarkGoodbye PERL_XSUB_OLDSTYLE.
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-20 Nicholas ClarkRemove the last (U16) cast for CV depths, missed by...
2006-02-14 Andy LesterSun Studio lint patches
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
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 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Nicholas ClarkYet more instances of gv_fetchpv... that should be...
2006-01-28 Nicholas ClarkAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-21 Marcus Holland-MoritzRemove wrong cast to (void *), which fixes a gcc warnin...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-17 Rafael Garcia-SuarezThe current OP that is tested in doeval() can be a...
2006-01-11 Gisle AasA few more places that can use hv_fetchs().
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-02 Nicholas ClarkThe two never used NOTYET switch ops can go.
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-27 Nicholas ClarkRefactor the require failure message generation to...
2005-12-23 Nicholas ClarkFor the rare case of EMFILE during require, save object...
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-20 Rafael Garcia-SuarezUse PTR2IV instead of casting directly
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-12-15 Dave Mitchellchange #26373 broke threaded builds (aTHX_ now superfluous)
2005-12-15 Steve PetersPrevent require() from attempting to open directories...
2005-12-12 YAMASHINA HioA suggestion by Yamashina Hio to speed up substitutions
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-11-22 Dave Mitchell[perl #37725] perl segfaults on reversed array reference
2005-11-22 Andy Lesterff_chop.patch redux
2005-11-20 Nicholas ClarkEliminate two more strlen()s, by using the return value...
2005-11-09 Nicholas ClarkRemove superfluous strlen() from pp_require().
2005-11-08 Nicholas ClarkEliminate duplicate strlen()s by explicitly calling it.
2005-11-05 Steve PetersMerge pp_andassign, pp_orassign, and pp_dorassign into...
2005-11-04 Robin HoustonRe: [PATCH] sort/multicall patch
2005-11-02 Robin Houstonsort/multicall patch
2005-10-31 Nicholas ClarkAll the ops that are simply C<return some_other_op...
2005-10-30 Nicholas ClarkFunctions that die aren't exactly well used code.
2005-10-19 Andy LesterMore consting, and DRY leads to shrinking object code
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-10-05 Andy LesterRe: [PATCH] Random constings and printf cleanup
2005-10-02 Steve PetersIf a 'use' or 'require' fails due to too many open...
2005-09-27 Rafael Garcia-SuarezTest for OPpCONST_NOVER only on OP_CONST ops.
2005-09-20 Salvador FandiñoPATCH for #37138: using XSUB as DB::DB causes perl...
2005-09-01 Rafael Garcia-SuarezAdd the "no 6" / "no v6" syntax.
2005-08-23 Rick DelaneyUse SvGETMAGIC more often
2005-08-22 Rick DelaneyRe: [perl #36959] List Constructor Operator - Undefined...
2005-08-07 Jarkko Hietaniemiundup
2005-08-01 Rafael Garcia-SuarezVarious patches by John E. Malmberg to fix data
2005-07-29 Andy LesterMore embed.fnc goodness
2005-07-24 Craig A. Berryblead help for VMS
2005-07-18 Dave Mitchellperl -Dstv -e'... for min..max' displayed wrong stack...
2005-07-15 Andy Lestermore embed cleanup
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-07 Dave Mitchell[perl #34171] bytes pragma error in substitution operator
2005-07-01 Dave Mitchellthe PAD_SET_CUR macro expanded too much for AIX compilers
2005-07-01 Dave Mitchellsilence a warning in Perl_sv_compile_2op
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-23 Andy LesterPre-YAPC consting fun
2005-06-23 Nicholas ClarkAdd a define PERL_POISON which tries to trip up anythin...
2005-06-23 Steve HaySilence bcc32 compiler warnings following change 24945
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-22 Steve HaySilence yet more bcc32 compiler warnings
2005-06-20 Andy LesterMore random cleanups
2005-06-13 John PeacockBring bleadperl up to version.pm
2005-06-10 Nicholas ClarkMore SvPV consting, including some code cleanup and...
2005-06-08 Nicholas Clarkconst-ize pp_formline
2005-06-08 Nicholas ClarkAllow a null length pointer to sv_pvn_force_flags.
2005-06-08 Nicholas Clarkn_a no more
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-08 Nicholas ClarkConvert POPpx POPpconstx and POPpbytex to use nolen...
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore consting of SvPV
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Andy LesterRandom cleanups #47
2005-06-07 Nicholas ClarkLots of consting
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-03 Andy LesterRandom consting
2005-05-30 Dave Mitchelladd pointer to email explaining why eval {goto &foo...
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-21 Dave Mitchell[perl #35878] goto &xsub that croaks corrupts memory
2005-05-21 Dave Mitchellstop goto &foo wasting stack space
2005-05-21 Dave Mitchelldisallow eval { goto &foo }
2005-05-21 Steve PetersSvPVX_const - patch #2
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-09 Andy Lesterattributes-two.patch, the next batch
2005-05-07 Dave Mitchellwhile (my $x ...) { ...; redo } shouldn't undef $x.
2005-05-04 Dave Mitchell[perl #35214] SEGV when next is followed by a goto
2005-05-02 Dave MitchellBetter fix for #8738 (Core dump in 'leavetry')
2005-05-02 Dave MitchellRevert change #15705 (Core dump in 'leavetry')
next