This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
From: "Robin Barker" <Robin.Barker@npl.co.uk>
[perl5.git] / pp_hot.c
2007-06-30 AbigailComment typo fix
2007-06-23 Yves OrtonResolve
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-03 Brandon BlackRe: mro status, etc
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-26 Brandon BlackFix a bug in method caching. Better version (broader...
2007-04-24 Rafael Garcia-SuarezRemove unnecessarily paranoid protection in pp_defined
2007-04-24 Rafael Garcia-SuarezRemove the code that handles assignment to state variables
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-07 Nicholas ClarkTurn op_pmreplroot in struct pmop into a real union.
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-03-31 Rafael Garcia-SuarezFix the error message "Can't call method "DOES" on...
2007-03-27 Rafael Garcia-SuarezFix return value of state assignment ($x=state $y=$z).
2007-03-26 Nicholas ClarkIn struct regexp replace the two arrays of I32s accesse...
2007-03-19 Rafael Garcia-SuarezLet %^H be modifiable in eval-strings (bug #41531),
2007-03-13 Rafael Garcia-SuarezNeed a SPAGAIN here because the stack pointer might...
2007-03-01 Rafael Garcia-SuarezA couple of casting nits by Jarkko
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-02-11 knew-p5p@pimb.org[perl #41484] qr// stack bug
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-21 Nicholas ClarkRefactor the common soft-reference code from pp_rv2sv...
2007-01-20 Nicholas Clarkdefined @$foo and defined %$bar should be subject to...
2007-01-15 Nicholas Clarkpp_rv2av and pp_rv2hv have a lot of common code, so...
2007-01-15 Nicholas ClarkMake changes analagous to pp_rv2hv's 21394 and 24489...
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2006-12-16 Nicholas ClarkAdd a new flag SVprv_PCS_IMPORTED (which is a pseudonym...
2006-12-13 Nicholas ClarkEliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-04 Nicholas ClarkMove Perl_get_db_sub() from pp_hot.c to util.c
2006-12-01 Nicholas ClarkMake get_db_sub non-static, and call it from pp_goto...
2006-12-01 Nicholas ClarkRemove the pp_entersub specific logic from S_get_db_sub.
2006-11-25 Jarkko Hietaniemismoke signs suppression
2006-11-23 Rafael Garcia-SuarezFix for bug #38631: tied variables don't work with...
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-11-22 Yves Orton\G with /g results in infinite loop in 5.6 and later
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...
next