This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade warning should only be issued if upgrade happens
[perl5.git] / pp_hot.c
2006-11-21 Rafael Garcia-SuarezInvalidate the method lookup cache when assigning to...
2006-11-14 Rafael Garcia-SuarezFix bug #39037: rcatline doesn't stringify references
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-06 Nicholas Clarkassert() that SvPV_set() isn't used on arrays.
2006-11-02 Gisle AasRe: $, and say
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-16 Nicholas ClarkRevert changes 28772, 28773, 28774 as they won't gain...
2006-09-01 Nicholas ClarkAccess to cx->blk_sub.lval via macros (as it's about...
2006-08-18 Rafael Garcia-SuarezA type change that apparently works around a compiler bug
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-23 Rafael Garcia-SuarezRevert change 28603: this was a wrong fix, that didn...
2006-07-20 Rafael Garcia-SuarezIn pp_entersub, accept to handle a CV with a NULL padlist.
2006-07-19 Rafael Garcia-SuarezBand-aid for segfault in ext/threads/t/blocks.t on...
2006-07-05 Rafael Garcia-SuarezImplement handling of state variables in list assignment
2006-05-20 Dave Mitchelleval { s/$foo/die/e } leaked a scalar
2006-05-20 Dave Mitchell[perl #32332] Perl segfaults; test case available
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lesteruse NOOP macro
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-30 Nicholas ClarkFix bug #38815 (localising keys which are UTF-8 encoded...
2006-03-23 Jan DuboisRE: [PATCH, no, really!] Re: [perl #38779] NAN's on...
2006-03-17 Nicholas Clarksv_find() returning false, followed by sv_magic() to...
2006-03-08 Andy LesterRemoved unused check and assignment in pp_hot.c
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-25 Nicholas ClarkStore GvGP in the SV head union. For all the common...
2006-02-22 Jarkko HietaniemiTurn on match string copying when /e flag is set on...
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-14 Andy LesterSun Studio lint patches
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Rafael Garcia-SuarezFix some compilation warnings
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-22 Nicholas ClarkRegression tests for proxy subroutine glob assignment.
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-22 Gisle AasRemove unused variable 'stash' since change 26437.
2005-12-21 Nicholas ClarkLocalise the stash variable in pp_entersub().
2005-12-21 Nicholas ClarkUndo my goto spaghetti from change 18340 - what we...
2005-12-21 Nicholas ClarkThe lref argument of sv_2cv is actually passed onwards...
2005-12-20 Nicholas Clarkgv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
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 Robin HoustonRe: [PATCH] concat interacts badly with magic
2005-11-22 Rafael Garcia-SuarezRevert change #26185, which could have some unwanted...
2005-11-21 Robin Houstonconcat interacts badly with magic
2005-11-14 Nicholas ClarkMark all places where perl needs to look at a possibly...
2005-11-11 Andy LesterConst & local: Special Victims Unit
2005-11-06 Steve PetersNits in the pp_defined code spotted by Jarkko.
2005-11-05 Steve PetersKill warnings and add a panic to pp_defined() in case...
2005-11-05 Nicholas Clarkdorassign doesn't need --SP;
2005-11-05 Dave Mitchellpp_print didn't extend the stack before pushing its...
2005-11-05 Steve PetersMerge pp_andassign, pp_orassign, and pp_dorassign into...
2005-11-04 Steve PetersI barely knew ya pp_dor. Merged into pp_defined from...
2005-11-02 Robin Houstonsort/multicall patch
2005-10-31 Steve HayFixed threaded builds following change 25916
2005-10-31 Rafael Garcia-Suarezis_utf8_string_loc() is now a macro, don't use its...
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-19 Andy LesterMore consting, and DRY leads to shrinking object code
2005-10-14 Steve Petersgcc complains when it sees variables declared
2005-08-23 Rick DelaneyUse SvGETMAGIC more often
2005-07-20 Tassilo von Parsevallvalue-subs returning elements of tied hashes/arrays
2005-07-17 Dave Mitchellchange #25129 was overzealous in delaying the call...
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-02 Dave Mitchellmissed one PAD_SET_CUR
2005-06-29 Nicholas ClarkAll tests pass (for me) with -DPERL_DONT_CREATE_GVSV
2005-06-29 Nicholas ClarkFirst stab at not automatically creating an unused...
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-22 Steve HaySilence yet more bcc32 compiler warnings
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-10 Nicholas ClarkMore SvPV consting, including some code cleanup and...
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-08 Nicholas ClarkA mising cast (given that rx->subbeg is only char *)
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Nicholas ClarkLots of consting
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-06 Nicholas ClarkAbstract all access to the shared hash value through...
2005-06-06 Nicholas ClarkSvIsCOW_shared_hash is declared all the time, so use it.
2005-06-03 Andy LesterRandom consting
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-05-27 Nicholas ClarkGet the HEK once only in the hot code (class method...
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
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
next