summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Robin Barker2008-11-031-5/+5
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Ben Morrow2008-09-041-5/+9
* Integrate:Dave Mitchell2008-05-281-10/+8
* Integrate:Vincent Pit2008-05-201-3/+19
* Integrate:Jerry D. Hedden2008-05-181-0/+9
* Integrate:Nicholas Clark2008-01-311-2/+2
* Integrate:Nicholas Clark2008-01-311-1/+1
* Integrate:Nicholas Clark2008-01-311-1/+1
* Integrate:Nicholas Clark2008-01-301-8/+6
* Integrate:Nicholas Clark2008-01-301-6/+4
* Integrate:Nicholas Clark2008-01-301-5/+10
* Integrate:Nicholas Clark2008-01-301-1/+1
* Integrate:Nicholas Clark2008-01-301-74/+74
* Integrate:Nicholas Clark2008-01-301-1/+2
* Re: overload64.t failuresRick Delaney2007-10-211-2/+3
* Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-191-12/+15
* No need to call strlen() on the result of CopSTASHPV() when unthreaded,Nicholas Clark2007-10-181-2/+12
* Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the orderNicholas Clark2007-09-221-10/+36
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-211-1/+1
* Re: [perl #44623] Optimized magic_setisa has bugRick Delaney2007-09-101-3/+2
* Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)Brandon Black2007-08-311-8/+3
* Comment typo fixAbigail2007-06-301-1/+1
* Resolve Yves Orton2007-06-231-3/+6
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-3/+0
* Re: mro status, etcBrandon Black2007-05-031-0/+9
* Re: mro status, etcBrandon Black2007-04-301-1/+1
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-1/+1
* Fix a bug in method caching. Better version (broader) of change #29336.Brandon Black2007-04-261-5/+0
* Remove unnecessarily paranoid protection in pp_definedRafael Garcia-Suarez2007-04-241-3/+4
* Remove the code that handles assignment to state variablesRafael Garcia-Suarez2007-04-241-16/+0
* Re: new C3 MRO patchBrandon Black2007-04-191-2/+3
* Turn op_pmreplroot in struct pmop into a real union.Nicholas Clark2007-04-071-1/+1
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-061-4/+5
* Re: pmdynflags and thread safetyYves Orton2007-04-041-14/+33
* Fix the error message "Can't call method "DOES" on unblessedRafael Garcia-Suarez2007-03-311-0/+1
* Fix return value of state assignment ($x=state $y=$z).Rafael Garcia-Suarez2007-03-271-7/+10
* In struct regexp replace the two arrays of I32s accessed via startpNicholas Clark2007-03-261-31/+32
* Let %^H be modifiable in eval-strings (bug #41531),Rafael Garcia-Suarez2007-03-191-1/+8
* Need a SPAGAIN here because the stack pointer might haveRafael Garcia-Suarez2007-03-131-0/+1
* A couple of casting nits by JarkkoRafael Garcia-Suarez2007-03-011-1/+1
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-2/+1
* [perl #41484] qr// stack bug knew-p5p@pimb.org2007-02-111-1/+2
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-2/+2
* Refactor the common soft-reference code from pp_rv2sv and pp_rv2avNicholas Clark2007-01-211-32/+4
* defined @$foo and defined %$bar should be subject to strict 'refs';Nicholas Clark2007-01-201-5/+8
* pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly aNicholas Clark2007-01-151-128/+43
* Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av.Nicholas Clark2007-01-151-12/+12
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-3/+8
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-151-3/+10