summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Implement handling of state variables in list assignmentRafael Garcia-Suarez2006-07-051-0/+6
* eval { s/$foo/die/e } leaked a scalarDave Mitchell2006-05-201-1/+1
* [perl #32332] Perl segfaults; test case availableDave Mitchell2006-05-201-1/+0
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-1/+8
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-3/+5
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-1/+1
* use NOOP macroAndy Lester2006-04-251-1/+1
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-1/+1
* Random accumulated patchesAndy Lester2006-03-311-42/+38
* Fix bug #38815 (localising keys which are UTF-8 encoded didn't deleteNicholas Clark2006-03-301-1/+2
* RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32Jan Dubois2006-03-231-0/+7
* sv_find() returning false, followed by sv_magic() to add the magic,Nicholas Clark2006-03-171-4/+12
* Removed unused check and assignment in pp_hot.cAndy Lester2006-03-081-3/+2
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-12/+11
* 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