Silence a load of "value computed is not used" warnings
[p5sagit/p5-mst-13.2.git] / pp_hot.c
2007-09-21 Rafael Garcia-Suarez Silence a load of "value computed is not used" warnings
2007-09-10 Rick Delaney Re: [perl #44623] Optimized magic_setisa has bug
2007-08-31 Brandon Black Re: optimize push @ISA, (was Re: parent.pm at corion...
2007-06-30 Abigail Comment typo fix
2007-06-23 Yves Orton Resolve
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-05-03 Brandon Black Re: mro status, etc
2007-04-30 Brandon Black Re: mro status, etc
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-26 Brandon Black Fix a bug in method caching. Better version (broader...
2007-04-24 Rafael Garcia-Suarez Remove unnecessarily paranoid protection in pp_defined
2007-04-24 Rafael Garcia-Suarez Remove the code that handles assignment to state variables
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-07 Nicholas Clark Turn 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 Orton Re: pmdynflags and thread safety
2007-03-31 Rafael Garcia-Suarez Fix the error message "Can't call method "DOES" on...
2007-03-27 Rafael Garcia-Suarez Fix return value of state assignment ($x=state $y=$z).
2007-03-26 Nicholas Clark In struct regexp replace the two arrays of I32s accesse...
2007-03-19 Rafael Garcia-Suarez Let %^H be modifiable in eval-strings (bug #41531),
2007-03-13 Rafael Garcia-Suarez Need a SPAGAIN here because the stack pointer might...
2007-03-01 Rafael Garcia-Suarez A couple of casting nits by Jarkko
2007-02-18 Nicholas Clark Add 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 Clark The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-21 Nicholas Clark Refactor the common soft-reference code from pp_rv2sv...
2007-01-20 Nicholas Clark defined @$foo and defined %$bar should be subject to...
2007-01-15 Nicholas Clark pp_rv2av and pp_rv2hv have a lot of common code, so...
2007-01-15 Nicholas Clark Make changes analagous to pp_rv2hv's 21394 and 24489...
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-15 Nicholas Clark Add get_cvn_flags(), which is like get_cv() but takes...
2007-01-05 Rafael Garcia-Suarez Update copyright years in .c files
2007-01-04 Marcus Holland-Moritz 4th patch from:
2007-01-04 Marcus Holland-Moritz The first three patches from:
2006-12-16 Nicholas Clark Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym...
2006-12-13 Nicholas Clark Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-04 Nicholas Clark Move Perl_get_db_sub() from pp_hot.c to util.c
2006-12-01 Nicholas Clark Make get_db_sub non-static, and call it from pp_goto...
2006-12-01 Nicholas Clark Remove the pp_entersub specific logic from S_get_db_sub.
2006-11-25 Jarkko Hietaniemi smoke signs suppression
2006-11-23 Rafael Garcia-Suarez Fix for bug #38631: tied variables don't work with...
2006-11-23 Yves Orton Cleanup 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-Suarez Invalidate the method lookup cache when assigning to...
2006-11-14 Rafael Garcia-Suarez Fix bug #39037: rcatline doesn't stringify references
2006-11-13 Yves Orton Regex Utility Functions and Substituion Fix (XML::Twig...
2006-11-06 Nicholas Clark assert() that SvPV_set() isn't used on arrays.
2006-11-02 Gisle Aas Re: $, and say
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-16 Nicholas Clark Revert changes 28772, 28773, 28774 as they won't gain...
2006-09-01 Nicholas Clark Access to cx->blk_sub.lval via macros (as it's about...
2006-08-18 Rafael Garcia-Suarez A type change that apparently works around a compiler bug
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-07-23 Rafael Garcia-Suarez Revert change 28603: this was a wrong fix, that didn...
2006-07-20 Rafael Garcia-Suarez In pp_entersub, accept to handle a CV with a NULL padlist.
2006-07-19 Rafael Garcia-Suarez Band-aid for segfault in ext/threads/t/blocks.t on...
2006-07-05 Rafael Garcia-Suarez Implement handling of state variables in list assignment
2006-05-20 Dave Mitchell eval { s/$foo/die/e } leaked a scalar
2006-05-20 Dave Mitchell [perl #32332] Perl segfaults; test case available
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lester use NOOP macro
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-03-31 Andy Lester Random accumulated patches
2006-03-30 Nicholas Clark Fix bug #38815 (localising keys which are UTF-8 encoded...
2006-03-23 Jan Dubois RE: [PATCH, no, really!] Re: [perl #38779] NAN's on...
2006-03-17 Nicholas Clark sv_find() returning false, followed by sv_magic() to...
2006-03-08 Andy Lester Removed unused check and assignment in pp_hot.c
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-25 Nicholas Clark Store GvGP in the SV head union. For all the common...
2006-02-22 Jarkko Hietaniemi Turn on match string copying when /e flag is set on...
2006-02-21 Nicholas Clark Goodbye PERL_XSUB_OLDSTYLE.
2006-02-20 Nicholas Clark Add a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Rafael Garcia-Suarez More NullXXX macro removal from Andy Lester
2006-02-14 Andy Lester Sun Studio lint patches
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Rafael Garcia-Suarez Fix some compilation warnings
2006-01-02 Rafael Garcia-Suarez Update copyrights for files modified in 2006
2006-01-01 Andy Lester Making 0 pointers to NULLs
2005-12-22 Andy Lester Ho! Ho! Ho! Santa brings consting!
2005-12-22 Nicholas Clark Regression tests for proxy subroutine glob assignment.
2005-12-22 Nicholas Clark Add an optimisation to allow proxy constant subroutines...
2005-12-22 Gisle Aas Remove unused variable 'stash' since change 26437.
2005-12-21 Nicholas Clark Localise the stash variable in pp_entersub().
2005-12-21 Nicholas Clark Undo my goto spaghetti from change 18340 - what we...
2005-12-21 Nicholas Clark The lref argument of sv_2cv is actually passed onwards...
2005-12-20 Nicholas Clark gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-11-22 Dave Mitchell [perl #37725] perl segfaults on reversed array reference
2005-11-22 Robin Houston Re: [PATCH] concat interacts badly with magic
2005-11-22 Rafael Garcia-Suarez Revert change #26185, which could have some unwanted...
2005-11-21 Robin Houston concat interacts badly with magic
2005-11-14 Nicholas Clark Mark all places where perl needs to look at a possibly...
2005-11-11 Andy Lester Const & local: Special Victims Unit
2005-11-06 Steve Peters Nits in the pp_defined code spotted by Jarkko.
2005-11-05 Steve Peters Kill warnings and add a panic to pp_defined() in case...
next