summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-10/+11
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-27/+27
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-7/+7
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-291-2/+2
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-291-4/+4
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-0/+9
* Take code that occurs in three places to take a scalar and ready it toNicholas Clark2009-03-051-7/+1
* [perl #48489] patch to fix perl bug #7013bharanee rathna2009-01-261-1/+8
* Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set.David Mitchell2009-01-261-1/+1
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-2/+4
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-2/+2
* Subject: Re: [perl #59994] [RESOLVED] memory leak when using the qr operatorDavid Mitchell2009-01-021-0/+1
* 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