summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Store GvGP in the SV head union. For all the common lookups [eg GvCV()]Nicholas Clark2006-02-251-0/+3
* Turn on match string copying when /e flag is set on a substitution.Jarkko Hietaniemi2006-02-221-2/+3
* Goodbye PERL_XSUB_OLDSTYLE.Nicholas Clark2006-02-211-21/+0
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-201-2/+2
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-5/+5
* Sun Studio lint patchesAndy Lester2006-02-141-1/+1
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-9/+9
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-6/+6
* It's the Barbie bus patchAndy Lester2006-01-101-45/+47
* sprinkle dVARJarkko Hietaniemi2006-01-061-25/+36
* Fix some compilation warningsRafael Garcia-Suarez2006-01-041-2/+2
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-2/+4
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-7/+7
* Regression tests for proxy subroutine glob assignment.Nicholas Clark2005-12-221-2/+1
* Add an optimisation to allow proxy constant subroutines to be copiedNicholas Clark2005-12-221-0/+54
* Remove unused variable 'stash' since change 26437.Gisle Aas2005-12-221-1/+0
* Localise the stash variable in pp_entersub().Nicholas Clark2005-12-211-1/+3
* Undo my goto spaghetti from change 18340 - what we really need areNicholas Clark2005-12-211-38/+29
* The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,Nicholas Clark2005-12-211-1/+1
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-7/+7
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-13/+8
* [perl #37725] perl segfaults on reversed array referenceDave Mitchell2005-11-221-2/+2
* Re: [PATCH] concat interacts badly with magicRobin Houston2005-11-221-3/+14
* Revert change #26185, which could have some unwanted side-effects.Rafael Garcia-Suarez2005-11-221-10/+2
* concat interacts badly with magicRobin Houston2005-11-211-2/+10
* Mark all places where perl needs to look at a possibly-freed scalarNicholas Clark2005-11-141-1/+1
* Const & local: Special Victims UnitAndy Lester2005-11-111-22/+11
* Nits in the pp_defined code spotted by Jarkko.Steve Peters2005-11-061-1/+1
* Kill warnings and add a panic to pp_defined() in case the wrong opSteve Peters2005-11-051-6/+7
* dorassign doesn't need --SP;Nicholas Clark2005-11-051-1/+2
* pp_print didn't extend the stack before pushing its return valueDave Mitchell2005-11-051-2/+2
* Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,Steve Peters2005-11-051-12/+12
* I barely knew ya pp_dor. Merged into pp_defined from whence you came.Steve Peters2005-11-041-14/+33
* sort/multicall patchRobin Houston2005-11-021-0/+6
* Fixed threaded builds following change 25916Steve Hay2005-10-311-1/+1
* is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed formRafael Garcia-Suarez2005-10-311-1/+1
* Etta James presents: More constingAndy Lester2005-10-311-6/+6
* More consting, and DRY leads to shrinking object codeAndy Lester2005-10-191-2/+2
* gcc complains when it sees variables declaredSteve Peters2005-10-141-2/+2
* Use SvGETMAGIC more oftenRick Delaney2005-08-231-8/+4
* lvalue-subs returning elements of tied hashes/arraysTassilo von Parseval2005-07-201-1/+4
* change #25129 was overzealous in delaying the call to ckWARNDave Mitchell2005-07-171-2/+2
* more embed cleanupAndy Lester2005-07-151-1/+1
* More embed.fnc plowingAndy Lester2005-07-131-8/+4
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-4/+5
* Making my way thru embed.fncAndy Lester2005-07-101-4/+4
* missed one PAD_SET_CURDave Mitchell2005-07-021-1/+2
* All tests pass (for me) with -DPERL_DONT_CREATE_GVSVNicholas Clark2005-06-291-1/+1
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-291-2/+2